.menu_base {
	top:89px;
	left:0px;
	clear: both;
	float: left;
	position: absolute;
	z-index: 2;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: small;
}
.menu_fals {
	top:89px;
	left:0px;
	clear: both;
	float: left;
	position: absolute;
	width: 100%;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	background-color: #E5E5CB;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999933;
	border-bottom-color: #999933;
	font-size: small;
}
.menu {
	position: relative;
	float: left;
	width: 24%;
}
.menutext {
	position: relative;
	background-color: #E5E5CB;
	width: 100%;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999933;
	border-bottom-color: #999933;
	text-decoration: none;
}
.links_menu {
	text-decoration: none;
	color: #000000;
}
.links_menu:hover {
	text-decoration: none;
	color: #000000;
}
.links_menu:active {
	text-decoration: none;
	color: #000000;
}
.opcions {
	position: absolute;
	z-index: 2;
	visibility: hidden;
	border-right: 1px solid #999933;
	border-bottom: 1px solid #999933;
	border-left: 1px solid #999933;
	background-color: #E5E5CB;
	color: #000000;
	width: 100%;
}

.opcio {
	text-decoration: none;
	color: #000000;
	background-color: #E5E5CB;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999933;
}

