#nav {
	list-style: none outside;
	width: 174px;
	color: #ffc;
	font: normal 10px geneva, verdana, sans-serif;
	text-align: center;
	margin: 0px 1px;
	float: none;
	padding: 0px;
	}

#nav li {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	}
	
#nav a {
	display: block;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/btnbg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFEF2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD65C;
	color: #663300;
	}

#nav a:hover {
	color: #CC9900;
	background-image: url(../images/btnbg-over.jpg);
	}

#nav a:active {
	color: #663300;
	background-color: #996633;
	}
	

	
#topnav {
	width: 100%;
	left: 0px;
	top: 148px;
	position: absolute;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	
#topnav table {
	display: table;
	text-align: center;
	height: 21px;
	border-left: 1px solid #FFFFFF;
	}

#topnav td {
	display: table-cell;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	vertical-align: middle;
	}

#topnav td a {
	display: block;
	text-decoration: none;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	}

#topnav td a:hover {
	text-decoration: none;
	background-color: #3f3f3f;
	display: block;
	text-align: center;
	}

#topnav td a:active {
	text-decoration: none;
	background-color: #666666;
	text-align: center;
	display: block;
	}

#nav_extra {
		width: 174px;
		text-align: center;
	}
