
#nav {
display: inline;
	height: 65px;
	width: 500px;
	float: left;
	margin-left: 400px;
	padding-top: 40px;
}

.navlist
{
	margin: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

.navlist ul, .navlist li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navlist a:link, .navlist a:visited
{
	color: #CADBDD;
	float: left;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif, "Trebuchet MS";
	line-height: 15px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 30px;
	padding-left: 13px;
	font-size: 1.5em;
}

.navlist a:hover {
	color: #FFFFFF;
	BORDER-BOTTOM: #dfdfd9 5px solid;
	padding-bottom: 30px;
	background-color:#990000;
	display:block;
}

.navlist .active a {
	background-image: url(BgNavArrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	BORDER-BOTTOM: 0px;
}
.navlist .active a:hover {
	background-image: url(BgNavArrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	BORDER-BOTTOM: 0px;
}



/* CSS Footer Sub-Nav */

		ul.footerlist {
			padding: 0px;
			margin: 0px;

		}
		
		ul.footerlist li {
			margin: 0px;
			list-style-type: none;
			display: inline;
			font-size: 1em;
			padding: 0px;
		}
		ul.footerlist li a {
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	display: block;
	text-decoration: underline;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #347484;
	border-bottom-style: none;
	text-align: left;
	margin: 0px;
		}
		ul.footerlist li a:hover {
	color: #000;
	list-style-type: none;
	display: block;
	text-decoration: underline;
	background-image: url(IconArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
		
		}

		ul.subList .active a {
			background-color: #999999;
			color: #EFEDE4;
}
