@charset "utf-8";
/* CSS Document */

	/*	
	CSS Document 
	studioPanda - Web Photo Design
	projeto: Raiz Produções 
    data de início: agosto de 2009 
	code: Miguel Bassila	email: web@studiopanda.com.br
	design: Filipe Guedes	email: arte@studiopanda.com.br
	*/
	
/* Raiz Produções: Navegação*/
#menu {
	overflow: hidden;
	width: 800px;
	height: 60px;
	margin: 0 auto;
	margin-top: 30px;
	*margin-top: -80px;
	*margin-left: 150px;	
}

#menu li {
	float: left;
	list-style: none;
	margin-right: 1px;
}


#menu li.backLava {
	background:url('../pt/images/menu_underline.png') repeat-x 0 5px;
	height: 5px;
	position:absolute;
	*margin-top: 95px;
	*margin-left: 500px;	
}

#menu li a {
	color:#DDD;
	z-index:10;
	position:relative;
	padding:5px 0;
	height:10px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	cursor:pointer!important;
}

#menu #home {
	background: url('../pt/images/menu_new_home.png')  center no-repeat;
	width:43px;
	height: 10px;
	padding: 15px;
}


#menu #raiz {
	background: url('../pt/images/menu_new_raiz.png')  center no-repeat;
	width:38px;
	height: 10px;
	padding: 15px;
}

#menu #filmes {
	background:url('../pt/images/menu_new_filmes.png') center no-repeat;
	width:38px;
	height: 10px;
	padding: 15px;
}

#menu #casting {
	background:url('../pt/images/menu_new_casting.png') center no-repeat;
	width:51px;
	height: 10px;	
	padding: 15px;	
}

#menu #projetos {
	background:url('../pt/images/menu_new_projetos.png') center no-repeat;
	width:58px;
	height: 10px;
	padding: 15px;	
}

#menu #noticias {
	background:url('../pt/images/menu_new_noticias.png') center no-repeat;
	width:56px;
	height: 10px;	
	padding: 15px;	
}

#menu #distrib {
	background:url('../pt/images/menu_new_distribuidora.png') center no-repeat;
	width:90px;
	height: 10px;	
	padding: 15px;	
}

#menu #assista {
	background:url('../pt/images/menu_new_assista.png') center no-repeat;
	width:43px;
	height: 10px;	
	padding: 15px;	
}

#assista:hover li ul {
	display: block;
}


#menu #contato {
	background:url('../pt/images/menu_new_contato.png') center no-repeat;
	width:60px;
	height: 10px;
	padding: 15px;	
}

#menu #promos {
	background:url('../pt/images/menu_new_assista.png') center no-repeat;
	width:43px;
	height: 10px;	
	padding: 15px;	
	display: none;
}


#menu #trailers {
	background:url('../pt/images/menu_new_contato.png') center no-repeat;
	width:60px;
	height: 10px;
	padding: 15px;
	display: none;	
}