div#nav {
	float: left;
	width: 140px;
}
div#nav ul {
	padding: 0;
	width: 140px;
	margin: 0;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #FFF;
	list-style-image: none;
	font-size: 12px;
}
div#nav li:hover {
	background: #73949c;
	color: #FFFFFF;
}
div#nav li.submenu {
	background: url(/images/art/submenured.gif) 95% 50% no-repeat #73949c;
	margin: 0;
}
div#nav li.submenu:hover {
	color: #FFFFFF;
}
div#nav li a {
	display: block;
	text-decoration: none;
	width: 140px;
	color: #000000;
	padding: 3px 10px 3px 10px;
	margin: 0;
}
div#nav>ul a {width: auto;}
div#nav ul ul {
	position: absolute;
	top: -1px;
	display: none;
	margin: 0;
}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
	width: 140px;
	color: #E6AB73;
}
.level3 li{
	font-weight: normal;
	padding: 0;
}
.level3 ul {
	font-weight: normal;
}
.level3 li a {
	font-weight: normal;
}
.level3 {
	font-size: 9px;
	font-weight: normal;
}
/* this stuff was on each page - I removed it to put it in a single location - although 
   there is conflicting style information... */
.style1 {
	font-size: 13px;
	font-weight: bold;
}
.style2 {
	font-size: x-large;
	font-weight: bold;
}
.style1 {font-size: x-small}
.style2 {font-size: medium}
/* Added by Hans to help visually clarify the current page link */
.current {
	color: #536a70;;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
.current:hover {
	color: #b4d6ce;
}
div#bottom>current {
	padding: 0px 0px 0px 0px;
}
.last_updated {
	color: lightgrey;
	font-weight: italic;
}
/* end of styles brought in by Hans */
