/*
=======================================
 165th New York Volunteer Infantry
 Master Stylesheet
 Last Modified 12.29.2008
 Coded by Viark Unlimited
=======================================
*/

/*
=======================================
Dark Bright Brown Background	#55290C
Dark Bright Brown Text			#562F12
Dark Dull Brown Background		#605133
Dark Brown Text-I hope  		#643619
Light Brown						#9D8B5D
Dark Tan Background				#B7A26B
Medium Tan Background			#C3B38B
Light Tan Background			#DCCDA6
Lightest Tan					#F1E0B5
=======================================
*/


.chromestyle{ 
width: 100%;
font-weight: bold;}


* html .chromestyle{ 
width: 100%;
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: 0;
width: 100%;
background: url(../images/menu_background.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding-top: 3px;
padding-bottom: 3px;
padding-left: 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/}


.chromestyle ul li{
display: inline;
padding: 6px;}


.chromestyle ul li a{ /*menu text color*/
color: #643619;
padding: 4px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
font:bold 12px arial;}


.chromestyle ul li a:hover{ /*menu text rollover color*/
background: url(../images/menu_background_over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #447740;}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(../images/menu_down_image.gif); /*uncomment this line to use an image instead*/}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #605133; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: #9D8B5D;
width: 250px;
visibility: hidden;}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: solid 1px #605133;;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #622B17;}


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


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #C3AF7C;
color: #272727;}
