.chromestyle {
	width: 99%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.chromestyle a#aboutBTN {background: url(/images/template/int_nav_about_off.gif); no-repeat;}
.chromestyle a#aboutBTN:hover {background: url(/images/template/int_nav_about_over.gif); no-repeat;}
.chromestyle a#aboutBTN:selected {background: url(/images/template/int_nav_about_over.gif); no-repeat;}

.chromestyle a#aboutBTN {background: url(/images/template/int_nav_about_off.gif); no-repeat;}
.chromestyle a#aboutBTN:hover {background: url(/images/template/int_nav_about_over.gif); no-repeat;}
.chromestyle a#aboutBTN:selected {background: url(/images/template/int_nav_about_over.gif); no-repeat;}

.chromestyle a#recreationBTN {background: url(/images/template/int_nav_recreation_off.gif); no-repeat;}
.chromestyle a#recreationBTN:hover {background: url(/images/template/int_nav_recreation_over.gif); no-repeat;}
.chromestyle a#recreationBTN:selected {background: url(/images/template/int_nav_recreation_over.gif); no-repeat;}

.chromestyle a#educationBTN {background: url(/images/template/int_nav_education_off.gif); no-repeat;}
.chromestyle a#educationBTN:hover {background: url(/images/template/int_nav_education_over.gif); no-repeat;}
.chromestyle a#educationBTN:selected {background: url(/images/template/int_nav_education_over.gif); no-repeat;}

.chromestyle a#conservationBTN {background: url(/images/template/int_nav_conservation_off.gif); no-repeat;}
.chromestyle a#conservationBTN:hover {background: url(/images/template/int_nav_conservation_over.gif); no-repeat;}
.chromestyle a#conservationBTN:selected {background: url(/images/template/int_nav_conservation_over.gif); no-repeat;}

.chromestyle a#lodgingBTN {background: url(/images/template/int_nav_lodging_off.gif); no-repeat;}
.chromestyle a#lodgingBTN:hover {background: url(/images/template/int_nav_lodging_over.gif); no-repeat;}
.chromestyle a#lodgingBTN:selected {background: url(/images/template/int_nav_lodging_over.gif); no-repeat;}

.chromestyle a#chaptersBTN {background: url(/images/template/int_nav_chapters_off.gif); no-repeat;}
.chromestyle a#chaptersBTN:hover {background: url(/images/template/int_nav_chapters_over.gif); no-repeat;}
.chromestyle a#chaptersBTN:selected {background: url(/images/template/int_nav_chapters_over.gif); no-repeat;}

.chromestyle a#booksmapsBTN {background: url(/images/template/int_nav_booksmaps_off.gif); no-repeat;}
.chromestyle a#booksmapsBTN:hover {background: url(/images/template/int_nav_booksmaps_over.gif); no-repeat;}
.chromestyle a#booksmapsBTN:selected {background: url(/images/template/int_nav_booksmaps_over.gif); no-repeat;}

#chromemenu {
	float: left;
	width: 496px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px 1px 1px 1px;
}
#chromemenu div {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 1px solid #CFC7B4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 11px;
	font-family: verdana,helvetica;
	line-height:12px;
	z-index:100;
	background-color: #811313;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active  {
	width: auto;
	display: block;
	text-indent: 3px;
	/*border-bottom: 0px solid #BBB; THEME CHANGE HERE*/
	padding: 2px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #CFC7B4;
}


