@charset "gb2312";
body {font:11px Verdana,Arial; background:#eee}
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {
	width:160px;
	position:absolute;
	top:30px;
	left:0;
	background:#d1d1d1;
	display:none;
	opacity:0;
	list-style:none;
}
ul.menu ul li {
	float:none;
	position:relative;
	width:158px;
	margin:0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
	padding: 0px;
}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
ul.menu ul li a:hover {background-color:#c5c5c5;color: #FFFF00;}
ul.menu ul ul {left:158px; top:-1px}

ul.menu .menulink {height: 16px;padding: 7px;margin-right: 5px;background-image: url(../image/naviline.gif);background-repeat: no-repeat;background-position: right;float: left;font-size: 10pt;font-weight: bold;color: #FFFFFF;text-decoration: none;text-align: center;}
ul.menu .menulink:hover, ul.menu .menuhover {color: #FFFF00;}
ul.menu .sub {background:#d1d1d1 url(../image/arrow.gif) 136px 8px no-repeat;padding-right: 10px;}
ul.menu .topline {border-top:1px solid #aaa}
