@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: .8em;
	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: #B17F26;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px dotted #B17F26;
	width: 140px;
	padding-left: 10px;
	display: block;
	background: url(images/navbkgrd.gif) no-repeat left center;
	font-size: 0.7em;
	line-height: 2.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#sidebar ul a.last {
	border-bottom: none;
	}
	
#sidebar ul a:hover {
	background-position: -150px 0px;
	color: #FFFFFF;
	}
#sidebar ul a.current {
	background-position: top right;
	color: #602E0C;
	cursor: default;
	}	

