@charset "utf-8";
.ddsmoothmenu{ width:696px; height:82px;}
.ddsmoothmenu ul{z-index:100;margin:0;padding:0;list-style-type:none;}
.ddsmoothmenu ul li{position:relative;display:inline;float:left; border-right:1px solid #eeeeee;}
.ddsmoothmenu ul li a{display:block;width:115px; text-align:center;color:#333;text-decoration:none; font-size:14px; line-height:82px; font-size:16px;}
*html .ddsmoothmenu ul li a{display:inline-block;}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{color:#333;}
.ddsmoothmenu ul li a.selected{background:#12740f;color:#fff;}
.ddsmoothmenu ul li a:hover{background:#12740f;color:#fff;}
.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:#f6f6f6;}
.ddsmoothmenu ul li ul li ul{top:0;}
.ddsmoothmenu ul li ul li a{ font-size:12px; width:140px;margin:0;border-top-width:0;border-bottom:1px solid #ddd; text-align:left; padding-left:20px; line-height:40px;}
*html .ddsmoothmenu{height:1%;}
.ddshadow{position:absolute;left:0;top:0;width:0;height:0;background:silver;}
.toplevelshadow{opacity:0.8;}