 /* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font-size			: 11px;
	padding				: 0px 0px 0px 0px;
	position			: absolute;
	top					: 0px;
	list-style-type		: none;
	visibility			: hidden;
	text-align			: left;
	z-index				: 600;
	background			: #d32f48;
	color: #000000;
	font-weight: bold;

}
.ddsubmenustyle {	margin				: -4px 0px -7px 0px; }
.ddsubmenustyle ul {	margin	: 5px 0px -7px 0px; }


.ddsubmenulevel2, .ddsubmenulevel2 ul {
	padding				: 5px 0px 0px 0px;	/* top, right, bottom, left */
	background 			: #000000;
}

.ddsubmenulevel3, .ddsubmenulevel3 ul {
	padding				: 5px 0px 0px 0px;	/* top, right, bottom, left */

	background 			: #000000;
}

.ddsubmenulevel4, .ddsubmenulevel4 ul {
	padding				: 5px 0px 0px 0px;	/* top, right, bottom, left */

	background 			: #000000;
}


.ddsubmenustyle li a
{
	width: 130px;
	height:	16px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	vertical-align: center;
	background: #002892;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 5px;

}

* html .ddsubmenustyle li{ 		/*IE6 CSS hack*/
	display				: inline-block;
	width				: 119px; 
	height:	16px;/*width of menu (include side paddings of LI A*/
	color: #ffffff;
}

.ddsubmenustyle li a:hover{
	width: 130px;
	height:	16px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	vertical-align: center;
	background: #ef001b;	
	font-size: 10px;
	padding-left: 5px;
	padding-top: 5px;
}

.ddsubmenustyle li a:visited{
	width: 130px;
	height:	16px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	vertical-align: center;

	
	font-size: 10px;
	padding-left: 5px;
		padding-top: 5px;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-top: 0px;
padding-left: 0px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 0px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
