#menu {      
		line-height: 1;
		list-style-type: none;
        margin: 0;
		margin-top: 9px;
        padding: 0;
        border: none; 
		background:#E6E9C4;
		}

#currentpage { background-color:#00603b; }

#menu li {
	padding:1px;
	border-bottom: solid 2px white;
	
	}

#menu a{
	color:#b39c64;
	padding:0;
	padding-left:5px;
	padding-right:5px;
	}
	
	
#menu #currentpage a{ 
	color:white; 
	background:#00603b; 
	}

/*
#menu a:link {}
#menu a:visited {}
#menu a:hover {}
*/

#nav_container {
	position:  relative;
	top: 75px;
	left: 50%;	
	}

.nav {
	position: absolute;
	top: 75px;
	height: 9px;
	padding: 3px;
	margin: 3px;
	}
	
.nav a {
	font: 9px  arial, verdana, san-serif;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	padding:2px;
	}
	
.nav a:hover {
	color: white;
	}



/* margin aligned 
#nav1 { left: 350px; }
#nav2 { left: 475px; }
#nav3 { left: 530px; }
#nav4 { left: 660px; }
#nav5 { left: 760px; }				
*/


/* picture aligned  [-135 from margin]
#nav1 { left: 215px; }
#nav2 { left: 340px; }
#nav3 { left: 395px; }
#nav4 { left: 525px; }
#nav5 { left: 625px; }				
*/

/* hompage picture aligned */
#nav1 { left: 275px; }
#nav2 { left: 400px; }
#nav3 { left: 455px; }
#nav4 { left: 585px; }
#nav5 { left: 685px; }	
#nav6 { left: 785px; }				

/* right justified  /////   doesn't work in mac ie, firefox [positions right side, others left] 
#nav1 { right: 450px; }
#nav2 { right: 380px; }
#nav3 { right: 230px; }
#nav4 { right: 110px; }
#nav5 { right: 10px; }	
*/

.nav_sub { display:none; postion:relative } /* toggles on and off visibility */




/*	.subnav{
	position: absolute;
	top: 75px;
	height: 15px;
	height: 9px;
	padding: 3px;
	margin: 3px;
	border: solid 1px white;
	.subnav a {	
	color: #B39C64; 
	padding-top : 10px;
	}
	#nav1_1 { top: 105px;  padding-top:10px}
	#nav1_2 { top: 125px;  padding-top:10px}
	#nav1_3 { top: 145px;  padding-top:10px}
	#nav1_4 { top: 165px;  padding-top:10px}
*/


/* tantek hack

div.content { 
  border:20px solid;
  padding:30px;
  background: #ffc;
  width:400px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:300px;
} 

html>body .content {
  width:300px;
} 

*/	