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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial;
margin: 0px;
padding: 0px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
border-top: 1px solid #9b9696;
border-left: 1px solid #9b9696;
border-right: 1px solid #9b9696;
visibility: hidden;
z-index: 100;

}


.ddsubmenustyle li {
font: normal 12px Arial;
width: 114px; /*width of menu (not including side paddings)*/
background: #000000;
display: block;
height: 100%;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
height: 100%;
}

.ddsubmenustyle li a{
font: normal 12px Arial;
display:block;
color: #ffffff;
text-decoration: none;
padding: 3px 5px 0px 5px;
border-bottom: 1px solid #9b9696;
border-left: 1px solid #9b9696;

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/

width: 114px; /*width of menu (include side paddings of LI A*/
background: #000000;
margin-bottom: -3px;
height: 100%;

}
.ddsubmenustyle li a:visited{
color: #ffffff;
text-decoration: none;
}

.ddsubmenustyle li a:active{
color: #0c5280;
text-decoration: none;
}

.ddsubmenustyle li a:hover{

color: #ffffff;
text-decoration: none;
background-color: #752f2f;
}



/* ######### 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;
}