@charset "utf-8";
/* CSS Document */

.menu:link
{
	font-family: Arial;
	font-size: 15px;
	color: #bbbdbf;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.menu:visited
{
	font-family: Arial;
	font-size: 15px;
	color: #bbbdbf;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.menu:hover
{
	text-decoration: none;
	color: White;
	display: inline-block;
	border-bottom: 4px solid black;
	padding-bottom: 5px;
}
.menumarcado:link
{
	font-family: Arial;
	font-size: 15px;
	color: White;
	text-decoration: none;
	display: inline-block;
	border-bottom: 4px solid black;
	padding-bottom: 5px;
}
.menumarcado:visited
{
	font-family: Arial;
	font-size: 15px;
	color: White;
	text-decoration: none;
	display: inline-block;
	border-bottom: 4px solid black;
	padding-bottom: 5px;
}
.menumarcado:hover
{
	text-decoration: none;
	color: White;
	display: inline-block;
	border-bottom: 4px solid black;
	padding-bottom: 5px;
}
.submenunolink
{
	font-family: Arial;
	font-size: 13px;
	color: #bbbdbf;
	text-decoration: none;
}
.submenu:link
{
	font-family: Arial;
	font-size: 13px;
	color: #bbbdbf;
	text-decoration: none;
}
.submenu:visited
{
	font-family: Arial;
	color: #bbbdbf;
	text-decoration: none;
	font-size: 13px;
}
.submenu:hover
{
	text-decoration: none;
	color: #7d7d7d;
	font-size: 13px;
}
.submenumarcado
{
	font-family: Arial;
	font-size: 13px;
	color: Black;
	text-decoration: none;
}
.submenumarcado:link
{
	font-family: Arial;
	font-size: 13px;
	color: Black;
	text-decoration: none;
}
.submenumarcado:visited
{
	font-family: Arial;
	color: Black;
	text-decoration: none;
	font-size: 13px;
}
.submenumarcado:hover
{
	text-decoration: none;
	color: Black;
	font-size: 13px;
}
.lingua:link
{
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
}
.lingua:visited
{
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
}
.lingua:hover
{
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
	color: white;
}

