/* CSS Document */

#listMenuRoot {
	position: relative;
	top: 0;
	z-index:0;
	background: url(../images/menu.gif) no-repeat;
	display: inline-block;
	height: 39px;
	list-style:none;
	margin-top: -8px;
	width: 989px;
}
#listMenuRoot ul {
	list-style:none;
	margin:0; _float:left;
}
#listMenuRoot li {
	float:left;
}
#listMenuRoot li li {
	float:none; _float:left;
}

#listMenuRoot li a {
	text-decoration: none;
	display: block;
	float: left;
}

#submenu1 { top: 28px; 	left: 128px;}
#submenu2 { top: 29px; 	left: 229px; }
#submenu3 { top: 29px; 	left: 334px; }
#submenu4 { top: 29px; 	left: 482px; }
#submenu5 { top: 29px; 	left: 756px; }

.submenu { 
	display: none;
	position: absolute;
	float:left;
	left: 0;
	border-bottom-width: 0;
	margin: 0;
	padding: 0;
	filter: alpha(opacity=85);
	-moz-opacity:.85;opacity:.85;
}

.submenu li {display: block; margin: 0; clear:left; _display:table; _margin_top:-20px}


 
.submenu li {display: block; margin: 0; clear:left;}

.menu { text-indent:-9000px; overflow:hidden; display: block; }


#listMenuRoot .submenu li a {
	background: #25a629;
	margin: 0;
	padding: 3px;
	_padding:0px;
	color: #FFF;
	font: bold 10px Verdana;
	width: 210px;
	height: 170px;
	border: 1px solid #01780d;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	float:left;


}
#listMenuRoot .submenu li a img {

	border: none;
}
#listMenuRoot .submenu li a:hover{
	background: #077f12;
}


.home a {
	background: url(../images/b_home.gif) no-repeat;
	width: 64px;
	height: 29px;
	float:left;
	display: block;
}
.home a:hover {
	background-position: 0 -29px;
}
.cbfs a {
	background: url(../images/b_cbfs.gif) no-repeat;
	width: 62px;
	height: 29px;
	float:left;
}
.cbfs a:hover {
	background-position: 0 -29px;
}
.liga a {
	background: url(../images/b_liga.gif) no-repeat;
	width: 101px;
	height: 29px;
	float:left;
}
.liga a:hover {
	background-position: 0 -29px;
}
.competicoes a {
	background: url(../images/b_competicoes.gif) no-repeat;
	width: 105px;
	height: 29px;
	float:left;
}
.competicoes a:hover {
	background-position: 0 -29px;
}
.selecao a {
	background: url(../images/b_selecao.gif) no-repeat;
	width: 148px;
	height: 29px;
	float:left;
}
.selecao a:hover {
	background-position: 0 -29px;
}
.sala a {
	background: url(../images/b_sala.gif) no-repeat;
	width: 134px;
	height: 29px;
	float:left;
}
.sala a:hover {
	background-position: 0 -29px;
}
.futsal a {
	background: url(../images/b_futsal.gif) no-repeat;
	width: 140px;
	height: 29px;
	float:left;
}
.futsal a:hover {
	background-position: 0 -29px;
}
.espaco a {
	background: url(../images/b_espaco.gif) no-repeat;
	width: 139px;
	height: 29px;
	float:left;
}
.espaco a:hover {
	background-position: 0 -29px;
}
.contato a {
	background: url(../images/b_contato.gif)  no-repeat;
	width: 94px;
	height: 29px;
	float:left;
}
.contato a:hover {
	background-position: 0 -29px;
}





