	#esquerda ul {
		list-style: none;
		padding: 0;
		margin: 0;
		
	}
	
	#esquerda ul li {
		width: 100%;
		height: 33px;
		margin: .2em 0 .2em 0;
		position: relative;
	}

	#esquerda ul li a {
		display: block;
		width: 100%;
		padding: .4em 0 .4em 0;
		background-image: url(../../images/botao.jpg);
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		color: #fff;

	}
	
	#esquerda ul li a:hover {
		background-image: url(../../images/botao_hover.jpg);
		color: #000;
	}
	
	#esquerda li ul {
		position: absolute;
		left: 180px; /* Set 1px less than menu width */
		top: 0px;
		background-color: #fff;
		display: none;
		width: 180px;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	*  html #esquerda ul li {
		float: left;
		height: 1%;
	}
	*  html #esquerda ul li a {
		height: 1%;
	}
	/* End */
	
	#esquerda li ul li {
		width: 100%;
		height: 30px!important;
		margin: 0 0 .4em 0;
	}
					
	#esquerda li ul li a { 
		color: #fff;
		font-weight: bold;
		background-image: none;
		background-color: #A8234E;
		/*padding: 5px 5px;*/
		/*margin-left: 5px;
		margin-bottom: 0px; /*submenu fica emendado*/
		
	} /* Sub Menu Styles */
	
	#esquerda li ul li a:hover { 
		background-image: none;
		background-color: #EED0DA;
	}
			
	#esquerda li:hover ul, #esquerda li.over ul { 
		display: block;
	} /* The magic */