
/*settings for whole menu*/
#nav {
	width:730px;
	height:124px;
	margin:0px;
	float:right;
	margin: -91px 0 0 0;
	list-style-type: none;
}
#nav ul {
   list-style: none; 
   width:0px;
}
/*settings for upper menu main links */
#nav a {
   display: block;
   text-decoration: none;
   font-weight:500;
   color:#fff;
   padding:6px 12px;
   font-size: 16px; 
}
/*settings for upper menu main links (border on left and right side)*/
#nav li {
	
    text-transform: uppercase;
    float: left;
    list-style:none;
    color:#fff;  
    float:left;
    list-style:none;
    line-height:25px;
    position:relative;
    z-index:3;
	height:54px;
	padding: 70px 8px 0 8px;
	cursor: pointer;	
}
 /*settings for links of menu*/ 
#nav li a { 
   height:54px;
   cursor:pointer;
   font-size:14px;
   display:inline;
   color:#fff;
}
/* settings for lava lamp*/
#nav li.lavaLamp { 
    background:url(../imagens/menu.png) top center;
    position:absolute;  
    display:none; 
    z-index:2;
    width:auto;
	height:54px;
}

/********| MENU RODAPÉ  **************/

ul#menu_rodape{
	width:auto;
	height:auto;
	margin: 20px 0 0 0px;
	float:right;
	list-style-type: none;
}
ul#menu_rodape li{
	width:auto;
	height:auto;
	float:left;
	text-transform:uppercase;
	margin: 10px;
}
ul#menu_rodape li a{
	color:#FFF;
	display:block;
	width:auto;
	height:auto;
	outline:none;
	text-align:left;
	padding:2px;
	font-size:14px;
	text-decoration:none;
}
ul#menu_rodape li a:hover{
	color:#FFF;
}