@charset "utf-8";

/*
Light beige  - #E2D9A3

TAKES THE CAKE
Slate - #1c1a1b
Light Slate - #6c8679
Gray/blue - #dad8dd
Coffee w/cream - #dcc498
Less cream - #944929
ROOSTER STRUT
Cream - #e2d9a3
Cream/gray-green - #c2b272
Gray-green - #948a5d
Brownish gray - #735c3b
Brown - #61290d

SUNSET HORSEBACK
Forest green/gray - #1d261f
Brownish gray - #403028
Gray - #7f6e6a
Teal - #b8bf97
Cream - #ffeeb3

*/
	
/*=======================NAV============================================
===============================================================================*/

#navDiv {
	position:relative;
	width: 750px;
	height:25px;
	z-index: 2;
	top: -110px;
	left: 20px;
}
	/*margin: 25px 0 0 0;
	padding:0;
	bottom:0;
	left:2%;
	position:absolute;
	
	width: 800px;
	z-index: 2;*/
}
	
/*====IE HACK FOR LI=====
===========
========*/

#navDiv ul { 
	float: left;
}

#navDiv li {
	display:inline;
	list-style: none;
	width: 100%;
	height: 25px;
	line-height:1.5;
	border:none; }
	
#navDiv li a {
	color:#e2d9a3;
	font-weight:bold;
	text-decoration:none; 
	padding: 0 1em;
	text-align:center;}

#navDiv li a:link { background-color:#1c1a1b; }
#navDiv li a:visited { background-color:#1c1a1b; }
#navDiv li a:hover { background-color:#b8bf97; color:#1c1a1b; }

/*=THIS CODE HIGHLIGHTS THE CURRENT PAGE AND CHANGES THE POINTER TO THE DEFAULT*/
#navDiv li a.current, #navDiv li a.current:hover, #navDiv li a.current:active {
	background-color:#b8bf97;
	cursor:default;
	color:#1c1a1b; !important; /*understood by all browsers*/
	color:#b8bf997; /*This is for IE6*/}
