/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Trebuchet MS;
list-style:none;
margin: -1px 0px 0px -20px;
padding: 0;
padding-top:0px;
position: absolute;
left: 10;
top: 0;
text-decoration: none;
list-style-type: none;
border: 0px solid #FFFFFF;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
height:25px;
width:200px;
list-style:none;
background-color: #c04477;
text-decoration: none;
padding-left:20px;
color:white;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
background-color:#c04477;
color:white;
font-size:13px;
}

.ddsubmenustyle li a:hover{
background-color: #a33160;
color: white;

}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
/*padding-left: 4px;*/
border: 0;
list-style-type: none;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
list-style-type: none;
padding-top: 3px;
right: 2px;
border: 0 solid #FF0000;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0px;
height: 0px;
display: block;
}