@charset "utf-8";
/* @author: www.phsolucoes.net */

#menu_bg {
	width:650px;
	height:70px;
	background:#333;
	float:right;
	/*borda*/
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px; 
	}
#menu {
	width:420px;
	height:70px;
	padding:0px;
	background-color:#333;
	/*borda*/
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px; 
	}
	
#menu ul {
    margin:0;
    padding:0;
    }
	
#menu li {
    list-style:none;
    height:70px;
    margin:0px;
    float:left;
	padding:0;
	}
	
#menu a {
    display:block;
	height:25px;
    text-decoration:none;
    margin:0px;
    padding:45px 10px 0 10px;
	font-size:16px; color:#FFF;
	
	-webkit-transition:	all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
	}

	
#menu a:hover {
	color:#7faf19;
	}
.home {
	background:url(../imagens/home.png) 0px -70px;
	}
.home:hover {
	background:url(../imagens/home.png) #FFF 0px 0px;
	/*borda*/
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 0px 0px 0px 8px;
	border-radius: 0px 0px 0px 8px; 
	}
.estru {
	background:url(../imagens/estrutura.png) 0px -70px no-repeat;
	}
.estru:hover {
	background:url(../imagens/estrutura.png) #FFF 0px 0px no-repeat;
	}
.localiza {
	background:url(../imagens/localiza.png) 0px -70px no-repeat;
	}
.localiza:hover {
	background:url(../imagens/localiza.png) #FFF 0px 0px no-repeat;
	}
.contato {
	background:url(../imagens/contato.png) 0px -70px no-repeat;
	}
.contato:hover {
	background:url(../imagens/contato.png) #FFF 0px 0px no-repeat;
	}
	
#menu_second {
	height:70px;
	width:100%;
	position:fixed;
	}
#menu_bg2 {
	width:650px;
	height:70px;
	background:#333;
	float:right;
	margin-top:-150px;
	/*borda*/
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px; 
	}