ul#navlist {
	margin: 0;
	list-style: none;
}		
			
ul#navlist li {
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	list-style: none;
}		
			
ul#navlist li#active2 {
	float: left;
	width: 15px;
	height: 15px;
	background-color: #c2bd9b;
	margin: 0 5px 0 0;
	list-style: none;
}	
			
li#active2 a {
	float: left;
	width: 13px;
	height: 13px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	list-style: none;
}
			
#navlist a {
	float: left;
	width: 13px;
	height: 13px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	list-style: none;
}		
			
#navlist a:hover { 
	float: left;
	width: 13px;
	height: 13px;
	background-color: #c2bd9b;
	border: 1px solid #c2bd9b;
	margin: 0 5px 0 0;
	list-style: none;
}
