#sidemenu {
	float: right;
	margin-top: -20px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	z-index: 0;
	width: 150px;

}

.sidemenuheader
 {
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 10px;
	color: #ccffcc;
	background-color: #00a501;
	border-bottom-color: black;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	width: 142px;
	text-align: center;
}

ul.membermenu {
padding: 3px;
margin: 0px;
list-style-type: none;
}

#sidemenu a:link {
	color: black;
	text-decoration: none;
}

#sidemenu a:hover {
	font-weight: bold;
	text-decoration: none;
}

#sidemenu a:visited {
	color: black;
	text-decoration: none;
}

#aroundbox {
	left: 150px;
	position: absolute;
}

.menubox {
	border-style: solid;
	border-color: green;
	border-width: 1px;
}