.ddsmoothmenu{
clear:both;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:12px;
height:27px;
padding-top:3px;
background-image: url(images/btnbg.jpg);
background-repeat:repeat-x;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
line-height:27px;
padding-right:10px;
padding-left:10px;
}

.ddsmoothmenu ul li a{
display: block;
text-decoration: none;
outline:none;
}

* html .ddsmoothmenu ul li a{ 
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
outline:none;
}

.ddsmoothmenu ul li a.selected{ 
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover{
color: #9EC93F;
}

.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
{
line-height:26px;
}

.ddsmoothmenu ul li ul li a{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:12px;
width: 150px; 
margin: 0;
padding-left:10px;
color:#00CC00;
border-top-width: 0;
border-bottom: 1px solid gray;
background-image: url(images/btnbg.png);
background-repeat:repeat-x;
outline:none;
}

.ddsmoothmenu ul li ul li a:link{
color:#FFFFFF;
outline:none;
}

.ddsmoothmenu ul li ul li a:hover
{
color:#9EC93F;
}

* html .ddsmoothmenu{height: 1%;} 

.downarrowclass{
position: absolute;
}

.rightarrowclass{
position: absolute;
}

/* ######### 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;
}