
#menu {
	background: #000;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#menu li {
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #CCCCCC url("imagens/menu_01.jpg") left center no-repeat;
	border-bottom: 0px solid #000;
	color: #3E2524;
	height: 15px;
	display: block;
	margin: 0;
	padding: 8px 18px;
	text-decoration: none;
}
#menu a:hover {
	background: #CCCCCC url("imagens/menu_02.jpg") left center no-repeat;
	color: #693E3D;
	padding-bottom: 8px;
}





#show {
	background: #000;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 400px;
}
#show li {
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#show a {
	background: #CCCCCC url("imagens/show_01.jpg") left center no-repeat;
	border-bottom: 0px solid #000;
	color: #3E2524;
	height: 15px;
	display: block;
	margin: 0;
	padding: 8px 18px;
	text-decoration: none;
}
#show a:hover {
	background: #CCCCCC url("imagens/show_02.jpg") left center no-repeat;
	color: #693E3D;
	padding-bottom: 8px;
}
