.menutitle {
	cursor:pointer;
	margin-bottom: 0.5em;
	background-color: #b2b2b2;
	/*width: 448px;*/
	height: 24px;
}

.menutitle:hover {
	color: white;
	background-color: #676666;
}

.submenu {
	color: #505050;
	font: 0.9em/1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
	border: 2px solid #676666;
	margin-top: -32px;
	padding: 5px;
	border-top-width: 24px;
	border-top-style: solid;
}

.submenu a {
	text-decoration: none;
	background-color: #18AA34;
	color: white;
	padding: 0 2px;
}

.submenu a:hover {
	text-decoration: none;
	background-color: #D7111D;
	color: white;
}

h4.list {
	margin: 0;
	padding: 4px;
	text-align: left;
	font: bold 0.8em/normal "Lucida Grande", Lucida, sans-serif;
	position: relative;
	color: white;
}

h4.list span {
	float: right;
	font-variant: small-caps;
	position: absolute;
	top: 4px;
	right: 4px;
}