
#nav {
	position:relative;
	top:84px;
	left:33px;
	width:890px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.basictab ul{
	padding: 3px 0;
	font: bold 15px georgia;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

.basictab li{
	display: inline;
	margin: 0;
	}

.basictab li a, .basictab li a:visited{
	display:block;
	height:20px;
	float:left;
	text-decoration: none;
	padding:5px 22px ;   /* adjust this padding if the nav words change */
	border-bottom: none;
	color: #FFF;
	}

.basictab li a:hover, .basictab li a.current {
	background-color: #FFF;
	}

.basictab li a:active{
	color: black;
	}

.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	}

.tabcontent{
	display:none;
	}	
	
.subnav {
	position:relative;
	top:84px;
	left:33px;
	width:890px;
	text-align:center;
	padding-left:11px;
	}
	
.subnav a, .subnav a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	color:#FFFFFF;
	padding:0px 14px 0px 14px;
	font-size:14px;
	text-decoration:none;
	margin:0
	}
	
.subnav a:hover {
	background-color:#7698B4;
	color:#FFFFFF;
	}
	
.current {
	color:#689131;
	}


