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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;

border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
margin:0px;
clear:both;
display: block;
width: 100%; /*width of menu (not including side paddings)*/
color: black;
text-decoration: none;
padding: 2px 12px  ;

}

.ddsubmenustyle li{ /*IE6 CSS hack*/
margin:0px;
background:url(../images/prd_uldwn.gif) no-repeat top;
width:190px;
height:32px;
clear:both;

display: block;
 /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	margin:0px;
	width:190px;
	height:27px;
	clear:both;
	color: #05357d;
	text-decoration: underline;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer
{ 
list-style:none;
border: 0;
margin:0px;
}

.rightarrowpointer
{ 
list-style:none;
border: 0;
margin:0px;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}