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


ul.ddsubmenustyle{ /*topmost and sub ULs, respectively*/
position:absolute; visibility:hidden; display:block;
	width:190px;
	padding:0 0 0 0 !important;
	margin:30px 0 0 -47px;
}

ul.ddsubmenustyle li {
	height:25px; display:block; padding:0; margin:0; background-image:none;
	}


ul.ddsubmenustyle li a{
display:block;
	height:25px;
	padding:0 10px 0 10px;
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	color:#FFE7D6;
	text-decoration:none;
	width:190px;
	background-color:#210201;
	filter:alpha(opacity=70); -moz-opacity: 0.70; opacity: 0.70; -khtml-opacity: 0.70;
}


ul.ddsubmenustyle li a:hover{
background:#666313;
color:#FFFFFF;}


/* ######### 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;
}



/*--------------------------------------------------------------------------------------*/
