.head
{
	background-color: #000080;
	position: absolute;
	left: 10%;
	top: 120px;
	width: 782px;
}
.navbar
{
	background-color: #FFFFFF;
	position: relative;
	left: 10%;
	top: 127px;
	right: 10%;
	bottom: 0px;
	width: 782px;
	height: 30px;
}
#nav a
{
	text-decoration: none;
	color: #000080;
}
#nav a:hover, a:active
{
	background-color: #000080;

	color: #4AA5FF;
}
