/* ######### Drop Down ULs CSS ######### */

#ddtopmenubar ul {

display:block;
height:48px;
}


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/

margin: 0px;
padding: 0;
position: absolute;
list-style-type: none;
visibility: hidden;
z-index: 100;
	background-color:#d1d2d4;
margin-top:-3px;



}


.ddsubmenustyle li a{
display: block;
width: 110px;



	text-align: left;
	text-indent:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	color: #0075bf;
	background-color:#d1d2d4;
	text-decoration:none;
	white-space:nowrap;
	
	border-top-width: 1px;
		border-right-width:0px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: none;
		border-left-style: none;
		border-top-color: #FF0000;
		margin-left:-8px;
		padding-left:5px;


	
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{

}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
margin-left:80px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: -2px;
right: 5px;
margin-top:-4px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}