.menu {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	color: #00007F;
	text-decoration: none;
	text-indent: 5px;
	font-weight: bold;
	cursor:pointer;
	background-color: #FFFFFF;
}
.menu_over {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	color: #00007F;
	text-decoration: none;
	text-indent: 5px;
	background-color: #EAEAEA;
	font-weight: bold;
	cursor:pointer;
}
.titulo {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	color: #00007F;
	text-decoration: none;
	text-indent: 5px;
	font-weight: bold;
	cursor:pointer;
	background-color: #EAEAEA;
}
.saltar {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
	text-indent: 5px;
	font-weight: bold;
	cursor:pointer;
	background-color: #FFFFFF;
	cursor:pointer;
}
.saltar_over {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 5px;
	background-color: #CCCCCC;
	font-weight: bold;
	cursor:pointer;
}