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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 18px 0 0 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100; width:197px; border-bottom:2px solid #ccc;
text-align: center; background:url(../images/drop_down_top.gif) 0 0 no-repeat;

}
.ddsubmenustyle li a{
display: block;
width: 197px; /*width of menu (not including side paddings)*/
color: #666666;
font-size:12px;
background:url(../images/drop_down_rpt.gif) 0 0  repeat-y;
text-decoration: underline; text-align:center;
padding: 10px 0px; margin:0px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
background:url(../images/drop_down_rpt.gif) 0 0  repeat-y;
width: 197px; margin-top:-1px; padding:0px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	 color:#FFFFFF;
	background:#005398;
}

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

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
text-align:center;
}

.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;
}

