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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	border: 1px solid #2E46A1;
	background-color: #F1F1F1;
}

.ddsubmenustyle li a{
	display: block;
	width: 170px; /*width of menu (not including side paddings)*/
	color: #333;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-align: left;
	text-indent: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #4F77D6;
	border-right-color: #4F77D6;
	border-bottom-color: #4F77D6;
	border-left-color: #4F77D6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

* 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: #FFF;
	font-weight: normal;
	background-color: #4F78D4;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 2px;
	left: 0px;
	border: 0;
}

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