@charset "UTF-8";
.navigation_top {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 950px;
	background-color: #CCCCCC;
	height: 37px;
}
.links { 
	font-size: 13px; 
	padding-top: 5px; 
	padding-right: 15px; 
	padding-bottom: 5px; 
	padding-left: 15px; 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: #FFFFFF; 
	width: auto; 
	color: #000000; 
	float: left; 
	text-decoration: none; 
	background-color: #CCCCCC; 
}

a:link {
	width: 50px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	width: 50px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	width: 50px;
	color: #000000;
	text-decoration: none;
}
