/* styles for the navigation menu */

#nav {
	background-color: #006366; /* #D3BBA9; #E4D8C3; */
/*	background-image: url("pics/basket_edge_overbrown.gif"); 
	background-repeat: repeat-y; 
	background-position: 0 0; */
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	width: 100%;
	height: auto;
	font-size: 12px;
	}
	
/* styling the list and links */	
#nav ul {
	list-style: none;
	width: 700px;
	margin: 0 ;
	padding: 0;
	}

#nav li {
	background-color: #E4D8C3; 
	float: right;
	width: 80px;
	} 	

#nav ul a {
	display: block;
	width: 80px;
	height: 15px;
	hei\ght: 17px;
	border: 1px dotted #F7EBD5;
	text-align: center;
	text-decoration: none;
	padding: 0 0 2px 0;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	color: #B84258;
	}	
	
#nav ul a:hover {
	border: 1px solid #c4b8a3;
	text-decoration: underline;
	color: #000;
	background-color: #fff;
	}	

#nav ul a:active {
	border: 1px dotted  #B84258;
	text-decoration: none;
	background-color: #F7EBD5;
	color: #000;
	}	
		
#nav ul li#currentpage a, 
#nav ul li#currentpage a:hover, 
#nav ul li#currentpage a:active {	
	border: 1px dotted #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	}
