/*
 * 功能：主导航菜单
 * 作者：Gavin
 * 创建时间：2009-07-29
---------------------------------*/
/* mainNav */
#mainNav {
height:32px;
background:url(mainNavBg.gif) no-repeat 0 0;
text-align:center;
}
.ddsmoothmenu {
font: normal 13px Verdana;
width: 100%;
}
.ddsmoothmenu ul.clearfix {
z-index:100;
margin: 0;
padding: 0 0 0 12px;
list-style-type: none;
}
/*顶级菜单项*/
.ddsmoothmenu ul li {
position: relative;
display: inline;
float: left;
}
.ddsmoothmenu ul li a {
display: block;
padding: 0 23px;
line-height:32px;
background:url(mainNavDiv.gif) no-repeat 0 0;
text-decoration: none;
margin:0; 
}
.ddsmoothmenu ul li a.hilight {
background-position:0 -32px;
}
* html .ddsmoothmenu ul li a {
display: inline-block;
}
.ddsmoothmenu ul li a{
color: #fff;
}
.ddsmoothmenu ul li a:hover {
color: #FF0;
}
.ddsmoothmenu ul li.hilightGreen a{
color:#333; 
}
/*子级菜单*/
.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: #0079C2;
font: normal 12px Verdana;
padding:1px 16px;
width: 100px;
line-height:22px;
margin: 0;
border: 1px solid #3DB3F3;
border-width:0 0 1px 1px;
}
.ddsmoothmenu ul li ul li a:hover {
background:#FDB812;
}
/* 高亮配色 */
.ddsmoothmenu ul li.hilightGreen ul li a {
background: #FDB812;
border-color: #FFEA2A;
}
.ddsmoothmenu ul li.hilightGreen ul li a:hover {
background:#0079C2;
color:#fff; 
}
