#nav {
	width:950px;
	text-align: center;
	border: 3px solid #000;
	background-color:#495154;
	height: 37px;
	background-image: url(../images/navback.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	}
#nav ul li a {
	display: block;
	padding-top: 3px;
	font-family: arial;
	font-size: 14pt;
	color: #fff;
	border-right: 1px solid #333;
	height: 34px;
	text-decoration: none;
	}

#nav ul li a.active {
        font-weight: bold;
	}
#nav ul li a.active:hover {
	}

#nav ul li a:hover {
	text-decoration: underline;
	}
	
#nav2 {
	width:850px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	height: 52px;
	background-image: url(../images/nav2.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#nav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav2 ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	}
#nav2 ul li a {
	display: block;
	padding-top: 3px;
	font-family: arial;
	font-size: 13pt;
	color: #000;
	height: 34px;
	text-decoration: none;
	}

#nav2 ul li a.active {
        font-weight: bold;
	}
#nav2 ul li a.active:hover {
	}

#nav2 ul li a:hover {
	text-decoration: underline;
	}