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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-size: 12px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #748c4d;
border: 0 none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
padding: 9px 23px 9px 13px; /*width of menu (not including side paddings)*/
width: 160px;
color: #FFF;
/*background: url('../images/menu-main.png');*/
text-decoration: none;
border-bottom: 1px solid #95a878;
cursor: pointer;
}

.ddsubmenustyle li ul {
border-top: 1px solid #95a878;
border-left: 1px solid #95a878;
margin-top: -1px;
}

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

.ddsubmenustyle li a:hover{
background: #5b6943; color: #FFF;
}

/* ######### 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: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


/*
#dropmenudiv {position:absolute; padding: 0; margin: 0px; text-align: left;  
	filter:alpha(opacity=94); -moz-opacity:0.94; opacity:0.94; -khtml-opacity:0.94; background: transparent; z-index: 30;}
	#dropmenudiv a {display: block; padding: 9px 13px 9px 13px; color: #FFF; font-weight: bold; font-size: 12px; text-decoration: none;
	filter:alpha(opacity=100); -moz-opacity:0.999999; opacity:0.999999; -khtml-opacity:0.999999; background: #748c4d; border-bottom: 1px solid #95a878;
	color: #FFF; z-index: 20;}
	#dropmenudiv a:hover {
	filter:alpha(opacity=95); -moz-opacity:0.95; opacity:0.95; -khtml-opacity:0.95;
	z-index: 10; background: #5b6943; color: #FFF;}	
	*/
