﻿#navigation1 {
background-color: #fea;
/*margin-left: 22px; /* Compromise for IE 7 positioning - remove in the future */
margin-right: auto; 
margin-left: auto
}
.chromestyle{
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: none;*/
background: #2E3627; /*THEME CHANGE HERE*/
/*padding: 5px 0;*/
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	list-style-type: none;
	margin: 0;
	float: left;
}
.chromestyle ul li{
color: #B1A170;
background: #2E3627;
margin: 0px;
padding: 5px;
}

.chromestyle a {
	font-weight: bold;
	font: 100% "Times New Roman", Times, serif;
	text-decoration: none;
	color: #B1A170;
	background-color: #2E3627;
	overflow: auto;
}
.chromestyle ul li a:hover{
background: #8b0000; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fea; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 100% "Times New Roman", Times, serif;
line-height:24px;
z-index:100;
background-color: #2E3627;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
/*text-indent: 3px;*/
border-bottom: 1px solid #fea; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #B1A170;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #8b0000;
}