/* #959077: gold 8381 */
/* #4b5457: gray 445*/

/* #b5b1a0: 70% of gold 8381 */
/* #818789: 70% of gray 445 */

/* #eae9e4: 20% of gold 8381 */
/* #dbdddd: 20% of gray 445 */

/* styles the text. creates the box and makes the div surround the text. colors the box. */
div#menu {
	font-family: Arial, Helvetica, sans-serif;
	width:245px;
	float: left;
	background-color: #fff;
}
		
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width: 240px;
}	



/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
}
	
	
/* style the links */
#menu a:link, #menu a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	width: 240px;
	height: 23px;
	border: 1px solid #b5b1a0;
	border-width: 1.5px 0 1.5px 0;
	padding-left: 5px;
	line-height: 23px;
	background-color: #959077;
}	

/* You Are Here, section formatting */
#current a:link, #current a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	width: 240px;
	height: 23px;
	border: 1px solid #818789;
	border-width: 1.5px 0 1.5px 0;
	padding-left: 5px;
	line-height: 23px;
	background-color: #4b5457;
}

/* You Are Here, link formatting */
#thispage a:link, #thispage a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	width: 240px;
	height: 23px;
	border: 1px solid #818789;
	border-width: 1.5px 0 1.5px 0;
	padding-left: 5px;
	line-height: 23px;
	background-color: #818789;
}
	
.thishead {
	font-size: 16px;
}
	
/* makes the rollover background gold tint for general menu */
#menu a:hover {
	background-color: #b5b1a0;
}	
	
	
/* makes the rollover background gray tint for You Are Here*/
#current a:hover {
	background-color: #818789;
}	
