/* CSS STUDIO DPI*/

* {
	list-style: none;
	font: normal 12px "trebuchet ms";
	text-decoration: none;
}

/* ul e li declarados como display:inline pro float não dar bug no IE*/

ul.menuimgul {
	position: absolute;
	top: 15px;
	left: 38px;
	z-index:5000;
}

li {
display: inline;
}

a {
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
}

li a.menuimghome {
	float: left;
	width: 50px;
	height: 80px;
	text-indent: -9999px;
	background: url(../images/mini_house-trans.png) no-repeat;
	margin-top: 30px;
}

li a.menuimghome:hover {
	width: 85px;
	height: 150px;
	text-indent: 28px;
	line-height: 270px;
	background: url(../images/menu_house-trans.png) no-repeat;
	margin-top: 0px;
}

li a.menuimgfaq {
	float: left;
	width: 47px;
	height: 80px;
	text-indent: -9999px;
	background: url(../images/mini_faq-trans.png) no-repeat;
	margin-top: 30px;
	cursor: help;
}

li a.menuimgfaq:hover {
	width: 81px;
	height: 150px;
	text-indent: 26px;
	line-height: 270px;
	background: url(../images/menu_faq-trans.png) no-repeat;
	margin-top: 0px;
}

li a.menuimgcontact {
	float: left;
	width: 41px;
	height: 80px;
	text-indent: -9999px;
	background: url(../images/mini_contact-trans.png) no-repeat;
	margin-top: 30px;
}

li a.menuimgcontact:hover {
	width: 69px;
	height: 150px;
	text-indent: 4px;
	line-height: 270px;
	background: url(../images/menu_contact-trans.png) no-repeat;
	margin-top: 0px;
}