/* menu institucional */
.menu_inst {
	width: 100%;

}

.menu_inst h3 {
	font-family: Arial;
	color: #516f89;
	font-size: 16px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 5px;
	background-image: url(../imagens/barra_menu_inst.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 0px;
}

.menu_inst ul {
    margin:0; 
	padding:0;
}

.menu_inst li {
	margin-left: 10px;
	list-style-type: none;
	margin-top: 5px;
}
.menu_inst a, .menu_inst ul a	 {
	font-family: Verdana;
	font-size: 11px;
	color: #cc2a2a;
	text-decoration: none;
	font-weight: bold;
}
.menu_inst .divide_menu {
	width: 100%;
	height: 29px;
	background-image: url(../imagens/barra_menu_inst.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
