@charset "UTF-8";
/* CSS Document */

/* ---- Navigation */



#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6295a6;
	}
	
#sidebar ul a {
	color: #6295a6;
	text-decoration: none;
	margin: 0;
	width: 140px;
	padding-left: 10px;
	display: block;
	font-size: 0.7em;
	line-height: 2.3em;
	font-family: Arial, Helvetica, sans-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;
	}	

