


#menu {
	float: right;
	width: 100%
}

#menu ul {
	margin: 1px 0 0 0;
	list-style: none;
}

#menu li {
	display: block;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 5px 1px 5px 0px;
	height: 2.0em;
}

#menu a {
	display: block;
	padding: 0.5em 0.6em 0.5em 0.6em;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	font-weight: bold;
	font-size: 90%;
	color: #FFF;
	background: #B60000;	
}


#menu a:visited {
	color: #FFF;
	background: #A20000;	
}
#menu a:hover {
	color: #A20000;
	background: #FFF;	
}

/* About */

.about {
	display: block;
	width: 18em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 90%;
	line-height: 130%;
	color: #913934;
	margin: 20px -30px 20px -30px;
}

.about a {
	font-weight: normal;
	font-size: 110%;
	color: #1F1A0F;
}


