.menuitem {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
}

.menuitem:hover {
	color: #d49f1a;
}

.titProduto {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #acabab;
	line-height: 14px;
	text-decoration: none;
}

.titPreco {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #d49f1a;
	text-decoration: none;
}

.linkAzul {
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #6587CD;	
}
.linkAzul:hover {
	color: #6587CD;
	border-bottom-width: 0px;
}

.titCategoria {
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #6587CD;
}

.titCategoria:hover {
	color: #6587CD;
	border-bottom-width: 0px;
}

.links {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #d49f1a;

}
.links:hover {
	color: #d49f1a;
	border-bottom-width: 0px;
}
