ul.ddsmoothmenu {z-index:100;margin: 0;padding: 0;list-style-type: none;}

/*Top level list items*/
ul.ddsmoothmenu  li{ position: relative; }
	
/*1st sub level menu*/
ul.ddsmoothmenu  li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:url(menu_bg.png);
}

/*Sub level menu list items (undo style from Top level List Items)*/
ul.ddsmoothmenu  li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
ul.ddsmoothmenu  li ul li ul{
top: 0;
}

/* Sub level menu links style */
ul.ddsmoothmenu li ul li a{
font-size:11px !important;
width: 160px; /*width of sub menus*/
padding: 5px !important;
line-height:20px !important;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #525252;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

ul.ddsmoothmenu li ul li a span { color:#938953; display:inline !important; 	padding:0px 3px !important;	margin:0px !important;	line-height:20px !important; font-size:14px;}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}