#conteudo_menu_lateral{
	width:150px;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	float:left;
	clear:both;
	}
.link_menu_lateral{
	background:url(../images/balls/ball.gif) no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;	
	color:#3E3E3F;
	padding-left:20px;
	margin-bottom:20px;
	width:150px;
	float:left;
	}
.link_menu_lateral:hover{
	background:url(../images/balls/ballOver.gif) no-repeat;
	font-style:italic;
	width:150px;
	float:left;
	}
	
.link_menu_lateral:active{
	background:url(../images/balls/ballActive.gif) no-repeat;
	font-style:italic;
	width:150px;
	float:left;
	}
	
	.link_menu_lateral:visited{
	background:url(../images/balls/ballOver.gif) no-repeat;
	color:#666666;
	width:150px;
	float:left;
	}
