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

/* ---- Navigation */

#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	right: 0px;
	bottom: 0px;
	}

#header li {
	float: left;
	
	}
	
#header li a:link,#header li a:visited {
	display: block;
	background: #58725A;
	padding: .2em  .5em;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: normal;
	}
		
#header li a:hover, #header li a:active {
	color:#58725A;
	background: #FFFFFF;
	}		
	
#header li a.current,#header li a.current:hover,#header li a.current:active {
	color: #FFFFFF;
	background: #FFFFFF;
	cursor: default;
	}	


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#sidebar ul a {
	color: #6E0F0E;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px dotted #5A9F3A;
	width: 170px;
	padding-left: 30px;
	display: block;
	background: url(images/navbkgrd.gif) no-repeat left center;
	font-size: 0
..85em;
	line-height: 2.4em;
	font-size: 0.85em;
	}
	
#sidebar ul a.last {
	border-bottom: none;
	}
	
#sidebar ul a:hover {
	background-position: -200px 0px;
	color: #6E0F0E;
	}
#sidebar ul a.current {
	background-position: top right;
	color: #6E0F0E;
	cursor: default;
	}	

