#barra_lateral
{
	z-index: 4;
    float: left;
	position: absolute;
    min-height: 156px;
    width: 210px;
	margin: 10px 35px 0 0;
	background: #888;
	background: #fff;
	border-radius: 0 0 5px 0;
	border: 1px solid #D1D3D4;
	border-left: none;

}

#barra_lateral.fechado
{
	margin-left: -211px;
}

#barra_lateral .botao
{
	display: block;
	position: absolute;
	background-color: #E7E7E8;
	background-image: url(../../img/acesso_rapido.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-radius: 0 5px 5px 0;
	border: 1px solid #D1D3D4;
	border-left: none;
	top: -1px;
	right: -33px;
	width: 32px;
	height: 156px;
	outline: 0;
}

#barra_lateral .botao:hover
{
	background-color: #3B393B;
	background-position: right center;
	border: 1px solid #3B393B;
	border-left: none;
}

#barra_lateral .sidebar
{
	padding: 0 10px;
}

#barra_lateral.fechado .sidebar
{
	display: none;
}
	
#barra_lateral h3
{
	border-bottom: 2px solid #006E72;
    color: #006E72;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px;
    width: 100%;
}

#barra_lateral ul
{
	list-style: none;
	padding: 0;
}

#barra_lateral li
{
    border-bottom: 1px solid black;
    font-size: 13px;
    list-style: none outside none;
	
}

#barra_lateral li:last-child
{
    border: 0;
}

#barra_lateral li a
{
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
    padding: 5px 0;
	font-weight: bold;
	text-decoration: none;
	
	border-radius: 3px;
}

#barra_lateral li a:hover 
{
	background-color: #E7E7E8;
	color: black;
	text-decoration: none;
}