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

.navigation {
	font-family: "Futura Md BT";
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-bottom-style: none;
	font-style: normal;
}  

navigation:hover {
	font-family: "Futura Md BT";
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	width: 140px;
}  
