@charset "utf-8";
.ddsmoothmenu{ width:810px; height:110px; margin:0 auto;}
.ddsmoothmenu ul{z-index:100;margin:0;padding:0;list-style-type:none;}
.ddsmoothmenu ul li{position:relative;display:inline;float:left; transition:all 0.5s;background:url(../images/li_btn1.png) no-repeat center right; margin-right:2px;}
.ddsmoothmenu ul li.nav_btn{ background:none;}
.ddsmoothmenu ul li a{display:block;height:110px;line-height:110px; padding:0 23px;text-align:center; color:#000; font-size:14px; }
*html .ddsmoothmenu ul li a{display:inline-block;}
.ddsmoothmenu ul li a.selected{ color:#fff; background:url(../images/li_btn.png) no-repeat center 85px;background-color:#6ca61b;}
.ddsmoothmenu ul li a:hover{color:#fff;  background:url(../images/li_btn.png) no-repeat center 85px;background-color:#6ca61b;}
.ddsmoothmenu ul li ul{position:absolute;left:0;display:none;visibility:hidden; z-index:10000;}
.ddsmoothmenu ul li ul li{display:list-item;float:none; background:rgba(255,255,255,0.8);margin-bottom:1px;width:140px;height:40px; border:none; overflow:hidden;}
.ddsmoothmenu ul li ul li ul{ top:0;}
.ddsmoothmenu ul li ul li a{ font-size:12px;margin:0;height:40px;line-height:40px; color:#333;}
.ddsmoothmenu ul li ul li a:hover{ background:#6ca61b; color:#fff;}
*html .ddsmoothmenu{height:1%;}
.ddshadow{position:absolute;left:0;top:0;width:0;height:0;background:silver;}
.toplevelshadow{opacity:0.8;}