/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 13px Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #996699;
BORDER-LEFT: white 1px solid;
BORDER-BOTTOM: white 1px solid;
BORDER-RIGHT: white 1px solid;
BORDER-TOP: white 1px solid;
border-bottom-width: 0;
visibility: hidden;
z-index: 200;
Font:10px;
Font-Weight:bold;
}

.ddsubmenustyle li a{
    PADDING-RIGHT: 2px;
    DISPLAY: block;
    PADDING-LEFT: 4px;
    FONT-WEIGHT: BOLD;
    PADDING-BOTTOM: 5px;
    WIDTH: 143px;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: white 0px solid;
    BACKGROUND-COLOR: #996699;
Font:10px;
Font-Weight:bold;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
Font:10px;
Font-Weight:bold;
width: 143px; /*width of menu (include side paddings of LI A*/
}
   
.ddsubmenustyle li a:hover{
Font:10px;
Font-Weight:bold;
background-color: #cc99cc;
color: black;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
Font:10px;
Font-Weight:bold;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
Font:10px;
Font-Weight:bold;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
Font:10px;
Font-Weight:bold;
}
