ul#nav
{
	margin-left: 50px;
	white-space: nowrap;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width: auto;
	float: left;
	margin-top: 60px;
	height: auto;
	margin-right: 50px;
}

#nav li
{
	display: inline;
	list-style-type: none;
}

#nav a { padding: 3px 10px; }

#nav a:link, #nav a:visited
{
	color: #fff;
	background-color: #006600;
	text-decoration: none;
}

#nav a:hover
{
	color: #fff;
	background-color: #0000FF;
	text-decoration: none;
}

