/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
background-color:#990000;
margin:0;
position: absolute;
list-style-type:none;
border-bottom-width:0;
visibility:hidden;
padding-left: 5px;
padding-right: 5px;
padding-top: 15px;
}

.ddsubmenustyle li a{
display: inline;
color: #ffffff;
background-color: #990000;
text-decoration: none;
line-height:24px;
padding-left: 2px;
padding-right: 2px;
}


.ddsubmenustyle li a:hover{
color: #ffcc00;
text-decoration:underline;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ CSS for "down" arrow image added to top menu items*/
padding-left: 2px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 2px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
