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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	position: absolute;
	list-style-type: none;
	background: white;
	visibility: hidden;
	z-index: 100;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	padding-right: 0;
	padding-bottom: 3;
	padding-left: 0;
	line-height: 16px;
	text-decoration: none;
	padding-top: 0px;
	top: 0px;
	margin: 0;
}

.ddsubmenustyle li a{
	display: block; /*width of menu (not including side paddings)*/
	color: black;
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
	width: 215px;
	z-index: 100;
	margin: 0px;
}

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

.ddsubmenustyle li a:hover{
	color: #FF0000;
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 215px;
}

/* ######### 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;
	margin: 0px;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	left: 100px;
	border: 0;
	padding: 0px;
	margin: 0px;
}
.sub-menu {
	padding: 0px;
	position: absolute;
	float: left;
	z-index: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}


.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	display: block;
}

