
.MenuGroup
{

}

/* Layer contenitore menu */
.NavBarContainer
{
	float:left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 235px;
	padding-top: 1px;
	
} 

/* Component art menu */
.NavBar
{
  padding: 2px;
  padding-bottom: 1px;
  cursor: default; 
  width:100%;
} 

 
/* TOP MENU */
.topmenu
{
	margin-top:3px;

}

.TopMenuItem
{
	font-weight: bold;
	font-size: 11px;
	background-attachment: fixed;
	background-image: url(images_new/menu_off.gif);
	text-transform: uppercase;
	width: 116px;
	cursor: hand;
	color: #808080;
	background-repeat: repeat-x;
	height: 17px;
	text-align: center;
}
.TopMenuItemHover
{
	font-weight: bold;
	font-size: 11px;
	background-attachment: fixed;
	background-image: url(images_new/menu_on.gif);
	text-transform: uppercase;
	width: 116px;
	cursor: hand;
	color: #ffffff;
	background-repeat: repeat-x;
	height: 17px;
	text-align: center;
}

.TopMenuGroup
{
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px 4px 10px;
	padding-top: 1px;
}


/* Component art menu */
.NavBar
{
  cursor: default; 
  text-align: right;
} 

.TopItem
{
	background-position: left bottom;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images_new/linea_menu_off.png);
	padding-bottom: 2px;
	cursor: hand;
	color: #ffffff;
	margin-top:2px;
	background-repeat: no-repeat;
	font-family: tahoma, verdana;
    text-align: right;
	padding-bottom:6px;
 
}

.TopItemHover
{
 background-position: left bottom;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images_new/linea_menu_off.png);
	padding-bottom: 2px;
	cursor: hand;
	color: #ffffff;
	margin-top:2px;
	background-repeat: no-repeat;
	font-family: tahoma, verdana;
	text-align: right;
	padding-bottom:6px;
}


/* Servizi */
.NavBarItem
{
  font-family: arial, verdana; 
  font-size: 12px; 
  padding-left: 4px; 
  cursor:hand;
  color:#808080;

}

.NavBarItemHover
{
  font-family: arial, verdana; 
  font-size: 12px; 
  padding-left: 4px;	
  cursor:hand;
  color:#ffffff;
  background-color:#000000;
}


.NavBarGroup
{
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px 0px 10px 4px;
	padding-top: 1px;
}



