div#nav {
	top: 141px;
	z-index: 1;
	overflow: visible;
	line-height: 30px;
	text-align: left;
	position: absolute;
	right: 15px;
	left: 5px;
	width: 120px;
	height: 281px;
	visibility: visible;
}
#nav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav li {
	margin: 0 0 3px 0;
}

#nav a.left:link {
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 20px;
	width: 120px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	background-color: #999966;
}

 #nav a.left:visited {
	color: #000000;
	/*/*/color: #000000;
	text-decoration: none; /* */
		/*/*/display: block;
	padding: 2px 2px 2px 20px;
	/*border: 1px solid #333;*/
	width: 120px;
	background-color: #999966;
	text-align: left;
}
#nav a.left:hover {
	background-color: #999966;
	color: #B08233;
	text-align: left;
	font-weight: bold;
}
#uberlink a.left:link, #uberlink a.left:visited, #uberlink a.left:hover {
	background-color: #999966;
	color: #333300;
	text-align: left;
	background-image: url(../images/point2_sml.gif);
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}