.chromestyle{
font-weight: bold;

/*border:1px solid #000000;*/
}

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

html>body #homePageTopHat .chromestyle ul{
padding: 0px 0px 0px 0px;
margin: 0px 0px -4px 0px;
width:804px;
}
.chromestyle ul{
padding: 0px 0px 0px 0px;
margin: 0px 0px -2px 0px;

}

.chromestyle ul li{
display: inline;
margin: 0px -3px 0px 0px;
}

.chromestyle ul li a{
color: #494949;
margin: 0;
text-decoration: none;
}
/*HAD TO MAKE TWO STYLE FOR EACH SUBNAV DROPDOWN. ONE FOR IE6 AND ONE FOR THE REAL BROWSERS.*/
html> body #dropmenu1/*IE6 WILL IGNORE ME!!!!!*/
	{
	margin-left: -1px;
	margin-top: 0px;
	width: 117px;
	vertical-align: top;
	background-color: #554b0f;
	}
#dropmenu1
	{
	margin-left: -1px;
	background-color: #554b0f;
	margin-top: 0px;
	width: 117px;
	}
html> body #dropmenu2/*IE6 WILL IGNORE ME!!!!!*/
	{
	margin-left: -1px;
	background-color: #554b0f;
	margin-top: 0px;
	width:197px;
	}
#dropmenu2
	{
	margin-left: -1px;
	background-color: #554b0f;
	margin-top: 0px;
	width:197px;
	}
html> body #dropmenu3/*IE6 WILL IGNORE ME!!!!!*/
	{
	margin-left: -10px;
	background-color: #554b0f;
	margin-top: 0px;
	width: 100px;
	}
#dropmenu3
	{
	margin-left: -10px;
	background-color: #554b0f;
	margin-top: 0px;
	width:100px;
	}
html> body #dropmenu4/*IE6 WILL IGNORE ME!!!!!*/
	{
	width: 192px;
	background-color:#B1B6A1;
	}
#dropmenu4
	{
	width: 194px;
	background-color:#B1B6A1;
	}





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

.dropmenudiv
	{
	text-indent:0px;
	margin: -1px 0px 0px 0px;
	position:absolute;
	top: -2px;
	border: 1px solid #ffffff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	/*border-top-width: 0;*/
	z-index:100;
	visibility: hidden;
	/*filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
	}

.dropmenudiv a:visited
	{
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:200%;
	display: block;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	}
.dropmenudiv a:hover
	{
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:200%;
	/*background-color:#64774b; */
	background-color: #554b0f;
	text-decoration: none;
	color:#ffffff;
	font-weight: normal;
	text-align: left;
	}
.dropmenudiv a
	{
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:200%;
	display: block;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	}

* html .dropmenudiv a
	{ /*IE only hack*/
	width:auto;
	text-decoration: none;
	padding-left: 10px;
	}

