/*
	@studio panda | web - photo - design					   
	http://www.studiopanda.com.br							   
	projeto: estância vale verde							   
	data de início: dezembro de 2009						   
	code:	miguel bassila	email: web@studiopanda.com.br	   
	design: filipe guedes	email: arte@studiopanda.com.br	   
*/
	
/* Estância Vale Verde: Navegação*/
#menu {
	overflow: hidden;
	width: 900px;
	*width: 780px;
	height: 60px;
	margin: 0 auto;
	margin-left: 15px;
	*margin-left: -12px;
	
}

#menu li {
	float: left;
	*margin-right: 4px;
	list-style: none;
}


#menu li.backLava {
	background:url('../images/menu_lava.png') repeat-x 0 5px;
	height: 5px;
	position:absolute;
	*padding-bottom: 10px;
}

#menu li a {
	color:#DDD;
	z-index:10;
	position:relative;
	padding:5px 0;
	*margin-top: 10px;
	height:10px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	cursor:pointer!important;
}

#menu #estancia {
	background: url('../images/menu_estancia.png')  center no-repeat;
	width:151px;
	height: 28px;
	padding: 20px 0 0 8px;
}


#menu #servicos {
	background: url('../images/menu_servicos.png')  center no-repeat;
	width:151px;
	height: 28px;
	padding: 20px 0 0 8px;
}

#menu #lazer {
	background: url('../images/menu_lazer.png')  center no-repeat;
	width:151px;
	height: 28px;
	padding: 20px 0 0 8px;
}

#menu #contato {
	background: url('../images/menu_contato.png')  center no-repeat;
	width:151px;
	height: 28px;	
	padding: 20px 0 0 8px;
}

#menu #local {
	background: url('../images/menu_localizacao.png')  center no-repeat;
	width:151px;
	height: 28px;
	padding: 20px 0 0 8px;
}