/* ---------- TOPNAV ---------- */
#topnav, .subnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 90px;
}
#topnav li {
	float: left;
	margin: 37px 0px 0px;
	padding: 0px;
}
#topnav a {
	color: #FFFFFF;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 16px;
	text-transform: lowercase;
	width: 156px;
	text-align: center;
	margin-right: 5px;
	height: 19px;
	line-height: 19px;
	padding: 17px 0px;
}
#topnav a:link, #topnav a:visited {
	background-image: url(../images/home-nav-bg.jpg);
	background-repeat: no-repeat;
}
#topnav a:hover, #topnav a:active {
	background-color: #007161;
	background-image: none;
}
#topnav a.active {background-color: #007161; background-image:none !important;}

#topnav a.twolines {
	height: 38px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#topnav a.last {
	margin-right: 0px;
}
/* ---------- SUBNAV ---------- */
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 0px 0px 25px;
	color: #D4D4D4;
	clear: both;
}
.subnav li {float: left;}
.subnav a {
	font-size: 12px; 
	margin: 0px 15px;
	text-decoration: none;
}
.subnav a:link, .subnav a:visited {color: #777777;}
.subnav a:hover, .subnav a:active, .subnav a.active {color: #007161;}