/* ------------------------------------------------------------------------- */
/* ESTILOS DO MENU --------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#menu {
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 70px;
	right: 0;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; 
    padding: 15px; 
    margin: 0;
    overflow: hidden;
    z-index: 0;
}
/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
    background: none;    
    margin: 0 25px 0 0;
    padding: 5px 0;
    z-index: 2;
}

/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {    	
    width: 9px;
    height: 20px;	
	border-top: 3px solid #9FCF5F;
    position: absolute;
    z-index: -1;
    top: 13px;
}

.lavaLamp li.back .left {    
}

/* Styles for each menu-item. */
.lavaLamp li a {
	color: #767676;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 0px;
	font-size: 12px;
	font-weight: bold;
    position: relative; 
    overflow: hidden;    
    outline: none;
}

.lavaLamp li a:hover {
	color: #a0c966;
}
  
/* ------------------------------------------------------------------------- */
/* ESTILOS DO MENU AUXILIAR ------------------------------------------------ */
/* ------------------------------------------------------------------------- */

#menu-auxiliar {
	position: absolute;
	top: 7px;
	left: 36px;
	font-size: 10px;
	font-weight: bold;
	color: #f3f3f3;
}

#menu-auxiliar a {
	color: #f3f3f3;
	font-size: 10px;
	font-weight: bold;
	margin: 0 8px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 0 #898989;
}

#menu-auxiliar a:hover {
	color: #A4D661;
	text-shadow: 0 1px 0 #749746;
}
