/* Menu Superior */
A.menuSuperior {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;
	background-color: #CCCC99;
	width: 100%;
	DISPLAY: block;
	/*line-height: 22px;*/
}
A.menuSuperior:hover {
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #5B0000;
	background-color: #3399ff; 
}

/* Menu Lateral */
A.menuLateral {
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #0000ff;
	background-color: #e8ece8;
	width: 100%;
	DISPLAY: block;
	line-height: 20px;
}

A.menuLateral:hover {
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #ffffff;
	background-color: #318cbc; 
}
