#nav {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul {
	margin: 0px;
	border: 0 none;
	padding: 0px;
	padding-left: 0px;
	list-style: none;
}
#nav li {
	margin: 0px;
	border: 0 none;
	padding: 0;
	float: left;
	display: inline;
	padding-bottom: 0px;
}
#nav a {
	display: block;
	float: left;
	width: 131px;
	height: 24px;
	padding-top: 0px;
	color: #003755;
	font: 12px/26px Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0px;
	border: 0px none;
}
#nav a:hover,
#nav a:focus,
#nav a:active {
	color: #3C8925;
	outline: 0;
}

#nav .sel a,
#nav .sel a:focus {
	color: #000066;
}

/* State of button for current page */
#home #nav-home a,
#commissions #nav-commissions a,
#current #nav-current a,
#sold #nav-sold a,
#about #nav-about a,
#contact #nav-contact a {
	color: #3C8925;
}

