/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{
	font: normal 11px Arial;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -90px;
	top: 0px;
	list-style-type: none;
	background: #FDF5D9;
	border: none;
	border-bottom-width: 0;
	z-index: 100;
	visibility: visible;
}

.ddsubmenustyle li a{
display: block;
width: 90px; /*width of menu (not including side paddings)*/
color: #216403;
background-color: #FDF5D9;
text-decoration: none;
padding: 10px 10px;
border-bottom: none;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 125px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #FDF5D9;
color: #216403;
border-top:1px solid #216403;
border-bottom:1px solid #216403;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{
	position: absolute;
	padding-top: 3px;
	left: 97px;
	border: 0;
	top: 69px;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: #000;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	background-color: #FFFF00;
}
