/* ######### Drop Down ULs CSS ######### */
	
.ddsubmenudiv ul{
font: normal 11px Verdana;
left: 0;
top: 0;
margin: 0;
padding: 0;
position: absolute;
list-style-type: none;
/*background: lightgreen;*/
border: 1px solid #CCCCCC;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}


.ddsubmenudiv ul li a{
	display: block;
	width: 150px;
	height: inherit;
	/*font-weight:bold;*/
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1574AA;/*#C5C5C5		E44F51*/
	/*background-color: #9EBCE9;*/
	background-color: #E9E9E9;
	background-repeat: repeat-x;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom: 1px solid #C5C5C5;
}

* html .ddsubmenudiv ul li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenudiv ul li a:hover{
background-color: #E1F4F8;/*0099CC	ACACAC*/
color: #A90329;
}

/* ######### Neutral CSS  ######### */

.mainmenupointer{ /*CSS for arrow image added to top menu items*/
/*padding-left: 4px;*/
border: 0;
}

.submenupointer{ /*CSS for arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

#ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
