/* mainNav */
#mainNavWrapper01 {
background:url(mainNavBg.gif) repeat-x 0 0;
}
#mainNavWrapper02 {
background:url(mainNavBgLeft.gif) no-repeat left top;
position:relative;
}
#mainNav {
height:35px; /****一级栏目高度****/
text-align:center;
background:url(mainNavBgRight.gif) no-repeat right top;
}
.ddsmoothmenu {
font: normal 12px Arial;
width: 100%;
}
.ddsmoothmenu ul.clearfix {
z-index:100;
margin: 0;
list-style-type: none;
padding:0 0 0 174px;
}
/*顶级菜单项*/
.ddsmoothmenu ul li {
position: relative;
display: inline;
float: left;
margin-right:2px;
background:url(mainNavBg2.gif) no-repeat left top;/****一级栏目间隔线背景****/
}
.ddsmoothmenu ul li a {
	text-transform:uppercase;
display: block;
width:102px;
text-align:center;
line-height:30px;/****改为跟一级栏目高度同样的数值****/
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.current{
background:url(mainNavBg2.gif)  no-repeat 0 -30px;
}
.ddsmoothmenu ul li.current a {
color: #ff0;
}
.ddsmoothmenu ul li.current li a {
color: #E96A8F;
}
.ddsmoothmenu ul li.current li a:hover {
color: #E96A8F;
}
.ddsmoothmenu ul li li {
background:none;
}
/*子级菜单*/
.ddsmoothmenu ul li ul {
	background:url(mainNavBottom.png) no-repeat left bottom;
	width:213px;
position: absolute;
left: 0;
padding:0 0 12px 0;
display: none;
visibility: hidden;
}
.ddsmoothmenu ul li ul li {
background:url(mainNavSubBg.gif) repeat-y 0 0;
width:100%;
text-align:center;
display: list-item;
float: none;
}
.ddsmoothmenu ul li ul li ul {
top: 0;
}
.ddsmoothmenu ul li ul li a {
background:url(mainNavSubBg02.gif) no-repeat 0 0;
font: normal 12px Arial;
width: 183px; /****子级菜单宽度****/
padding:0 10px;
margin:0 auto;
border-bottom:1px solid #fff;
line-height:28px;/****子级菜单高度****/
text-align:left;
color:#E96A8F;
/*filter: Alpha(opacity=80);
-moz-opacity:.80;
opacity:0.80;*/
}
.ddsmoothmenu ul li ul li a:hover {
background:url(mainNavSubBg02.gif) no-repeat 0 -28px;
color: #E96A8F;
}
/*菜单项下箭头和右箭头样式*/
.downarrowclass {
display:none;
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass {
position: absolute;
top: 6px;
right: 5px;
}
/*下拉菜单阴影*/
.ddshadow {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #B6CBDC;
}
.toplevelshadow {
opacity: 0.8;
}
