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





.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
font: bold 12px Arial, Helvetica, sans-serif;
text-align:left;
margin-left: -8px;
margin-top:-5px;
padding-top: 5px;
line-height:25px;
position: absolute;
left: 3px;
top: 0;
list-style-type: none;
border:0;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;

}


.ddsubmenustyle li, .ddsubmenustyle ul {


line-height:25px;
}




.ddsubmenustyle li a{

display: block;

width: 170px; /*width of menu (not including side paddings)*/

color: #623118;

background-color:none;

text-decoration: none;

padding-left: 25px;;


border-bottom: 0;

}


.ddsubmenustyle  ul li a { /*IE6 CSS hack*/


}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/

display: inline-block;

width: 150px; /*width of menu (include side paddings of LI A*/


}

.ddsubmenustyle ul li a:hover, .ddsubmenustyle ul li a.selected{ /*IE6 CSS hack*/



}
.ddsubmenustyle  ul li a:visited, .ddsubmenustyle  ul li a:active { /*IE6 CSS hack*/



}

.ddsubmenustyle li a:hover{


color: #F0F1D3;

}



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



.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/

padding-left: 0px;

border: 0;
display:none;

}



.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/

position: absolute;

padding-top: 7px;

left: 50px;

border: 0;
display:none;

}



.ddiframeshim{

position: absolute;

z-index: 500;


border-width: 0;

width: 0;

height: 0;

display: block;

}
