.menuContVrt {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 10px;
}
.menuContVrt a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.menuContVrt a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}


.menuContVrt a.sel {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}


.menu1 {
	clear: both;
	float: left;
	width: 85%;
	margin-bottom: 1px;
	position: relative;
	left: 10%;
}

.menu1sel {
	clear: both;
	float: left;
	width: 85%;
	margin-bottom: 1px;
	position: relative;
	left: 10%;
}

.menu2 {
	clear: both;
	float: left;
	width: 80%;
	margin-bottom: 1px;
	position: relative;
	left: 15%;
}

.menu2sel {
	clear: both;
	float: left;
	width: 80%;
	margin-bottom: 1px;
	position: relative;
	left: 15%;
}

.menu3 {
	clear: both;
	float: left;
	width: 75%;
	margin-bottom: 1px;
	position: relative;
	left: 20%;
}

.menu3sel {
	clear: both;
	float: left;
	width: 75%;
	margin-bottom: 1px;
	position: relative;
	left: 20%;
}
.menuContVrt div {
	padding: 3px;
}
