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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 11px arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

#ddsubmenu6
{
margin-left:-71px;
border:solid 0px #000000
}


.ddsubmenustyle ul
{
padding-top:13px;
background-color: #0b6795;
border-left:solid 1px #097fbc
}



.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
height:48px;
line-height:48px;
/*height:30px;
line-height:30px;*/
color: #ffffff;
text-decoration: none;
padding: 4px 5px 4px 50px;
border-bottom: 0px solid black;
}


.ddsubmenustyle li ul li a
{
background-image: none;

}

.ddsubmenustyle li.menu-subheader a
{
padding: 4px 5px 4px 20px;
width:190px;
font-weight:bold;


}


.ddsubmenustyle ul li:hover a, .ddsubmenustyle li:hover a
{
background-color: Transparent;
background-image:none;
}


.ddsubmenustyle li a.bg-mass 
{
background-image: url('/images/icon-mass.png') !important;
background-image: url('/images/icon-mass.gif');
background-repeat:no-repeat;
background-position:2px 12px;
}

.ddsubmenustyle .bg-mass:hover 
{
background-image: url('/images/icon-mass.png') !important;
background-image: url('/images/icon-mass-over.gif');

}

.ddsubmenustyle li a.bg-nh 
{
background-image: url('/images/icon-nh.png') !important;
background-image: url('/images/icon-nh.gif');
background-repeat:no-repeat;
background-position:10px 12px;
}


.ddsubmenustyle .bg-nh:hover 
{
background-image: url('/images/icon-nh.png') !important;
background-image: url('/images/icon-nh-over.gif');
}


* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}
.ddsubmenustyle ul li a
{
background-color: #0a6695;
height:20px;
line-height:20px;
font-weight:normal;
}

.ddsubmenustyle ul li a:hover{
background-color: #097fbc;
}

.ddsubmenustyle li a:hover{
background-color: #0a6695;
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;
}

ul.ddsubmenustyle
{
background-image: url('/images/menubg.png');
background-repeat:repeat-y;
background-color:Transparent
}