/* ######### Drop Down ULs CSS ######### */


.menuPanel .ddsubmenustyle{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
width:125px;
margin: 0;
padding: 0 28px 0 35px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:#000;
border-bottom-width: 0;
visibility: hidden;
margin-top:-30px;
}

.menuPanel .ddsubmenustyle li{
	float:none;
	display:block;
	line-height:28px;
	background:url(images/divider-btm.jpg) no-repeat 0 100%;
	padding:0 0 3px;
	}
	
.menuPanel .ddsubmenustyle li.nobg{
	background:none;
	}	

.ddsubmenustyle li a{
display: block;
color: #77562E;
font-size:14px;
line-height:28px;
text-decoration: none;
float:none;
font-family:Arial, Helvetica, sans-serif;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	color:#DFB535;
}

/* ######### Neutral CSS  ######### */


