@charset "utf-8";
/* CSS Document */


.ddsmoothmenu {
	background:#2a67c2 url(../images/bg_menu.gif) repeat-x 0 0; height:38px; line-height:38px; position:relative; z-index:10;width:1003px;
}
.ddsmoothmenu .left {
position:absolute;
left:-16px;
}
.ddsmoothmenu .right {
position:absolute;
right:-12px;
}
.ddsmoothmenu ul {
	padding-right: 0px; padding-left: 0px; z-index: 100; float: left; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}
.ddsmoothmenu ul li {
	display: block; float: left; position: relative;line-height:38px; background:url(../images/bg_menu_li.gif) no-repeat right 0;
}
 html .ddsmoothmenu ul li {
	float: left; line-height:38px; position: relative; background:url(../images/bg_menu_li.gif) no-repeat right 0;
}
.ddsmoothmenu ul li a {
	font-weight: bold; text-decoration: none; text-transform:uppercase; color:#FFFFFF; font-family:"宋体"; font-size:14px; float:left; text-align:center; width:110px; line-height:38px;
}
.ddsmoothmenu ul li .now {
color:#fff; 
background:#0d8569
}
.ddsmoothmenu ul li a:hover {color:#fff; background:#0d8569}
.ddsmoothmenu ul li ul {
	left: 0px; visibility: hidden; position: absolute; width:120px;
}
.ddsmoothmenu ul li ul li {
	 line-height: 25px; padding:0; display:block; 
}
.ddsmoothmenu ul li ul li a {
	display: block; width: 110px; text-decoration: none; color:#fff; padding:3px 0; font-size:12px; text-transform:none; font-weight:normal; background:#019243; text-align:center; filter:alpha(opacity=70);opacity:0.7; line-height:24px;
}
.ddsmoothmenu ul li ul li a:hover {
	background: #2a67c2;
	color:#fff;
	filter:alpha(opacity=90);opacity:0.9; 
}
.ddsmoothmenu ul li ul li ul {
	top: 0px
}