@charset "utf-8";
/* CSS Document */


#navigation td {
	border-bottom: 1px solid #84736B;
	}
	
#navigation a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background-color: #CEC6BA;
	color: #333333;
	}



#active {
	color: #333333 !important;
	background-color: #CEC6BA !important;
	font-weight: bold !important;
}

