/* mainNav */

#mainNav {
height:40px; /****һĿ߶****/
background:url(menuBg2.gif) repeat-x bottom;/****һĿ****/
text-align:center;
}
#mainNav ul{
margin:0;
padding:0;
list-style:none;
}
.ddsmoothmenu {
font: normal 12px Verdana;
width: 100%;
}
.ddsmoothmenu ul.clearfix {
z-index:100;
margin-left:15px;
padding: 0;
list-style-type: none;
}
/*˵*/
.ddsmoothmenu ul li {
position: relative;
display: inline;
float: left;
background:url(menuListBg.gif) no-repeat right top;
}
.ddsmoothmenu ul li li{
	background-image:none;}
.ddsmoothmenu ul li a {
	font-size:13px;
	font-weight:bold;
display: block;
padding: 0 34px;/****һĿ****/
line-height:40px;/****ΪһĿ߶ֵͬ****/
background:url(mainNavDiv.gif) no-repeat right 50%;/****һĿ߱****/
text-decoration: none;
}
* html .ddsmoothmenu ul li a {
display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
color: #761A1B;/****ɫ****/
}
.ddsmoothmenu ul li a:hover {
color: #000;/****ַתɫ****/
}
/*Ӽ˵*/
.ddsmoothmenu ul li ul {
position: absolute;
left: 0;
display: none;
visibility: hidden;
}
.ddsmoothmenu ul li ul li {
display: list-item;
float: none;
}
.ddsmoothmenu ul li ul li ul {
top: 0;
}
.ddsmoothmenu ul li ul li a {
background: #97D1F9;/****Ӽ˵****/
font: normal 12px Verdana;
padding:1px 15px;/****Ӽ˵ڼ****/
width: 90px; /****Ӽ˵****/
line-height:22px;/****Ӽ˵߶****/
margin: 0;
border: 1px solid #E2EEF7;/****Ӽ˵߿****/
border-width:0 0 1px 0;
/*filter: Alpha(opacity=70);   
-moz-opacity:.70;   
opacity:0.70;
text-align:left;*/
}
.ddsmoothmenu ul li ul li a:hover {
background:#439FDE;/****Ӽ˵ת****/
}
.ddsmoothmenu ul li ul li li a{
    width:110px;}