body {
	background-color: #1E6BDA;
	margin: 0px;
	padding: 0px;
	spacing: 0px;
	border: none;
}
div#navLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 530px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-image: url(/members/gaalore/vlounge/vlounge.nsf/topleft1.jpg?OpenImageResource);
}
div#navLinks {
	position: absolute;
	top: 0px;
	right: 8px;
	height: 60px;
}
ul#navLinkList {
	list-style-type: none;
	marker-offset: 0px;
}
ul#navLinkList li {
	margin-right: 4px;
	padding: 8px;
	float: left;
	display: inline;
	list-style-type: none;
	font-family: Verdana;
	font-size: 9px;
	color: white;
}
a:link {
	color: white;
	text-decoration: none;
	display: block;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	background:#7998FB;
	color: yellow;
}
a:active {
	color: yellow;
	text-decoration: none;
}
