.ddsmoothmenu{/*background: #e8e8e8;width: 100%;*/}
.ddsmoothmenu ul{z-index:20000;}
.ddsmoothmenu ul li{position:relative;display:inline;float:left;}
.ddsmoothmenu ul li a{
display:block;
margin-top:5px;
padding:5px 5px;
color:#333;
text-decoration:none;
font:bold 11px Tahoma,serif;
}
* html .ddsmoothmenu ul li a{float:left;display: inline-block;}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{color:#333;}
.ddsmoothmenu ul li a.selected{background:#414141;color:#fff;}
.ddsmoothmenu ul li a:hover{background: #fff;color:#222;}
.ddsmoothmenu ul li ul{position:absolute;
left:0;
display:none;
visibility:hidden;}
.ddsmoothmenu ul li ul li{display: list-item;float: none;}
.ddsmoothmenu ul li ul li ul{top:0;}
.ddsmoothmenu ul li ul li a{
margin:0;
width:175px;
padding:5px;border-top-width:0;
border-bottom : 1px solid #ccc;
background: #414141;
text-align:left;
}
* html .ddsmoothmenu{height: 1%;}
.downarrowclass{position: absolute;top:12px;right:7px;}
.rightarrowclass{position: absolute;top: 6px;right: 5px;}
.ddshadow{position: absolute;left:0;top:0;width:0;height:0;background: #f2f2f2;}
.toplevelshadow{opacity: 0.8;}

/* ddsmoothmenu-v */

.ddsmoothmenu-v ul{width: 100%;font:bold 100% Tahoma,Verdana,Arial,serif;}
.ddsmoothmenu-v ul li{position: relative;}
.ddsmoothmenu-v ul li a{
display: block;
overflow: hidden;
text-decoration: none;
padding: 4px;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #fff;
color: #222;
}
.ddsmoothmenu-v ul li a.selected{background: #e8e8e8;color: #222;}
.ddsmoothmenu-v ul li a:hover{background: #414141;color: #fff;}
.ddsmoothmenu-v ul li ul{position: absolute;width: 200px;top: 0;visibility: hidden;}
/*.ddsmoothmenu-v ul li ul li a{background: #aaa !important;}*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }