.area_menu {
	clear: both;
	float: left;
	position: relative;
	z-index: 2;
	width: 480px;	/* Amplada total */
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	/*border: 1px solid #0066CC;*/
}
.area_menu_opcions {
	position: relative;
	float: left;
	width: 120px;	/* Amplada menus */
}
.area_menu_titol {
	position: relative;
	width: 100%;
	height: 21px;	/* Alçada */
	background-color: #3C371E;
}
.menu_titol {
	padding-left: 9px;
}
.links_menu_titol {
	position: relative;
	float:left;
	width: 100%;
	height: 17px;
	padding-top: 4px;	/* Centrat dins area_menu_titol */
	color: #FFFFFF;
	background-color: #3C371E;
	text-decoration: none;
	background-image: url(img/separadormenu.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.links_menu_titol:hover {
	text-decoration: none;
	color: #92B602;
}
.links_menu_titol:active {
	text-decoration: none;
	color: #92B602;
}

.area_opcions {
	visibility: hidden;
	position: absolute;
	float:left;
	width: 100%;
	/*border-left: 1px solid #93B602;
	border-right: 1px solid #93B602;*/
	padding-left: 4px;
}
.opcio {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #809F04;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 2px;
}
.links_opcio {
	float:left;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #92B602;
}
.links_opcio:hover {
	text-decoration: none;
	color: #809F04;
	background-color: #FFE102;
}
.links_opcio:active {
	text-decoration: none;
	color: #809F04;
	background-color: #FFE102;
}
