#menu {
	width: 150px;
	clear: both;
	float: left;
	position: relative;
	padding: 0px;
	padding-bottom: 30px;
	padding-left:20px;
	text-align: left;
	top: 15px;
}

#menu h1 {
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #4d443a;
	font-family: Verdana, "Arial Black", sans-serif;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #847564;
 	background-repeat: no-repeat;
	padding-left: 15px;
}

#menu h1:hover {
	background-color: #CCCCCC;
}

#menu h1.current {
	color: #ffffff;
}

#menu h1.current:hover {
	color: #ffffff;
	background-color: #A4BGC8;
}

#menu h1 a {
	text-decoration: none;
	color: #000000;
}

#menu h1.current a {
	text-decoration: none;
	color: #ffffff;
}

#menu h2 {
	font-family: Verdana, "Arial Black", sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #4D443A;
	line-height: 13px;
	margin-top: 4px;
	margin-bottom: 0px;
	text-align: left;
	display: block;
}

#menu h2 a {
	text-decoration: none;
	color: #4d442a;
}

#menu h2 a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}

#menu .number {
	font-family: Verdana, "Arial Black", sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #4D443A;
	text-decoration: none;
}

#menu ul {
	font-family: Verdana, "Arial Black", sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #4D443A;
	line-height: 13px;
	text-decoration: none;
	display: block;
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#menu ul li a {
	text-decoration: none;
	color: #4d443a;
}

#menu ul li a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}

#menu .selected {
	color: #8A0023;
	font-weight: bold;
}

