/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	list-style-type: none;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	position: absolute;
	list-style-image: none;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	z-index: 100;
	left: 0px;
	top: 0px;
	background-color: #B70E13;
}
.ddsubmenustyle span
{
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.ddsubmenustyle li a{
	display: block; /*width of menu (not including side paddings)*/
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 13px;
	width: 168px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block; /*width of menu (include side paddings of LI A*/
	margin: 0px;
	width: 178px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.ddsubmenustyle li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	width: 168px;
	padding-bottom: 7px;
	padding-left: 13px;
	padding-top: 7px;
	background-image: url(../images/menu-hover.jpg);
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
	z-index: 500;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
