/* Navigation Specifics */


#header ul { 
	margin-left: 0px; 
	padding-left: 0px;
	white-space: nowrap;
	}
#header li { 
	display: inline; 
	list-style-type: none; 
	}
a.nav { 
	padding: 0px 26px;
	}
a.nav:link, a.nav:visited { 
	color: #666666; 
	background-color: #ffffff; 
	text-decoration: none;
	}
a.nav:hover { 
	color: #000000; 
	background-color: #FDB733; 
	text-decoration: none;
	}

/* Sub Nav */
a.snav:link, a.snav:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666; 
	text-decoration: none;
	}
a.snav:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0066;
	text-decoration: none;
	}

/* Web Address */
a.viewsite:link, a.viewsite:visited {
	font-weight: bold;
	color: #cc6633; 
	text-decoration: none;
	}
a.viewsite:hover { 
	font-weight: bold;
	color: #CC0066;
	text-decoration: none;
	}

/* Email Text */

a.email:link, a.email:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #666666;
	text-decoration: none;
	}
a.email:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #CC0066;
	text-decoration: underline;
	}