/**********************************************************************************************/
/* Standard Cascade Style Sheet of www.grupoint.it
/* by Marco D. (marco@triweb.it)
/* Agosto 2005
/**********************************************************************************************/
#menuBar {
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
	height: 22px;
	left: 0px;
}

#menuBar a:link, #menuBar a:visited {
	background	: transparent;
	text-decoration	: none;
	display		: block;
  border: 0px;
}
#menuBar a:hover {
	background	: transparent;
	text-decoration	: none;
}
#menuBar a:active {
	background	: transparent;
	text-decoration	: none;
}
#menuLink1 {
	position: absolute;
	left: 0em;
	top: 0px;
	border-right: 1px solid #005AA6;
}
#menuLink2 {
	position	: absolute;
	left: 110px;
	border-right: 1px solid #005AA6;
}
#menuLink3 {
	position	: absolute;
	left		: 220px;
	border-right: 1px solid #005AA6;
}
#menuLink4 {
	position	: absolute;
	left		: 330px;
	border-right: 1px solid #005AA6;
}
#menuLink5 {
	position	: absolute;
	left		: 440px;
}
#menuLink6 {
	position	: absolute;
	left		: 550px;
}
dl.menuButton {
	width		: 110px;;
	margin		: 0;
	padding		: 0;
}
dl.menuButton dt {
	margin-top	: 4px !important;
	margin-bottom	: 4px !important;
}
dl.menuButton dd {
	display: none;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #005AA6;
}
#menuBar dl.menuButton dt a {
	padding		: 0 0.5em;

}
#menuBar dl.menuButton dd a:link, #menuBar dl.menuButton dd a:visited {
	padding: 0px 0px 0px 5px;
	border-bottom: 1px solid #ABCEEE;
	line-height: 21px;
	background: #005AA6;
	color: White;
}
#menuBar dl.menuButton dd a:hover, dl.menuButton dd a:active {
	padding-left: 5px;
	background: #ABCEEE;
	color: #ffffff;
}
dl.menuButton:hover dd, dl.attivo dd {
	display		: block;
}


dt.MymenuBut {
	font-size: 9pt;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding-top: 1px;
	height: 17px;
}
