@charset "utf-8";
/* CSS Document */


#leftnav {
	width: 164px;
	height: 626px;
	float: left;
	font-size: 16px;
	font-weight: bolder;
}
#leftnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftnav li a {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 25px;
	background-color: #E2D3D0;
	width: 154px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	margin: 0px;
}
#leftnav li a:hover {
	background-repeat: no-repeat;
	background-position: 140px;
	height: 25px;
	width: 154px;
	background-color: #CFB5AF;
	background-image: url(images/mini-compass.png);
}
#leftnav .here {
	background-image: url(images/mini-compass.png);
	background-position: 140px;
	background-repeat: no-repeat;
	background-color: #BE9B94;
}
