.ddsmoothmenu ul{
margin: 0px;
padding: 0px;
width: 221px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
}
 
.ddsmoothmenu ul li{
position: relative;
margin:0;
padding:0px;
}

/* Top level menu links style */
.ddsmoothmenu ul li a{
display: block;
overflow: hidden; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited, .ddsmoothmenu ul li a:active{

}

.ddsmoothmenu ul li a:hover{
}


.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
}



.rightarrowclass
{
position:absolute;
left:208px;
top:12px;
}

/*Sub level menu items */
.ddsmoothmenu ul li ul{
position: absolute;
z-index:10;
display: none; /*collapse all sub menus to begin with*/
top: 0;
font-weight: normal;
visibility: hidden;
width:100px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: block;
float: none;
color: #666666;
border-bottom: 1px solid #AAAAAA;
border-right: 1px solid #AAAAAA;
border-left: 1px solid #AAAAAA;
margin:0px;
padding:3px;
width:100px;
background-color: #000000;
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity:.80;
}



/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0px;
top: 0px;
width: 0;
height: 0;
background: none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
margin-top: -3px;
margin-left: -2px;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu ul li { float: left; height: 1%; }
* html .ddsmoothmenu ul li a:link,* html .ddsmoothmenu ul li a:hover,* html .ddsmoothmenu ul li a:active,* html .ddsmoothmenu ul li a:visited { height: 1%; }
/* End */
