div#menu {
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div#menu a {
	background: url(img/seta1.gif) no-repeat 0 8px;
	border-bottom: 1px solid #CACACA;
	padding: 5px 0 5px 12px;
	text-decoration: none;
	color: #393939;
	display: block;
	
}

div#menu a:hover {
	background: url(img/seta-hover.gif) no-repeat 0 8px;
	font-weight: bold;
	
}

div#menu a.sub {
	border: none;
	font-size: 0.9em;
	background: url(img/seta-sub.gif) no-repeat 6px 4px;
	padding: 3px 0 3px 17px;
	color: #393939;
}

div#menu a:hover.sub {
	background: url(img/seta-sub.gif) no-repeat 6px 4px;
	color: #800000;
}

div#menu a.sub2 {
	border: none;
	font-size: 0.9em;
	background: url(img/seta-sub.gif) no-repeat 20px 4px;
	padding: 3px 0 3px 30px;
	color: #393939;
}

div#menu a:hover.sub2 {
	background: url(img/seta-sub.gif) no-repeat 20px 4px;
	color: #800000;
}

div#conteudo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 30px 45px 0 45px;
}