@charset "utf-8";


#menu-tercer {
	border-top: 3px solid #00828b;
	position: absolute;
	width: 200px;
	border-bottom: none;
	right: 50px;
	padding-bottom: 10px;
	z-index: 1000;
	overflow: hidden;
}
#menu-tercer a {
	font-size: 1.1em;
	display: block;
	float: left;
	clear: left;
	text-decoration: none;
	margin: 2px 0 3px 0;
	padding: 6px 5% 6px 5%;
	width: 90%;
}
#menu-tercer a.seleccionat {
	
}