/*   MENU   */

/*   voci di MENU  MAIN */

.RootMenuItems
{
	font-family: Verdana, Arial;
	color: white;
	font-size: 14;
	font-weight: normal;
	background-color:Transparent;
	height: 20;
}


/* voce normale   */

.RootMenuActiveItems
{
	font-family: Verdana, Arial;
	color: #C9D4FF;
	font-size: 14;
	font-weight: normal;
	background-color:Transparent;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	height: 20;
}


/* voce con mouse over  */

.RootMenuSelectedItems
{
	font-family: Verdana, Arial;
	color: red;
	font-size: 14;
	font-weight: normal;
	background-color:Transparent;
	border-style: solid;
	border-width: 1px;
	height: 20;
}


/*  SUB MENU   */

.mainmenu_submenu, .mainmenu_submenu TD
{
background: #717171  ;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 12;

border: solid 1px   #717171  ;
  color: white;
}

.MainMenu_SubMenuItemSelected, .MainMenu_SubMenuItemSelected TD 
{
 background-color: transparent;
  color: red;
}

.MainMenu_SubMenuItemActive, .MainMenu_SubMenuItemActive TD 
{
  color: #C9D4FF;
}


/*   voci di MENU  Secondario (verticale) */

/* voce normale   */

.VertRootMenuItems, .VertRootMenuItems TD
{
	font-family: Verdana, Arial;
	color: #29397D;
	font-size: 12;
	font-weight: normal;
	background-color: #C9D4FF;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	height: 30;
}


/* voce con mouse over  */

.VertRootMenuSelectedItems, .VertRootMenuSelectedItems TD
{
	font-family: Verdana, Arial;
	color: red;
	font-size: 12;
	font-weight: normal;
	background-color: #C9D4FF;
	border-style: solid;
	border-width: 1px;
	height: 30;
	text-decoration: underline;
}









/*   TITOLI    */
.ABIOTitle
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #29397D;
	text-decoration: none;
}

.BIGTitle
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 16pt;
	color: #29397D;
	text-decoration: none;
}


/*              FOOTER   */

.Footer
{
	font-family: Verdana, Arial;
	color: white;
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
}
a:link.Footer
{
	color: white;
	text-decoration: none;
}
a:visited.Footer
{
	color: white;
	text-decoration: none;
}
a:hover.Footer
{
	color: #666666;
	text-decoration: none;
}

/*           SERVICE TEXT     */
.ServiceText
{
	font-family: Verdana, Arial;
	color: #29397D;
	font-size: 8pt;
	text-align: left;
}
a:link.ServiceText
{
	text-decoration: underline;
}
a:active.ServiceText
{
	text-decoration: underline;
}
a:visited.ServiceText
{
	text-decoration: underline;
}
a:hover.ServiceText
{
	color: #FF0000;
	text-decoration: none;
}





