div.floated {
	width: 400px;
	float: center;
	margin-left: 0em;
}

A.link_menu_dropdown:link{text-decoration: none; color:#FFFFFF; font-weight:bold; font-size:11px; font-family:Arial, Helvetica, sans-serif; height:25px;}
A.link_menu_dropdown:visited{text-decoration: none; color:#FFFFFF; font-weight:bold; font-size:11px; font-family:Arial, Helvetica, sans-serif; height:25px;}
A.link_menu_dropdown:active{text-decoration: none; color:#FFFFFF; font-weight:bold; font-size:11px; font-family:Arial, Helvetica, sans-serif; height:25px;}
A.link_menu_dropdown:hover{text-decoration: none; color:#FFFFFF; font-weight:bold; font-size:11px; font-family:Arial, Helvetica, sans-serif; height:25px;}


#linhas_menu{
	text-align:left;
	background-color:#7D0000;
}

/**************************************************************************************/
/*MENU INSTITUCIONAL */
div#myOtherElement {
	position: absolute;
	_position: absolute;
	z-index:10;
	width: 120px;
	height: 90px;
	overflow: hidden;
	border: 0px;
	background-color: transparent;
	cursor:pointer;
}


div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0px;
}

div#myOtherElement a:hover {
	background: #A40000;
}
/**************************************************************************************/
/*MENU AGENDA */
div#myOtherElement2 {
	position: absolute;
	_position: absolute;
	z-index:10;
	width: 120px;
	height: 90px;
	overflow: hidden;
	border: 0px;
	background-color: transparent;
	cursor:pointer;

}


div#myOtherElement2 span, div#myOtherElement2 a {
	display: block;
	padding: 0px;
}

div#myOtherElement2 a:hover {
	background: #A40000;
}

/**************************************************************************************/
/*MENU COMUNICACAO */
div#myOtherElement3 {
	position: absolute;
	_position: absolute;
	z-index:10;
	width: 135px;
	height: 90px;
	overflow: hidden;
	border: 0px;
	background-color: transparent;
	cursor:pointer;
}


div#myOtherElement3 span, div#myOtherElement3 a {
	display: block;
	padding: 0px;
}

div#myOtherElement3 a:hover {
	background: #A40000;
}
/**************************************************************************************/
/*MENU CONTATO */
div#myOtherElement4 {
	position:relative;
	/*IE6*/
	_position: absolute;
	_margin-left:668px;
	width: 232px;
	height: 40px;
	overflow: hidden;
	border: 0px;
	background-color: #3E4450;
	cursor:pointer;
}


div#myOtherElement4 span, div#myOtherElement4 a {
	display: block;
	padding: 0px;
}

div#myOtherElement4 a:hover {
	background: #A40000;
}