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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
width:200px;
font: normal 11px Verdana;
margin: -40px 0 0 -200px;
*margin: -40px 0 0 -211px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 1000000;
border:solid 1px #e2dad2;
background:none;
background-color:#f9f4ef;

}

.content .ddsubmenustyle li {
	background:none;
}

.ddsubmenustyle li {
	list-style:none;
	display:block;
	background:none;
}

.ddsubmenustyle li a{

font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight:bold;
display: block;
color: #121212;
text-decoration: none;
text-transform:uppercase;
padding: 0px 0px 0px 0px;
line-height:30px;
text-align:left;

}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
width:200px;
}

.ddsubmenustyle li a:hover{
color: #c50808;
text-decoration:none;

}

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

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
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: 50000;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
