ul.ycxmainmenu {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	display: block;
	height: 30px;
	float: right;
}
li.ycxmainmenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	height: 30px;
	display: block;
}

* html li.ycxmainmenu { width: 10px; white-space: nowrap; }

ul.ycxsubmenu {
	background-color: #AAA685;
	margin: -5px 0px 0px -120px;
	padding: 0px;
	list-style-type: none;
	display: block;
	width: 151px;
	position: absolute;
	z-index: 99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #AAA685;
	border-right-color: #AAA685;
}
li.ycxsubmenu {
	background-color: #E3E1D0;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 150px;
	float: left;
}
a.ycxmainmenu {
	line-height: 30px;
	text-decoration: none;
	height: 30px;
	font-family: "Trebuchet MS", "Bookman Old Style";
	font-size: 12px;
	color: #CC0000;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	display: block;
}
a.ycxsubmenu {
	text-decoration: none;
	background-color: #E3E1D0;
	width: 130px;
	font-family: "Trebuchet MS", "Bookman Old Style";
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	height: 20px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA685;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAA685;
}
a.ycxsubmenu:hover {
	background-color:#AAA685;
}