/* CSS Document - Menu Principal do site - 29/05/2008 - 19h */

/***** Menu Principal ****/
#menu {
	width:615px;
	height:70px/*150px*/;
	padding:80px 0 0 0;
	float:left;		
}

	#menu ul {
		width:615px;
		height:59px;
		/*background:#fff;*/
		display:block;
		
	}
	
	#menu ul li {
		display:inline;
		float:left;
		/*margin-right:20px;*/ 		
	}
	
	#menu ul li a { 
		text-indent:-9999px; /* Manda os itens de menu pra fora do layout */
		width:auto;
		height:59px;
		display:block;
	}
	
	#menu ul li#menu-home {
		width:59px;			
		background:url(../images/menu-home.jpg) no-repeat;
	}
	
	#menu ul li#menu-a-lips {
		width:62px;			
		background:url(../images/menu-a-lips.jpg) no-repeat;
	}
	
	#menu ul li#menu-produtos {
		width:77px;
		background:url(../images/menu-produtos.jpg) no-repeat;
	}

	#menu ul li#menu-onde-comprar {
		width:113px;
		background:url(../images/menu-onde-comprar.jpg) no-repeat;
	}
	
	#menu ul li#menu-franquias {
		width:79px;
		background:url(../images/menu-franquias.jpg) no-repeat;
	}

	#menu ul li#menu-distribuicao {
		width:95px;
		background:url(../images/menu-distribuicao.jpg) no-repeat;
	}

	#menu ul li#menu-lips-social {
		width:91px;
		background:url(../images/menu-lips-social.jpg) no-repeat;
	}

	#menu ul li#menu-sac {
		width:39px;
		background:url(../images/menu-sac.jpg) no-repeat;
		
	}


/**** Menu - Lateral Esquerda ****/
ul#menu-lateral-esquerda {
	/*width:164px;*/
	height:92px;
	display:block;
	margin-top:113px;	
}

	ul#menu-lateral-esquerda li {
		background:url(../images/bg_itens_menu_lateral.gif) no-repeat;
		margin-bottom:4px;
		padding-left:20px;
		width:144px/*164px*/;
		height:20px;
		display:block;
	}
	
	ul#menu-lateral-esquerda li a {
		width:144px;
		height:20px;
		display:block;
	}
	
	ul#menu-lateral-esquerda li a,
	ul#menu-lateral-esquerda li a:visited {
		color:#fff;		
	}
	
	ul#menu-lateral-esquerda li a:hover {
		color:#fff200;
	}
	
