.ddsmoothmenu{
font:bold 12px/14px Arial, Helvetica, sans-serif;
width: 100%;
padding:0 0 0 210px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding:1px 0 0 0;
list-style-type: none;
}

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background:url(../images/top-menu-bg.gif) 0 0 repeat-x;
margin:0 4px 0 0;
list-style-position:outside;
}

.ddsmoothmenu ul li a{
display: block;
color: #000;
padding: 3px 10px 3px 2px;
border-right: 0px solid #778;
text-decoration: none;
font-weight:bold;
background:url(../images/devider.gif) 100% 5px no-repeat;
}
.ddsmoothmenu ul li.noimage a{
padding: 3px 0 3px 0;
background:url(../images/devider_.gif) 0 0 no-repeat;
}


.ddsmoothmenu ul li ul li a{
display: block;
background: #919C00; 
color: #000;
padding: 0px 10px;
margin:0px;
border-right: 1px solid #9BA800;
text-decoration: none;
font-weight:normal;
}

.ddsmoothmenu ul li ul li a{
display: block;
background: #919C00; 
color: #000;
padding: 0px 10px;
margin:0px;
border-right: 1px solid #9BA800;
text-decoration: none;
font-weight:normal;
}

.ddsmoothmenu ul li ul li a:hover{
background: #567858; 
color: #fff;
}



* html .ddsmoothmenu ul li a{ 
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color:#000;
	text-align:left;
}

.ddsmoothmenu ul li a.selected{
	background:#919C00; 
	color:#fff;
}

.ddsmoothmenu ul li a:hover{
	/*background:#ff0000;*/
	color:#000;
}
	
.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{
font: normal 13px Verdana;
width: 160px; 
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #9BA800;
}

<!--* html .ddsmoothmenu{height: 1%;} 
-->


.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
border:none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
