@charset "iso-8859-1";
a.home {
	color: #F00;
	text-decoration: none;
	background-image: url(../menu/icone_home.png);
	list-style-image: url(../menu/icone_home.png);
	list-style-position: inside;
	background-repeat: no-repeat;
	padding-top: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: 0px 2px;
	float: none;
}
a:hover.home {
	color: #00F;
	text-decoration: none;
	background-image: url(../menu/icone_home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.mim {
	background-image: url(../menu/icone_eu.png);
	background-repeat: no-repeat;
	color: #F00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 65px;
	padding-top: 65px;
	background-position: 0px 2px;
	float: none;
}
a:hover.mim {
	color: #00F;
	text-decoration: none;
	background-image: url(../menu/icone_eu.png);
	background-position: 0px 0px;
}
a.port {
	background-image: url(../menu/icone_portfolio.png);
	background-position: 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	height: 65px;
	padding-top: 65px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 5px;
}
a:hover.port {
	color: #00F;
	text-decoration: none;
	background-image: url(../menu/icone_portfolio.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	background-image: url(../menu/icone_faq.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 65px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
	padding-left: 15px;
	height: 65px;
}
a:hover.link {
	color: #00F;
	text-decoration: none;
	background-image: url(../menu/icone_faq.png);
	background-position: 0px 0px;
}
a.contato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	background-image: url(../menu/icone_contato.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 65px;
	padding-top: 65px;
	padding-right: 10px;
	padding-left: 10px;
}
a:hover.contato {
	color: #00F;
	text-decoration: none;
	background-image: url(../menu/icone_contato.png);
	background-position: 0px -2px;
}
a.pedido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	background-image: url(../menu/icone_pedidos.png);
	height: 65px;
	padding-top: 65px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
a:hover.pedido {
	color: #00F;
	text-decoration: none;
	background-image: url(../menu/icone_pedidos.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

