ul#navlist {
	margin: 0;
	list-style: none;
}		
			
ul#navlist li {
	float: left;
	width: 21px;
	height: 17px;
	margin: 0 1px 0 0;
	list-style: none;
}		
			
ul#navlist li#active2 {
	float: left;
	width: 21px;
	height: 17px;
	background-color: #736b53;
	margin: 0 1px 0 0;
	list-style: none;
}	
			
li#active2 a {
	float: left;
	width: 21px;
	height: 17px;
	background-color: #a69d84;
	margin: 0 1px 0 0;
	list-style: none;
}
			
#navlist a {
	float: left;
	width: 21px;
	height: 17px;
	background-color: #a69d84;
	margin: 0 1px 0 0;
	list-style: none;
}		
			
#navlist a:hover { 
	float: left;
	width: 21px;
	height: 17px;
	background-color: #736b53;
	margin: 0 1px 0 0;
	list-style: none;
}