.area_menu {
	clear: both;
	float: left;
	position: absolute;
	z-index: 2;
	width: 700px;
	padding: 0px;
	font-size: xx-small;
	font-weight: normal;
	margin-top: -10px;
	/*border: 1px solid #000000;*/
}
.area_menu_opcions {
	position: relative;
	float: left;
	width: 138px;	/* Amplada menus */
	/*border: 1px solid #000000;*/
}
.area_menu_titol {
	position: relative;
	width: 100%;
	height: 20px;	/* Al�ada */
	background-color: #000000;
	/*border-right: 1px solid #000000;*/
}
.menu_titol {
	padding-left: 5px;
	border-right: 1px solid #000000;
}
.links_menu_titol {
	position: relative;
	float:left;
	width: 100%;
	padding-top: 4px;	/* Centrat dins area_menu_titol */
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
.links_menu_titol:hover {
	text-decoration: none;
	color: #E32322;
}
.links_menu_titol:active {
	text-decoration: none;
	color: #FFFFFF;
}

.area_opcions {
	visibility: hidden;
	position: absolute;
	float:left;
	width: 100%;
	/*border-left: 1px solid #CCCCCC;*/
	/*border-right: 1px solid #CCCCCC;*/
}
.opcio {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 3px;
}
.links_opcio {
	float:left;
	width: 100%;
	text-decoration: none;
	color: #E32322;
	background-color: #FFFFFF;
}
.links_opcio:hover {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}
.links_opcio:active {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}
