@charset "utf-8";
.ddsmoothmenu{ width:817px; height:52px; 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;}
.ddsmoothmenu ul li a{display:block; padding:0 10px; margin:0 10px; line-height:52px; padding-bottom:3px; text-align:center; font-size:14px; color:#333333;}
.ddsmoothmenu ul li:last-child a{ margin:0;}
.ddsmoothmenu ul li a.selected{ color:#cf0c37; border-bottom:3px solid #cf0c37; padding-bottom:0; font-weight:bold;}
.ddsmoothmenu ul li a:hover{ color:#cf0c37; border-bottom:3px solid #cf0c37; padding-bottom:0; font-weight:bold;}
.ddsmoothmenu ul li ul{position:absolute;left:0px;display:none;visibility:hidden; z-index:10000;}
.ddsmoothmenu ul li ul li{display:list-item;float:none; margin-bottom:1px; background:none;}
.ddsmoothmenu ul li ul li ul{ top:0;}
.ddsmoothmenu ul li ul li a{ font-size:14px; width:120px ;margin:0; text-align:center; line-height:36px; color:#333333; background:#f2f2f2; padding:0;}
.ddsmoothmenu ul li ul li a:hover{ background:#cf0c37; font-weight:bold; color:#FFF; border:none}
*html .ddsmoothmenu{height:1%;}
.ddshadow{position:absolute;left:0;top:0;width:0;height:0;background:silver;}
.toplevelshadow{opacity:0.8;}