/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
list-style-type: none;
margin: 0;
padding:0;
left: 0;
top: 0;
position:absolute;
line-height:18px;
z-index:100;
width: 170px;
visibility: hidden;
padding-bottom:0px;
border-top:6px solid #FFFDDD;
background:#AA0114;
}

.ddsubmenustyle li a{
display: block;
width: 153px; /*width of menu (not including side paddings)*/
text-indent: 5px;

padding: 3px 4px;
padding-left:12px;
text-decoration: none;
color:#fff;
font: 12px open sans

line-height:15px;
border-bottom:0px solid #fff;

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
background-color:#FF440E;
list-style-type: none;


}

.ddsubmenustyle li a:hover{
background-color: #FFFDDD;
color: #000;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
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;
}