/**************** menu coding *****************/
#menuX {
	width: 100%;
	background: #eee;
	z-index: 9999;
}

#menuX ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuX a, #menuX h2 {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 3px 4px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}

#menuX h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menuX a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menuX a:hover {
	color: #235A28;
	background: #fff;
}

#menuX li {
	position: relative;
	z-index: 5555;
}

#menuX ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}
#servitzios {
position: relative;
top: -85px;
left: 0px;
width: 100%;
}

div#menuX ul ul ul,
div#menuX ul ul li:hover ul ul
{display: none;}

div#menuX ul ul li:hover ul,
div#menuX ul ul ul li:hover ul
{display: block;}
