#nav a, #nav a:link {
	color: #000000;
	line-height: 20px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
#nav ul {
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#nav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 4px;
}
#nav a:hover {
	color: #999999;
}
#submittest {
	background-image: url(../images/submit.png);
	height: 30px;
	width: 96px;
	background-repeat: no-repeat;
	color: #FFF;
	border: 0px none #FFF;
	background-position: 0.4px;
	background-color: #FFF;
	font-weight: lighter;
}
.whitetext {
	color: #FFF;
}

