/* ######### Drop Down ULs CSS ######### */


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

.ddsubmenustyle li a{
	display: block;
	width: 190px; /*width of menu (not including side paddings)*/
	color:#fff;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	height:20px;
	padding-left:5px;
	line-height:18px;
	outline:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #333;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

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

.ddsubmenustyle li a:hover{
	background:#7a1d1d;
}

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


