/* ID Styles */

#navigation td {
		}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:30px;
	letter-spacing:.1em;
	text-decoration: none;
    padding:10px 2px 2px 2px;
	background-color: #C0C0C0;
}
	
#navigation a:hover {
	color:#ffffff;
	background-color: #548110;
	
	}
