@charset "utf-8";

/* Menu principal do site (Somos, grupos e celebração) */


.nv1 {
	position:absolute;
	height:34px;
	visibility: hidden;
	z-index: 100;
	margin-left: 200px;

	_margin-top /*\*/:25px\9;
	text-align:center;
	font-size:16px;
	}	
	
.nv1 ul {
	margin-top:8px;	
	width:100%;
	height:auto;
	padding:0;
	list-style:none;
	}

.nv1 ul li {  
	margin:4px 6px 4px 6px;	
	display:inline;
	}

.nv1 a {
	color:#000;
	text-decoration: none;
	}

.nv1 a:hover {
	background-color:#000;
	color: #FFFFFF;
	}
	
#nv1 { 
background:url(../imagens/layout/bg_red.png);
width:540px;
margin-left: 205px;
}

.menudown { background:url(../imagens/layout/menu/down.png) no-repeat; margin:0; height:7px; width:100%; float:left; }

#nv2 { 
background:url(../imagens/layout/bg_yellow.png); 
width:300px;
margin-left: 376px;
}

.menudown { background:url(../imagens/layout/menu/down.png) no-repeat; margin:0; height:7px; width:100%; float:left; }

#nv3 { 
background:url(../imagens/layout/bg_blue.png); 
width:395px;
margin-left: 281px;
}

.menudown2 { background:url(../imagens/layout/menu/down.png) no-repeat 366px 0; margin:0; height:7px; width:100%; float:left; }

