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


.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	margin: -1px 0px 0px;
	padding: 4px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style-type: none;
	border: 1px solid #94aab6;
	border-top: none;
	background: #f7f7f7;
	filter: Alpha(Opacity=95, FinishOpacity=0, Style=0, StartX=0, StartY=0, FinishX=0, FinishY=0);
	-moz-opacity: 0.95;
	visibility: hidden;
	z-index: 100;
}
.ddsubmenustyle li a {
	display: block;
	text-indent: 18px;
	color: #036;
	white-space: nowrap;
	text-decoration: none;
	font: normal 12px Arial, Helvetica;
	padding: 4px 30px 4px 0px;
}
* html .ddsubmenustyle li { /*IE6 CSS hack*/
	display: inline-block;
	white-space: nowrap;
	width: 200px;
}
.ddsubmenustyle li a:hover {
	background-color: #036;
	color: white;
}
/* ######### Neutral CSS  ######### */

.downarrowpointer { /*CSS for "down" arrow image added to top menu items*/
	margin-left: 4px;
	border: 0;
}
.rightarrowpointer { /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 0px;
	left: 100px;
	border: 0px;
}
.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
