.pageCopy {font-family: Verdana, Arial, Helvetica, sans-serif;color:#8c6929;font-size:12px;}
			/* The CSS Code for the menu starts here */
			#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin: 5px 0;
				padding: 0 0 0 10px;
				list-style-type: none;
				font-size: 11px;
				background: #eee;
				height: 30px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-top: 2px solid #eee;
				border-left: 2px solid #eee;
				border-bottom: 2px solid #ccc;
				border-right: 2px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 0;
				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 30px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
					/* Gold Menu */
			#menu.gold {
				border-top: 2px solid #9c5910;
				border-left: 2px solid #9c5910;
				border-bottom: 2px solid #450000;
				border-right: 2px solid #450000;
				background: #9c5910;}	/* background color of nav bar */
			#menu.gold a {color: #F7CB84;}	 /* text of nav buttons */
			#menu.gold li a:hover, #menu.gold li.active a {color: #295D00; background: #DEDBB5; border-bottom: 2px solid #9c5910;}	/* properties for hover box */
