


#nav {
	float: left;
	width: 480px;
	line-height: 41px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#nav ul { }
#nav li {
	display: inline;
	list-style: none;
}
#nav li a {
	font-size: 11px;
	font-weight: bold;
	color: #f1f1f1;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding: 0px 8px 0 10px;
	background: url(../images/navdivider.gif) right no-repeat;
	height: 41px;
	line-height:41px;
}

#nav a:hover {
	color: #cc0000;
	background-image: url(../images/navdivider_over.gif);
}
#nav .contact a, .contact a:hover {
	background-image: none;
}

/* subnav */
#subnav {
	float: left;
	width: 800px;
	text-align: center;
	line-height: 30px;
	height: 40px;
	background: url(../images/content_bkgd_bot.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}
#subnav ul {
	margin-top: 15px;
}
#subnav, #subnav a {
	color: #f2f2f2;
}
#subnav a:hover {
	color: #738a23;
}
.subnav ul {
	text-align: center;
	vertical-align: middle;
}
.subnav li {
	display: inline;
	list-style: none;
	text-align: center;
}
.subnav li a {
	text-decoration: none;
	font-size: 11px;
	font-family: sans-serif;
	padding: 30px 8px 0px 8px;
}
.subnav {
	font-size: 10px;
	font-family: sans-serif;
}
.subnav a {
	margin-top: 25px;
}