.area_menu {
	clear: both;
	float: left;
	position: absolute;
	z-index: 2;
	width: 640px;
	margin: 0px;
	padding: 0px;
	font-size: xx-small;
	/*border: 1px solid #0066CC;*/
}
.area_menu_opcions {
	position: relative;
	float: left;
	width: 126px;	/* Amplada menus */
}
.area_menu_titol {
	position: relative;
	width: 100%;
	height: 20px;	/* Alçada */
	background-color: #1D8200;
	border-left: 1px solid #1D8200;
	border-right: 1px solid #1D8200;
}
.menu_titol {
	padding-left: 5px;
}
.links_menu_titol {
	position: relative;
	float:left;
	width: 100%;
	padding-top: 4px;	/* Centrat dins area_menu_titol */
	color: #FFFFFF;
	background-color: #1D8200;
	text-decoration: none;
}
.links_menu_titol:hover {
	text-decoration: none;
	color: #E5C700;
}
.links_menu_titol:active {
	text-decoration: none;
	color: #E5C700;
}

.area_opcions {
	visibility: hidden;
	position: absolute;
	float:left;
	width: 100%;
	border-left: 1px solid #7DAA1D;
	border-right: 1px solid #7DAA1D;
}
.opcio {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1D8200;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 3px;
}
.links_opcio {
	float:left;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #7DAA1D;
}
.links_opcio:hover {
	text-decoration: none;
	color: #1D8200;
	background-color: #E5C700;
}
.links_opcio:active {
	text-decoration: none;
	color: #1D8200;
	background-color: #E5C700;
}

