.menu_list {
	width: 230px;
	background-image: none;
}
.menu_head {
	cursor: pointer;
	position: relative;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: url(http://www.cete.com.br/v2/imagens/internas/setaDir.png);
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
	color: #777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 13px;
}
.menu_body {
	display:none;
	background-repeat: no-repeat;
	background-image: none;
	padding-left: 20px;
}
.menu_body a{
	text-decoration:none;
	background-image: none;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #777;
}
.menu_body a:hover{
	color: #777;
	text-decoration:underline;
	background-image: none;
	background-repeat: no-repeat;
  }.menu_body ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu_body ul li {
	background-image: url(../imagens/layout/seta.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	list-style-type: none;
}

