body {background-color: #FFFFFF}

table.actionTable { cellpadding:0; cellspacing:0; border:0; background-color : #000066 }
table.titoliTable	{ cellpadding:0; cellspacing:0; border:0; background-color: #99CCFF}
table.viewTesta { cellpadding:0; cellspacing:5; border:0; background-color: #993300 }

tr.titoli { cellpadding:0; cellspacing:5; border:0; background-color: #99CCFF}
tr.corpo { cellpadding:0; cellspacing:5; border:0; background-color: #FFFFFF }

a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; font-size: 7pt; text-decoration: underline; text-style: bold }
a { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000066; font-size: 7pt; text-decoration: none; text-style: bold} 

.p { page-break-:auto }

.action:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #CCCCCC; font-size: 8pt; text-decoration: underline; text-style: bold }
.action { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 8pt; text-decoration: none; text-style: bold}

.titoli:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000066; font-size: 8pt; text-decoration: underline; text-style: bold }
.titoli { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 8pt; text-decoration: none; text-style: bold}
.selected { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000066; font-size: 8pt; text-decoration: none; text-style: bold} 
.viewTesta { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 8pt; align:center; text-decoration: none; text-style: bold }
.viewTitolo  { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000066; font-size: 7pt; align:right; font-weight: bolder}
.viewCorpo { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000066; font-size: 7pt; align:center; text-decoration: none; text-style: bold }



.treemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.treemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #99CCFF; /*overall menu background color*/
}

/*Top level menu link items style*/
.treemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid #000066;
border-left-width: 0;
text-decoration: none;
color: white;
}

.treemenu ul li a:active{
	color:#000066;
}

	
/*1st sub level menu*/
.treemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.treemenu ul li ul li{
/*display: list-item;*/
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.treemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.treemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #000066;
border-top:0px;
}

.treemenu ul li a:hover{
/*background-color: black;*/
/*color: white;*/
color:#000066;
}

/*Background image for top level menu list links */
.treemenu .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.treemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .treemenu ul li { float: left; height: 1%; }
* html .treemenu ul li a { height: 1%; }
/* End */

#sottomenu{
	/*dimensione del bottone + 1px del bordo sinistro dello stesso*/
	left:-91px;
}