/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index:9999;
	background-color: #382b12;
	width: 150px;
	top: 10px;
}

.ddsubmenustyle ul li{
border-bottom: thin solid #FFF;
list-style-type:none;
}

.ddsubmenustyle ul li a{
	display: block;
	margin-left: 0px;
	padding-left: 10px;
	width: 150px;
	height: 30px;
	color: #FFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	background-color:#382b12;
	background-repeat:no-repeat;
	background-position:center center;
	list-style-type:none;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 150px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle ul li a:hover{
	display: block;
	margin-left: 0px;
	padding-left: 10px;
	width: 150px;
	height: 30px;
	color: #FFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	background-color:#614d25;
	background-repeat:no-repeat;
	background-position:center center;
}
/*.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}*/


.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}