@charset "utf-8";
.ddsmoothmenu{ width:1000px; height:46px; 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; background:url(../images/menuli.jpg) right no-repeat}
.ddsmoothmenu ul li a{display:block;width:125px; text-align:center;color:#ffffff;text-decoration:none; line-height:46px; font-size:15px; }
*html .ddsmoothmenu ul li a{display:inline-block;}
.ddsmoothmenu ul li a.selected{ background: url(../images/menulih.png) center 8px no-repeat; color:#0e4298;}
.ddsmoothmenu ul li a:hover{ background: url(../images/menulih.png) center 8px no-repeat; color:#0e4298;}
.ddsmoothmenu ul li ul{position:absolute;left:0px;display:none;visibility:hidden; z-index:1000;}
.ddsmoothmenu ul li ul li{display:list-item;float:none; background:#eeeeee; margin-bottom:1px; color:#333333;}
.ddsmoothmenu ul li ul li ul{ top:0;}
.ddsmoothmenu ul li ul li a{ font-size:12px; width:125px;margin:0; text-align:center; line-height:32px; color:#666666; background:none;}
.ddsmoothmenu ul li ul li a:hover{ background:#0e4298; color:#ffffff; border:none}
*html .ddsmoothmenu{height:1%;}
.ddshadow{position:absolute;left:0;top:0;width:0;height:0;background:silver;}
.toplevelshadow{opacity:0.8;}