#menugall, #menugall ul {
	list-style: none;
		margin: 0;

	background-color: #f8e7d3;
	float: left;
	width: 100%;
	z-index:255;
	height: 40px;
	vertical-align: middle;
		
	}
#menugall li {
	text-align: center;
	width: 60px;
	height: 40px;
	float: left;
	position: relative;
	background: none;
/*	z-index:254;*/
}
#menugall li ul {
  display: none;
/*	z-index:255;*/

}

#menugall a {
	color: #8b8376;
	font-size: 12px;
	text-decoration: underline;
	display: block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding-top: 13px;
}
#menugall a:hover {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding-top: 8px;
}

#menugall li:hover {
		background-color: #edceaf;
}


#menugall li.active {
		background-color: #edceaf;
}

#menugall li.active a {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding-top: 8px;
}

#menugall li ul {
  display: none;

}

#menugall li ul {
	display: none;
	position: absolute;
	background-color: #6c6b6b;
/*	padding: 0px 5px 0px 0;*/
	width: 135px;
}

#menugall li li  {
	border-bottom:1px solid #FFF;
}

#menugall li li:hover  {
	background-color: #424242;
}

#menugall li li a {
	font-size: 12px;
	height: 100%;
	width: 125px;
	background: none;
	margin:5px 5px 8px 5px;
	text-decoration: none;
	font-weight: normal;
}
#menugall li:hover ul {
  display: block;


}

#menugall li:hover li ul {
  display: none;
  width: 138px;
  top: -9px;
  left: 133px;

}
#menugall li:hover li:hover ul {
  display: block;
}