#menu {
	Z-INDEX: 100;  WIDTH:1002px; HEIGHT:42px; position:relative;
}
#menu UL {
	FLOAT: left; 
}
#menu UL LI {
	DISPLAY: inline;
	FLOAT: left;
	font-size:14px;
	WIDTH:123px; font-weight:bold; 
}
#menu UL LI.dg{
	width:2px;
	height:42px;
	float:left;
	background-image: url(li.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menu UL LI A {
TEXT-ALIGN: center; DISPLAY: block;  line-height:42px; color:#fff; transition:all 0.3s ease-in-out 0s;
}
#menu UL LI .change {
	TEXT-DECORATION: none;
	color:#FBB404;
	background-image: url(hh.png);
	background-repeat: repeat;
	background-position: center bottom;
}
#menu UL LI a.sec {	TEXT-DECORATION: none;
	color:#FBB404;
	background-image: url(hh.png);
	background-repeat: repeat;
	background-position: center bottom;
}
#menu UL LI A:hover {	TEXT-DECORATION: none;
	color:#FBB404;
	background-image: url(hh.png);
	background-repeat: repeat;
	background-position: center bottom;
}
#menu UL LI OL { width:auto;
	POSITION: absolute;
	COLOR: #f2f2f2;
	MARGIN-LEFT: 0px; background-color:#ADD6F3;
	padding:0px;
	text-align:left;
display:none; border:#098CF8 solid 1px; border-top:0px; padding:1px;border-radius:0px 0px 4px 4px; overflow:hidden;	filter: Alpha(Opacity=80);
-moz-opacity:0.8; 		opacity:0.8;
	background-repeat: no-repeat;
}
#menu UL dd{  float:left; padding-left:10px; background-color:#1F86CB; line-height:30px; padding-right:10px;}
#menu UL LI OL dd A { font-size:12px; font-weight:normal; display:block; float:left;
	COLOR:#fff; line-height:30px; margin-left:4px; margin-right:4px; 
}
#menu UL LI OL dd span{
	color:#fff;
	font-size:12px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu UL LI OL dd A:hover {
	color:#FDD16C; background-image:none;

}
.clear{ clear:both;}