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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-weight: 400;
font-size: 13px;
line-height: 15px;
font-family:   Arial, Tahoma, Helvetica, Verdana, sans-serif;
text-decoration: none;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 0px solid #336db0;
border-bottom-width: 0px;
border-top-width: 5px;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 200px; /*width of menu (not including side paddings)*/
color: #FFFFFF;
background-color: #336db0;
text-decoration: none;
padding: 0px 8px; /* second px is margin from left */
border-bottom: 5px solid #336db0; /* Bottom of secondary links space */
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 200px; /*width of menu (include side paddings of LI A*/
text-decoration: none;
}

.ddsubmenustyle li a:hover{
background-color: #696969;
color: white;
text-decoration: none;
}

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


.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 2px; /* Moves arrow down a pixel at a time */
left: 0px;
border: 0; /* Border around arrow pic */

}

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