@charset "utf-8";
.ddsmoothmenu{ width:1200px;font:bold 14px Verdana;width:100%; padding-top:8px;}
.ddsmoothmenu ul{z-index:100;margin:0;padding:0;list-style-type:none; width:1200px; text-align:center;}
.ddsmoothmenu ul li{position:relative;display:inline;float:left; width:150px;}
.ddsmoothmenu ul li a{display:block;color:white;padding:12px 10px;color:#ffffff;text-decoration:none;}
*html .ddsmoothmenu ul li a{display:inline-block;}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{color:000;}
.ddsmoothmenu ul li a.selected{color:#ffffff;}
.ddsmoothmenu ul li a:hover{color:#ffffff;border-bottom: 2px solid #ffffff;text-decoration: none}
.ddsmoothmenu ul li ul{position:absolute;left:0; width:150px; display:none;visibility:hidden; background:#0f1a3a; }
.ddsmoothmenu ul li ul li{display:list-item;float:none;width:150px; }
.ddsmoothmenu ul li ul li ul{top:0;width:150px;}
.ddsmoothmenu ul li ul li a{text-align:center;font:normal 13px Verdana;padding:10px;margin:0;border-top-width:0;}
*html .ddsmoothmenu{height:1%;}
.downarrowclass{position:absolute;top:18px;right:1px;}
.rightarrowclass{position:absolute;top: 15px;right:3px;}
.ddshadow{position:absolute;left:0;top:0;width:0;height:0;background:silver;}
.toplevelshadow{opacity:0.8;}