/* CSS MENU GERAL DO TOPO*/


#menu {
	float:right;
	position:relative;
	height:60px;
}

#menu ul { 
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	cursor:pointer;
 }
    
	
#menu ul li {
	position:relative;
	display:inline;
	cursor:pointer;
	float:left; 
}
	
#menu li a {
	display:block;
	width:100%;
	height:100%;
	top:0;
	float:left;
	line-height: 58px;
	border-bottom: 2px solid transparent;
}

#menu li a:hover {
	display:block;
	width:100%;
	height:100%;
	top:0;
	float:left;
	line-height: 58px;
	border-bottom-color: #85abc6;
}
 
 
/*======================================================== BOTÃO HOME ==========================================================*/

#menu .home
{
float:left;
width:auto;
height:auto;
top:0;
outline:none;
/*background-position:left;
background-image:url(../imagens/menu/bt_home1.gif);*/
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#006AB2;
margin-right:20px;
}
	
#menu .home a:link
{
width:auto;
height:auto;
top:0;
outline:none;
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#006AB2;
/*background-position:left;
background-image:url(../imagens/menu/bt_home1.gif);*/
}
	
#menu .home a:hover
{
width:auto;
height:auto;
top:0;
outline:none;
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#635313;
/*background-position:left;
background-image:url(../imagens/menu/bt_home2.gif);*/
}

/*======================================================== BOTÃO O CONDOMÍNIO ==========================================================*/

#menu .condominio
{
float:left;
width:auto;
height:auto;
top:0;
outline:none;
/*background-position:left;
background-image:url(../imagens/menu/bt_condominio1.gif);*/
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#006AB2;
margin-right:20px;
}

#menu .condominio a:link
{
width:auto;
height:auto;
top:0;
outline:none;
/*background-position:left;
background-image:url(../imagens/menu/bt_condominio1.gif);*/
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#006AB2;
}
	
#menu .condominio a:hover
{
width:auto;
height:auto;
top:0;
outline:none;
/*background-position:left;
background-image:url(../imagens/menu/bt_condominio2.gif);*/
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#635313;
}

/*======================================================== BOTÃO EVENTOS ==========================================================*/
#menu .not
{
float:left;
width:auto;
height:auto;
top:0;
outline:none;
/*background-position:left;
background:url(../imagens/menu/bt_evento1.gif) no-repeat;*/
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#006AB2;
margin-right:20px;
}

#menu .not a:link
{
width:auto;
height:auto;
top:0;
outline:none;
/*background-position:left;
background:url(../imagens/menu/bt_evento1.gif) no-repeat;*/
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#006AB2;
}
	
#menu .not a:hover
{
width:auto;
height:auto;
top:0;
outline:none;
/*background-position:left;
background:url(../imagens/menu/bt_evento2.gif) no-repeat;*/
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#635313;
}
/*======================================================== BOTÃO FALE CONOSCO ==========================================================*/

#menu .contato
{
float:left;
width:auto;
height:auto;
top:0;
outline:none;
/*background-position:left;
background-image:url(../imagens/menu/bt_contato1.gif);*/
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#006AB2;
margin-right:45px;
}

#menu .contato a:link
{
top:0;
outline:none;
/*background-position:left;
background-image:url(../imagens/menu/bt_contato1.gif);*/
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#006AB2;
}
	
#menu .contato a:hover
{
top:0;
outline:none;
/*background-position:left;
background-image:url(../imagens/menu/bt_contato2.gif);*/
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#635313;
}


/*======================================================== BOTÃO ÁREA RESTRITA ==========================================================*/

#menu .area-restrita
{
float:left;
width:auto;
height:auto;
top:0;
outline:none;
/*background-position:left;
background-image:url(../imagens/menu/bt_area-restrita1.gif);*/
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#006AB2;
margin-right:55px;
}

#menu .area-restrita a:link
{
top:0;
outline:none;
/*background-position:left;
background-image:url(../imagens/menu/bt_area-restrita1.gif);*/
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#006AB2;
border-bottom-color: transparent; 
}
	
#menu .area-restrita a:hover
{
top:0;
outline:none;
/*background-position:left;
background-image:url(../imagens/menu/bt_area-restrita2.gif);*/
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#635313;
border-bottom-color: transparent; 
}

#menu .area-restrita a {
padding-left: 30px;
background: url(../imagens/ico-login.png) no-repeat 0 50%;	}
	#menu .area-restrita.user a {
	background: url(../imagens/ico-user.png) no-repeat 0 50%;	}


/*======================================================== DIVISORES ==========================================================*/

#menu .div1
{
width:14px;
height:52px;
float:left;
background-image:url(../imagens/menu/divisor1.gif);
}

#menu .div2
{
width:13px;
height:52px;
float:left;
background-image:url(../imagens/menu/divisor2.gif);
}

#menu .div3
{
width:14px;
height:52px;
float:left;
background-image:url(../imagens/menu/divisor3.gif);
}

#menu_home
{
	width:100%;
	float:left;
}