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



.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font:"Century Gothic", Verdana, Arial, Helvetica, sans-serif 14px normal;
margin: 0 !IMPORTANT;
padding: 0 !IMPORTANT;
position: absolute;
left:0;
top:235px !IMPORTANT;
list-style-type: none;
background:#ffffff;
border-bottom:0px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
}

.ddsubmenustyle li a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
color:#333333;
font-weight:normal;
background:#ffffff;
text-align:left;
text-decoration: none;
padding:6px 5px 6px 20px;
background-image:url(../images/dropdown_bg2.png);
height:23px;
background-position:top;
background-repeat:repeat-y;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 195px; /*width of menu (include side paddings of LI A*/

}

.ddsubmenustyle li a:hover{
background-color:#ffffff;
color: #ea8d00;
text-align:left;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left:0;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top:0;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}