a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
div#rcontents div#pagetitle {
	background-image: url(images/map-title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	margin-top: 10px;
}
#map-contents {
	margin-top: 20px;
	margin-left: auto;
	width: 580px;
	margin-right: auto;
}

p#lead {
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
}

li.folder {
	background-image: url(images/folder.gif);
	background-position: left top;
	margin-left: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}
li.continue {
	background-image: url(images/continue.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: normal;
}
li.end {
	background-image: url(images/end.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: normal;
}
#member {
	float: left;
	width: 285px;
	margin-right: 10px;
}
#menu {
	float: right;
	width: 285px;
}
#member h2 {
	background-image: url(../images/member-menu-title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 270px;
	padding-bottom: 2px;
}
#menu h2 {
	background-image: url(../images/menu-title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 15px;
	width: 275px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#map-contents ul {
	margin-left: 10px;
	margin-top: 10px;
}
#map-contents ul ul {
	margin-top: 0px;
}
#map-contents li {
	list-style-type: none;
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 2px;
}

