/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	color:#538935;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position: absolute;
	/*filter:alpha(opacity=90);
	opacity:0.9;
	_moz-opacity:0.9;	*/
	left:0px;
	top:0;
	list-style-type: none;
	background:#fff;
	border:#538935 1px solid;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	}


.ddsubmenustyle li a {
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	display: block;
	width:150px;
	/*filter:alpha(opacity=90);
	opacity:0.9;
	_moz-opacity:0.9;	*/
	color:#649847;
	background-color:#fff;
	border-bottom:#538935 1px solid;
	text-decoration: none;
	padding: 4px 5px;
	margin:0 0 0 0;
	}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
	}

.ddsubmenustyle li a:hover{
	background-color:#F5F6F4;
	/*filter:alpha(opacity=100);
	opacity:1.0;
	_moz-opacity:1.0;	*/
	color:#538935;
	color:#000;
	}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
	position:absolute; display:none;
	}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position:absolute;
	
	left: 100px;
	border: 0;
	}

.ddiframeshim{
	position: absolute;
	z-index:500;
	background:transparent;
	border-width:0;	
	height:0;
	display:block;
	}