/* CSS Document */

#nav {
	position: absolute;
	top: 140px;
	left: 50px;
	z-index: 2;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.topLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.topLink:link {
	font-weight: bold;
	color: #666666;
}

.topLink:visited {
	text-decoration: none;
	color: #666666;
}

.topLink:hover {
	text-decoration: none;
	color: #00CCCC;
}

.topLink:active {
	text-decoration: none;
	color: #000000;
}

.homeLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.homeLink:link {
	font-weight: bold;
	color: #000000;
}

.homeLink:visited {
	text-decoration: none;
	color: #000000;
}

.homeLink:hover {
	text-decoration: none;
	color: #000000;
}

.homeLink:active {
	text-decoration: none;
	color: #000000;
}