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

/* These styles override the sideleft styling in the template package. 
	Images like menuline and arrow_01 are blanked out to allow this. */

.navbar {
	float:left;
	width:215px;
	padding:10px 0 0 20px;
}
.navbar ul {
	margin:0;
	padding:0;
}
.navbar ul li {
	list-style:none;
	padding:0;
	border-bottom:1px solid #e5e5e6;
	font:12px/200% Arial,sans-serif;
}
.navbar ul li a {
	text-decoration:none;
	color:#8b877d;
}
.navbar ul li a:hover {
	text-decoration:underline;
}

.navbar table tbody tr:first-child td {
 border: none;
}


.navbar table tbody tr td {
 border-bottom:1px solid #e5e5e6;
}

