ul#navlist {
	width: 80px;
	margin: 0;
	list-style: none;
}		
			
ul#navlist li {
	float: left;
	width: 18px;
	height: 14px;
	margin: 0 2px 0 0;
	padding: 0;
	list-style: none;
}		
			
ul#navlist li#active2 {
	float: left;
	width: 18px;
	height: 14px;
	background-color: #988f5c;
}	
			
li#active2 a {
	float: left;
	width: 18px;
	height: 14px;
	background-color: #beb78a;
}
			
#navlist a {
	background-color: #beb78a;
}		
			
#navlist a:hover { 
	background-color: #988f5c;
}