/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 11px tahoma, Arial;
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style-type: none;
	visibility: hidden;
}

.ddsubmenustyle li a{
	display: block;
	color: black;
	text-decoration: none;
	padding:5px 8px 5px 10px;
	width:150px;
	background:#F2F2F2;
	filter:alpha(opacity=90); -moz-opacity:.90; opacity:.90;
	
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #FFFFFF;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block; width:100px;

}

.ddsubmenustyle li a:hover{
background-color:#535353;
color: white;
}

/* ######### 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{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}