/* ######### Drop Down DIVs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font: bold 12px Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0px;
list-style-type: none;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 9999;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-top:5px solid #005abb;
border-bottom:5px solid #005abb;
}

.ddsubmenustyle li a{
display: block;
width: 300px; /*width of menu (not including side paddings)*/
color: #ffffff;
background-color: #59b1e8;
text-decoration: none;
padding: 8px 15px;
border-bottom: 1px solid #ffffff;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 200px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #D4E8F7;
color: #59b1e8;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ 
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ 
position: absolute;
padding-top: 3px;
margin-left: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}