.titmenu {
	font-family: arial;
	color: #000000;
	font-size: 13;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 5px 8px 5px;
	border-left: solid 0.3em #AADAA5;
	border-right: solid 0.3em #AADAA5;
	background-color: #AADAA5;
}


.titmenu:hover {
	text-decoration: underline;
	background-color: #AEFFAE;
	border-left: solid 0.3em #CC0000;
	border-right: solid 0.3em #CC0000;
	text-decoration: none;
}

.titmenu2 {
	font-family: arial;
	color: #ffffff;
	font-size: 15;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 5px 8px 5px;
	border-left: solid 0.4em #E60000;
	border-right: solid 0.4em #e60000;
	background-color: #E60000;
}
.titmenu2:hover {
	text-decoration: underline;
	background-color: #b90000;
	border-left: solid 0.4em #000000;
	border-right: solid 0.4em #000000;
	text-decoration: none;
}
.titmenu3 {
	font-family: arial;
	color: #000000;
	font-size: 13;
	text-decoration: none;
	padding: 8px 20px 8px 20px;
	border-left: solid 0.4em #E60000;
	border-right: solid 0.4em #E60000;
	background-color: #c0c0c0;
	font-variant: small-caps;
}
.titmenu3:hover {
	text-decoration: underline;
	background-color: #cc0000;
	border-left: solid 0.4em #000000;
	border-right: solid 0.4em #000000;
	text-decoration: none;
}

