.chromestyle{
	width: 99%;
	font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 6px 0 4px;
	margin: 0 auto;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{ color: #FFF; padding: 10px 25px; margin: 0 auto; text-decoration: none; font: 100% Verdana, Geneva, sans-serif; }

.chromestyle ul li a:hover, .chromestyle ul li a.selected, .chromestyle ul li a.highlight{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #a7c160;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin-top: 0px;
	margin-left: 5px;
	border: 1px solid #FFF;
	border-bottom-width: 0;
	font:normal 85% Verdana;
	line-height:1.75em;
	z-index:100;
	width: 150px;
	color:#7e4c22!important;
	visibility: hidden;/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	background: url(/images/navBack.jpg) repeat;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #7e4c22!important;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color:#7e4c22!important;
}
.dropmenudiv a:link{ /*THEME CHANGE HERE*/
	color:#7e4c22!important;

}
.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
	color:#7e4c22!important;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFF!important;
	background: url(file:///C|/Documents%20and%20Settings/Toolie%20Estrada/My%20Documents/a_websites/Carlson_Landscape_Arch/images/navBackHover.jpg);
}
