

.sidebar_button {
	margin: 0px 0px 60px 10px;
}

.sidebar_button a {
	display: block;
	height: 75px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: top-left;
	text-decoration: none;
}

.sidebar_button .grey_button {
	display: block;
	height: 75px;
	margin: 0px 0px 0px 60px;
	background-repeat: no-repeat;
	background-position: top-left;
	text-decoration: none;
}

.sidebar_button a:hover {
	background-position: 0px -75px;
	cursor: pointer;
}

.sidebar_button p {
	text-align: center;
	white-space: nowrap;
	padding: 30px 0px 0px 80px;
	font-size: 16px;

}




