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

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	color:#000000;
	outline:none;
	height:40px;
	padding:10px 0 !important;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color:#1e6e1e;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#1e6e1e;
	text-decoration:none;
}

.ddsmoothmenu ul li a:hover{
	color:#1e6e1e;
	text-decoration:none;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:url(../images/dropbg.png);
width: 275px; 
-moz-box-shadow: none !important;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */

.ddsmoothmenu ul li ul li a{
font-family: 'HelveticaRegular', Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase !important;
width: 249px!important;
text-align:left;
padding:13px 13px!important;
height:inherit!important;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #ab9c4a;
position:relative;
*position:inherit;
*padding:13px 13px 0 13px!important;
*margin-bottom:-20px;
}
