#navigation{
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	height:20px;
	margin-bottom:10px;
	margin-top:10px;
	float:left;
}

#navigation a{
	text-decoration:none;
	padding:12px;
	font-size:12px;
	color:#ac6;
}

#navigation a:hover{
	padding:12px;
     	color:#779933;
	text-decoration:underline;
 }