.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #1E1E1E;
	background-color: #666666;
	text-align: center;
 	width: 400px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-position: center;
}
.nav a:link {
	color: #1E1E1E;
	text-align: center;
 	width: 400px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-position: center;
}
.nav a:hover {
	color: #ffffff;
	text-align: center;
 	width: 400px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-position: center;
	display : block;
}
.nav :visited {
	color: #1E1E1E;
	text-align: center;
 	width: 400px;
	line-height: 20px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-position: center;
} 

