/*****************************
 Menu Lateral 
*****************************/

.menu {
}

.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
}
.menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	height: 18px;
}
.menu ul li a {
	text-decoration: none;
	color: #000000;
	width: 100%;
	padding-left: 10px;
	margin-left: -5px;
	padding-top: -2px;
	padding-bottom: -2px;

}
.menu ul li a:hover {
	color: #000000;
	background-color: #FFCC66;
	width: 100%;
}

.categoria {
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 16px;
	width: 100%;
	padding-top: 2px;
	padding-left: 4px;
	font-size: 9px;
	border-bottom: 1px solid #999999;
	background-color: #DF3800;
	background-image: url(../../imagens/img_barra.gif);
}
