/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Verdana;
margin: 0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
/*border: 1px solid #9FA3A2;*/
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
text-align:left;
border:1px solid #999999;
}


.ddsubmenustyle li a{
display: block;
width: 340px;
color: #0D5F84;
background-color: #F5F5F5;
text-decoration: none;
padding: 2px 5px;
/*border-bottom: 1px solid #3972A3;*/
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
/*background-color: #FFFFFF;*/
color: black;
text-decoration:underline;
}



/* ######### Neutral CSS  ######### */

.downarrowpointer{ 
padding-left: 4px;
border: 0px;
}
 /*CSS for "right" arrow image added to drop down menu items*/

.rightarrowpointer{
position: absolute;
padding-top: 3px;
right: 2px;
border: 0px;
}
 /*CSS for "right" arrow image added to drop down menu items*/
.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}