#Menu {
	width: 160px;
	background-image: url(images/bground.gif);
	margin-left: 5px;
	float:left;
}
#Menu ul {
	list-style-type: none;
	display: block;
	margin: 2px;
}
#Menu ul li a {
	display: block;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 160px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}
#Menu a:hover, #Menu .Current a {
	color: #000000;
	background-color: #FFFFFF;
}
#Menu a img {
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body.automoveis #automoveis, 
body.motos #motos,
body.barcos #barcos,
body.computadores #computadores,
body.fotovideo #fotovideo,
body.electronica #electronica,
body.utensilios #utensilios,
body.mobiliario #mobiliario,
body.livros #livros,
body.desporto #desporto,
body.brinquedos #brinquedos,
body.emprego #emprego {
	color: #000000;
	background-color: #FFFFFF;	
}
