/*
 * 功能：主导航菜单
 * 作者：Gavin
 * 创建时间：2009-07-29
---------------------------------*/
/* mainNav */
#mainNav {
height:32px; /****一级栏目高度****/
background:url(mainNavBg.gif) no-repeat 0 0;/****一级栏目背景****/
text-align:center;
overflow:hidden;
}
.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 18px;/****一级栏目间距****/
line-height:32px;/****改为跟一级栏目高度同样的数值****/
background:url(mainNavDiv.gif) no-repeat 0 0;/****一级栏目间隔线背景****/
text-decoration: none;
}
* html .ddsmoothmenu ul li a {
display: inline-block;
}
.ddsmoothmenu ul li a{
color: #fff;/****文字颜色****/
}
.ddsmoothmenu ul li a:hover {
color: #FF0;/****文字翻转颜色****/
}
.ddsmoothmenu ul li a.hilight {
background-position:0 -32px;
padding-left:27px;
color:#161616; 
}
.ddsmoothmenu ul li a.hilight:hover{
color:#CD1E25; 
}