/* CSS MENU */


/* Menu */

#menu {
	float: left;
	width: 860px;
	height: 54px;
	padding-left: 10px;
	background: url(../images/img01.gif) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a:link, #menu a:visited {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 10px 10px 10px 25px ;
	text-decoration: none;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;	
	color:#003300;
}

#menu a:hover { 
	color:#FFFFFF;
}

#menu .current_page_item a {
	color:#FFFFFF;
	text-decoration:overline;

}

/*************************************************************/
/*************************************************************/
/*Definições do Sub Menu                                     */
/*************************************************************/

.subMenu {
	visibility:hidden;
}

.subMenu ul {
	margin: 0px;
	padding:0px;
	list-style: none;
}

#menu .subMenu ul li a:link, #menu .subMenu ul li a:visited{ 
	margin-left:2px;
	display: block;
	padding:10px;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
	width:115px;
	color:#006633;
	font: 12px Arial, Helvetica, sans-serif;/*"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	
}

#menu .subMenu ul li a:hover, #menu .subMenu ul li a:active{ 
	color:#cccccc;

	
}

.subMenuBackground{
	background-image:url(../images/bg_submenu1.png);
	background-repeat:repeat-y;
	height:100%;
}

.bordaSubTop{
	background-image:url(../images/bordaSub_top.png);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	height:11px;
}

.bordaSubBottom{
	background-image:url(../images/bordaSub_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:100%;
	height:11px;
}

#subRolley{
	position:absolute;
	margin-top:30px;
	margin-left:115px;
	padding-left:5px;
	width:140px;
	height:67px;	
}

#subQuadra{
	position:absolute;
	margin-top:30px;
	margin-left:230px;
	padding-left:5px;
	width:140px;
	height:138px;	
}

#subInfra{
	position:absolute;
	margin-top:30px;
	margin-left:320px;
	padding-left:5px;
	width:140px;
	height:210px;
	z-index:0;
}

#subEscol{
	position:absolute;
	margin-top:30px;
	margin-left:445px;
	padding-left:5px;
	width:140px;
	height:138px;
}
#mapa{
	position:absolute;
	margin-top:50px;
	margin-left:150px;
	padding-top:5px;
	width:550px;
	height:490px;
	text-align:center;
	background-color:#FFFFFF;	
	z-index:2;	
}
#video{
	position:absolute;
	margin-top:50px;
	margin-left:210px;
	padding-top:5px;
	width:430px;
	height:348px;
	text-align:center;
	background-color:#FFFFFF;	
	z-index:2;	
}

#divAlpha{
	display:none;
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:250%;
	background:#000000;
	float:left;
	filter:alpha(opacity=70); 
	-moz-opacity:.70; 
	opacity:.70;
}


