.menubody{
  background-color: #C6DCDC;
  margin-left: 0px;
  width: 172px;
}

.menutitle{
	background-image: url(../img/btn_fundo.png);
	font-family: verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #DCEAF7;
	background-color: #B3D2F7;
	width: 100%;
	cursor: pointer;
	border-width: 1px;
	border-style: none;
	padding: 4px;
	margin-bottom: -2px;
	margin-top: 10px; /*margin-left: 2px;*/
	display: block;
	text-decoration: none;
	height: 15px;
	line-height: 13px;
}

.menutitle:hover{
  background-color: #FDFDFD;
  color: #022C82;
}

.menutitle:visited{
  color: #022C82;
}

.bloco_menu{
  margin-left: 8px;
}

.submenu{
  font-family: verdana, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #022C82;
  background-color: #B3D2F7;
  width: 98%;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-top-color: #B3D2F7;
  border-left-color: #B3D2F7;
  border-right-color: #59697b;
  border-bottom-color: #59697b;
  padding: 3px;
  margin-top: 4px;
  margin-bottom: -2px;
  margin-left: 2%;
  display: block;
  text-decoration: none;
}

.itemmenu{
  font-family: "verdana";
  font-size: 8pt;
  font-weight: bold;
  color: #022C82;
  background-color: #eeeeee;
  width: 99%;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-top-color: #B3D2F7;
  border-left-color: #B3D2F7;
  border-right-color: #59697b;
  border-bottom-color: #59697b;
  padding: 3px;
  margin-bottom: -2px;
  margin-left: 1%;
  display: block;
  text-decoration: none;
}

.itemmenu:hover{
  background-color: #FDFDFD;
  color: #022C82;
}

.itemmenu:visited{
  color: #022C82;
}