#aboutmenu {
	float: right;
	width: 276px;
	padding: 20 0 0 0px;
	margin: 0;
}
#aboutmenu a, a:visited {
	text-decoration: none;
	display: block;
	font-weight: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#aboutmenu a:hover {
	color: #9e1a43;
	font-weight: normal;
	font-size: 13px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#aboutmenu li{
	list-style-type: none;
	background-color: #fcebc4;
	display: block;
	width: 240px;
	height: 45px;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	color: #e52963;
	font-weight: normal;
	border: 1px solid #edbd4c;
	text-indent: 0px;
	margin-bottom: 8px;
	padding-left: 10px;
}
#aboutmenu li.last {
	border: none;
}
#aboutmenu ul {
	padding: 0;
	margin: 0;
}