#nav {
	position: absolute;
	top: 185px;/*95px;*/
	left: 0px;
	background: #CC0000;
	color: white;
	width: 600px;
	min-width: 600px;
	height:95px;
	margin-left: 100px;
	font-family: arial;
	text-align: center;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

#nav a {
	font-weight: bolder;
	font-size: medium;
}

#nav a:visited {
	color: white;
}

#nav a:link {
	color: white;
}

#nav a:hover {
	color: yellow;
	text-decoration: none;
}
