/* estil per a definir es conjunt en general des menu*/

.TopGroup
{
	border-top-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-color: #1a88aa;
	border-bottom-width: 1px;
	border-bottom-color: #1a88aa;
	padding-bottom: 0px;
	margin: 0px;
	cursor: hand;
	direction: ltr;
	border-top-color: #1a88aa;
	text-indent: 2px;
	padding-top: 0px;
	background-color: transparent;
	text-align: left;
	border-right-width: 1px;
	border-right-color: #1a88aa;
}

/* Cada apartat principal normal*/
.MenuGroup
{
	padding-right: 0px;
	background-position: left top;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10px;
	left: 100px;
	margin: 0px;
	cursor: hand;
	color: #76692b;
	text-indent: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	font-family: TAHOMA;
	top: 100px;
	text-align: left;
}

/* cada apartat principal hover*/

.MenuGroupHover
{
	padding-right: 0px;
	background-position: left top;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10px;
	left: 100px;
	margin: 0px;
	cursor: hand;
	color: #76692b;
	text-indent: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	font-family: TAHOMA;
	top: 100px;
	background-color: #ffffff;
	text-align: left;
}
/*submenus estatic*/
.MenuSub
{
	border-right: #8d8047 1px solid;
	padding-right: 0px;
	background-position: center bottom;
	border-top: #60573a 1px;
	padding-left: 4px;
	font-weight: normal;
	font-size: 10px;
	background-image: url(/Imas/puntvermmenu3.png);
	padding-bottom: 0px;
	margin: 0px 0px 0px 4px;
	border-left: #ffffff 1px solid;
	width: 125px;
	cursor: hand;
	color: #60573a;
	text-indent: 4px;
	padding-top: 0px;
	border-bottom: #60573a 1px;
	background-repeat: repeat-x;
	font-family: verdana;
	height: 20px;
	text-align: left;
}
/*submenu hover*/

.MenuSubHover
{
	border-right: #60573a 1px;
	padding-right: 0px;
	background-position: center bottom;
	border-top: #60573a 1px;
	padding-left: 4px;
	font-weight: normal;
	font-size: 10px;
	background-image: url(/Imas/puntvermmenu3.png);
	padding-bottom: 0px;
	margin: 0px 0px 0px 4px;
	border-left: #ffffff 1px solid;
	width: 125px;
	cursor: hand;
	color: #996666;
	text-indent: 4px;
	padding-top: 0px;
	border-bottom: #60573a 1px;
	background-repeat: repeat-x;
	font-family: verdana;
	height: 20px;
	text-align: left;
	text-decoration: underline;
}

	
