#menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 70;
	padding: 0;
	margin: 0;
	width: 32px;
}

#menu li {
	text-align: center;
	padding: 0;
	margin: 0;
	color: transparent;
}

#menu1 {
	background-image: url(../images/side-menu/campo-geral.png);
	float: right;
	height: 348px;
	width: 27px;
}

#menu2 {
	background-image: url(../images/side-menu/exercicios-disabled.png);
	float: right;
	padding: 0;
	margin: 0;
	height: 177px;
	width: 27px;
}

#menu3 {
	background-image: url(../images/side-menu/video.png);
	float: right;
	padding: 0;
	margin: 0;
	height: 177px;
	width: 27px;
	cursor: pointer;
}

#menu1:hover {
	background-image: url(../images/side-menu/campo-geral-hover.png);
	background-size: 100%;
	height: 348px;
	width: 32px;
}

#menu2:hover {
	background-image: url(../images/side-menu/exercicios-hover-disabled.png);
	background-size: 100%;
	height: 177px;
	width: 32px;
}

#menu3:hover {
	background-image: url(../images/side-menu/video-hover.png);
	background-size: 100%;
	height: 177px;
	width: 32px;
}