#categorias {
	padding-left:20px; 
	padding-right:20px; 
	padding-top: 5px;
}

#categorias a.normal {
	border-bottom-color: #DDDDDD; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
}

#categorias a.ultimo {
}

#categorias a {
	font-size: 16px; 
	display:block; 
	color:#705D20; 
	text-decoration:none; 
	height: 30px; 
	line-height: 30px; 

	background-color: transparent;
	background-repeat: no-repeat; 
	background-position: 5px center;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 50px; 
	padding-bottom: 3px; 
	padding-top: 3px;
}

#categorias a:hover {
	margin-left: 0px; 
	border-left-style: solid; 
	border-left-width: 3px; 
	border-left-color: #8bcb2f;
	background-color: #F9E09F; 

	color:#705D20; 
	text-decoration:none; 
	height: 30px; 
	line-height: 30px; 
}
