#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#menu li {
	font: 67.5 "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #DDDDDD url("imagens/menu_01.jpg") left center no-repeat;
	border-bottom: 1px solid #D5D5D5;
	color: #000000;
	display: block;
	margin: 0;
	padding: 8px 28px;
	text-decoration: none;
}
#menu a:hover {
	background: #BFBFBF url("imagens/menu_02.jpg") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}





#categoria {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 400px;
}
#categoria li {
	font: 67.5 "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#categoria a {
	background: #DDDDDD left center no-repeat;
	border-bottom: 1px solid #D5D5D5;
	color: #000000;
	display: block;
	margin: 0;
	padding: 8px 28px;
	text-decoration: none;
}
#categoria a:hover {
	background: #BFBFBF left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}