@charset "utf-8";
.ddsmoothmenu ul {
z-index:100;/*Z向浮动高度*/
margin:15px 0 0 0;
padding:0 1px; 
width:1002px;
height:35px;
background:url(../images/menubg.gif) repeat-x 0 0;
}


/*一级栏目---an*/
.ddsmoothmenu ul li {
position:relative;
float:left;
width:143px;
background:url(../images/libg.gif) no-repeat right 0px;
/*一级的下边线*/
}
/*这段是适应IE6--an*/
*html .ddsmoothmenu ul li {
position: relative;/*竖向菜单修改2--竖排*/ 
float:left; 
width:143px;/*一级单LI宽度*/
}


/*一级栏目的链接---an*/
.ddsmoothmenu ul li a {
display:block;
width:143px;
font-size:14px;
font-family:"微软雅黑";
height:35px;
text-align:center;
color:#fff;
line-height:35px;
font-weight:bold;
}

/*一级栏目链接的属性设置*/
.ddsmoothmenu ul li a:hover {
color:#333;
}/*一级栏目链接鼠标悬停颜色及背景色设置*/


/*二级栏目整体控制*/
.ddsmoothmenu ul li ul { 
position: absolute;
width:141px;
height:auto;
left:0;
margin:0;
padding:0;
background:none;
border-left:1px solid #ff6d00;
border-right:1px solid #ff6d00;
border-bottom:1px solid #ff6d00;
}
.ddsmoothmenu ul li.pdnav ul{ width:220px;}

/*二级栏目LI的控制*/
.ddsmoothmenu ul li ul li { 
width:143px;/*二级栏目的li的宽度*/
line-height:30px;
background:none;
background:none;
}
.ddsmoothmenu ul li.pdnav ul li{ width:220px;}


/*二级栏目的链接属性*/
.ddsmoothmenu ul li ul li a {
width:143px;/*二级栏目的链接宽度*/
display: block; 
text-decoration: none;
color:#333;
font-size:12px;
font-weight:normal;
height:29px;
line-height:29px;
border-bottom:1px dotted #e8e8e8;
background:#fff;
font-family:Arial, Helvetica, sans-serif;
}
/*.ddsmoothmenu ul li ul li ul li a{border-bottom:1px dotted #dfa711;
background:#fab705;}*/
.ddsmoothmenu ul li.pdnav ul{ width:218px;}
.ddsmoothmenu ul li.pdnav ul li a{ width:220px; text-align:left; text-indent:15px;}
.ddsmoothmenu ul li ul li a:hover{
background:#ff6d00;
color:#fff;
border-bottom:none;
}
.ddsmoothmenu ul li.pdnav ul li ul{border-top:1px solid #ff6d00;}
/*.ddsmoothmenu ul li ul li ul li a:hover{ background:#f39f0b;}*/
.ddsmoothmenu ul li ul li ul { top:0;}
/*箭头*/

/*阴影 */
.ddshadow { position: absolute; left: 0; top: 0; width: 0; height: 0;}
.toplevelshadow { /*透明度/IE不支持/*/ opacity: 0.8; }
