.voce{
	position: absolute;
	margin-top: 85px;
	float: left;
	text-align: left;
	font-size: 9px;
	color: #BBBBBB;
	text-transform: uppercase;
	letter-spacing: -1px;
	height: 25px;
	overflow: hidden;
	line-height: 16px;
}
.mainvoces:first-letter{
	font-size: 14px;
}
.mainvoces:first-line{
	line-height: 17px;
}
.voce:hover{
	color: white;
	height: auto;
	background-position: 0px 19px;
	background-repeat: no-repeat;
}
#voce1{
	left:286px;
	z-index: 1;
}
#voce2{
	left:421px;
	z-index: 2;
}
#voce3{
	left:536px;
	z-index: 3;
}
#voce4{
	left:651px;
	z-index: 4;
}
#voce5{
	left:721px;
	z-index: 5;
}
#voce1sel{
	left:286px;
	z-index: 1;
	background-image: url(../img/menu1.gif);
	background-position: 0px 19px;
	background-repeat: no-repeat;
}
#voce2sel{
	left:421px;
	z-index: 2;
	background-image: url(../img/menu2.gif);
	background-position: 0px 19px;
	background-repeat: no-repeat;
}
#voce3sel{
	left:536px;
	z-index: 3;
	background-image: url(../img/menu3.gif);
	background-position: 0px 19px;
	background-repeat: no-repeat;
}
#voce4sel{
	left:651px;
	z-index: 4;
	background-image: url(../img/menu4.gif);
	background-position: 0px 19px;
	background-repeat: no-repeat;
}
#voce5sel{
	left:721px;
	z-index: 5;
	background-image: url(../img/menu5.gif);
	background-position: 0px 19px;
	background-repeat: no-repeat;
}
#voce1:hover{
	background-image: url(../img/menu1.gif);
}
#voce2:hover{
	background-image: url(../img/menu2.gif);
}
#voce3:hover{
	background-image: url(../img/menu3.gif);
}
#voce4:hover{
	background-image: url(../img/menu4.gif);
}
#voce5:hover{
	background-image: url(../img/menu5.gif);
}
.voce a {
	color: #BBBBBB;
	text-decoration: none;
}
.voce a:hover {
	color: white;
}
.mainvoces{
	margin-top: 1px;
	margin-bottom: 0px;
}
.subvoces{
	margin-top: 10px;
}
