/* ######### Drop Down ULs CSS ######### */

#ddtopmenubar ul {

display:block;
height:25px;
}

#ddtopmenubar li a:hover{
color:#000000;
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/

margin: 0px;
padding: 0;
position: absolute;
list-style-type: none;
visibility: hidden;
z-index: 500;
	background-color:#2a87c7;
margin-top:0px;

	margin-left:20px;
filter:alpha(opacity=90);-moz-opacity:.9;opacity:.9;

}


.ddsubmenustyle li a{
display: block;
width: 150px;

		margin-top:0px;
	 	border-top-width: 2px;
	 	border-right-width: 0px;
	 	border-bottom-width: 0px;
	 	border-left-width: 0px;
	 	border-top-style: solid;
	 	border-right-style: none;
	 	border-bottom-style: none;
	 	border-left-style: none;
	border-top-color: #FFFFFF;
	color:white;
	
	
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
color:#000000;
}

/* ######### 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: 600;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}