/* CSS Document */

/* NAVIGATION SECTION */

#gNav {
	float: left;
	position: relative;
	width: 800px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #990000;
	text-align: center;
	font-family: "Helvetica", "Arial", sans-serif;
}
#gNav ul {
	margin: 10px 0 8px 0;
}
#gNav ul, li {
	list-style-type: none;
	text-align: center;
	padding: 0;
}
#gNav li {
	text-align: center;
	display: inline;
	margin: 0;
	padding: 0;
}
#gNav a {
	padding: 8px 4px 6px 4px;
	margin: 0;
	text-align: center;
}
#gNav a:link {
	color: #000;
	background: #fff url(../images/navtabs/navtab_active.jpg) repeat-x top left;
	text-decoration: none;
}
#gNav a:visited {
	color: #000;
	background: #fff url(../images/navtabs/navtab_active.jpg) repeat-x top left;
	text-decoration: none;
}
#gNav a:hover {
	color: #990000;
	background: #666 url(../images/navtabs/navtab_inactive.jpg) repeat-x top left;
	text-decoration: underline;
}
.pageLink {
	font-weight: bold;
	text-transform: uppercase;
	background: #666 url(../images/navtabs/navtab_inactive.jpg) repeat-x top left;
	display: inline;
	padding: 8px 4px 6px 4px;
	margin: 0;
}