#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 5;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em;
	font-size: 14px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#content {
	clear: left;
}

/* New Formatting for navbar buttons added - 7/3/07 - amerle */
a.navbutton {
	background: url('/images/buttons/button07.png') 1px 0 no-repeat;
	border: none;
	float:left;
	width: 150px;
	padding: 4px 0px 4px 0px;
	margin: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF !important;
	
}

a.bignavbutton {
	background: url('/images/buttons/button07.png') 1px 0 no-repeat;
	border: none;
	float:left;
	width: 150px;
	padding: 4px 1px 4px 0px;
	margin: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF !important;
	
}

/* smaller nav button */
a.smallnavbutton {
	background: url('/images/buttons/button07-2.png') 1px 0 no-repeat;
	border: none;
	float:left;
	width: 110px;
	padding: 4px 1px 4px 0px;
	margin: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF !important;
	
}




.navbar {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: none;
	background-color: #000000;

}
	
a.nav_first {
	width: 149px;
	background-position: 0 0;
}

a.nav_last {
	width: 149px;
}

a.navbutton:hover {
	background-position: 1px -25px;
	text-decoration: none;
}

a.smallnavbutton:hover {
	background-position: 1px -25px;
	text-decoration: none;
}

a.bignavbutton:hover {
	background-position: 1px -25px;
	text-decoration: none;
}

a.nav_first:hover {
	width: 149px;
	background-position: 0 -25px;
}
