#navbar {
	width: 760px;
	height: 17px;
	padding: 7px 0px 15px 95px;
}

.chromestyle{
	width: 99%;
	text-transform: uppercase;
}

.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%;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

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

.chromestyle ul li a {
	color: #614e3c;
	padding: 2px 15px 3px 17px;
	margin: 0;
	text-decoration: none;
	background: url(/site_images/nav_button_bg.gif) top left repeat-x;
	border-right: #4e3e2d solid 1px;
	border-bottom: #4e3e2d solid 1px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(/site_images/nav_hover_bg.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv {
	position:absolute;
	top: 0;
	font: normal 11px Verdana;
	color: #614e3c;
	line-height:18px;
	text-transform: uppercase;
	z-index:100;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	color: #614e3c;
	background: url(/site_images/nav_button_bg.gif) top left repeat-x;
	border-right: #4e3e2d solid 1px;
	border-bottom: #4e3e2d solid 1px;
	padding: 2px 0px 1px 5px;
	text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: url(/site_images/nav_hover_bg.gif) top left repeat-x;
}