.chromestyle{
	/*width:99%;*/
	width:100%;
	height:39px;
	margin:0;
	padding:0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	padding:3px 0 0 0;
	opacity:0;
	filter:alpha(opacity=0);
	color:#eeeeee;
	_padding:0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top:0;
	z-index:100;
	width:162px;
	visibility:hidden;	
	border-bottom:1px solid #d4dfce;
	margin-left:12px;
}


.dropmenudiv a:link, .dropmenudiv a:visited{
	display:block;
	/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
	padding:4px 0px 4px 15px;
	text-decoration:none;
	color:#667b5b;
	font-family:Trebuchet MS;
	font-size:11px;
	line-height:auto;
	width:145px;
	height:auto;
	
	background:#d3ecc6 url('images/iconArrowGold.gif') 5px 8px no-repeat;
	border-left:1px solid #9cb68f;
	border-right:1px solid #9cb68f;
	border-bottom:1px solid #b4cda7;
	border-top:1px solid #ecf7e6;
}

* html .dropmenudiv a{ /*IE only hack*/
	width:100%;
	color:#eeeeee;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background:#b7d0aa url('images/iconArrowWhite.gif') 5px 8px no-repeat;
	color:#3f5534;
}
