
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 529px;  /* ta otimo. nao mexer */
	height: 398px;
	left:115px;
	top:5px;
	overflow: hidden;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:none;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 398px;
	width: 1421px;
	
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:83px;
	height: 398px;
}

#imageMenu ul li.lancamentos a {
	background: url(images/menu/lancamentos.jpg) repeat scroll 0%;
}

#imageMenu ul li.colecoes a {
	background: url(images/menu/colecoes.jpg) repeat scroll 0%;
}

#imageMenu ul li.catalogo a {
	background: url(images/menu/catalogo.jpg) repeat scroll 0%;
}

#imageMenu ul li.loja a {
	background: url(images/menu/loja.jpg) repeat scroll 0%;
}

#imageMenu ul li.imprensa a {
	background: url(images/menu/imprensa.jpg) repeat scroll 0%;
}
#imageMenu ul li.contato a {
	background: url(images/menu/contato.jpg) repeat scroll 0%;
	width: 95px;
}

.clear {
	clear: both;
}

/*************************************************************/


