﻿#VolunteerMenu {
	width: 175px;
	height: auto;
	float: left;
	margin-bottom: 2px;
	background-color: #CC6600;
	color: black;
	display: none;
}
#VolunteerMenuTitle {
	width: 171px;
	height: auto;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}
#ButtonVolunteerHome {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	font-weight: bold;
	background-color: #F6E8B1;
}
#ButtonMentors {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	cursor: pointer;
	background-color: #F6E8B1;
}

