/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul
{ /*topmost and sub ULs, respectively*/
	font:normal 12px Verdana;
	margin:0;	
	position:absolute;
	left:0px;
	top:0px;	
	list-style-type:none;	
	visibility:hidden;
	z-index:500;
	width:122px;
		
}

.ddsubmenustyle li a
{
	display: block;
	width:122px; /*width of menu (not including side paddings)*/
	color:#fff;
	background-color:#036CAA;
	text-decoration: none;
	padding:4px 2px;	
	height:15px;	
	border:solid 1px #048DDF;
	margin-bottom:1px;
}

* html .ddsubmenustyle li
{ /*IE6 CSS hack*/
	display:inline-block;
	width:122px; /*width of menu (include side paddings of LI A*/
	
}

.ddsubmenustyle li a:hover
{
background-color:#048DDF;
color:black;
border:solid 1px #4C4C4C;

}

/* ######### 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;
left:100px;
border:solid 1px #048DDF;

}

.ddiframeshim{
position:absolute;
z-index:100;
visibility:hidden;
background:transparent;
border-width: 0;
display:none; 
}
