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

/* ---- Navigation */



#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#sidebar ul a {
	color: #330033;
	text-decoration: none;
	margin: 0;
	width: 140px;
	padding-left: 10px;
	display: block;
	background: url(images/navbkgrd.gif) no-repeat left center;
	font-size: 0.8em;
	line-height: 2.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#sidebar ul a.last {
	border-bottom: none;
	}
	
#sidebar ul a:hover {
	background-position: -150px 0px;
	color: #000000;
	text-decoration: underline;
	}
#sidebar ul a.current {
	background-position: top right;
	color: #602E0C;
	cursor: default;
	}	

