
	
/* ID Styles */

#navigation a {
	font:11px arial;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.2em;
	line-height:14px;
	display:block;
	padding:6px;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
        background: #A08658;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:active {
	color:#ffffff;
        background: #6391C3;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}