/* CSS Document */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*menu 1° livello*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: immagini/sfondo.jpg; /*overall menu background color*/
}

/*menu 1° livello*/
.suckertreemenu ul li a{
display: block;
border-left:0px solid black; border-right:1px solid black; border-top:0px solid black; border-bottom:0px solid black; 
width: 0px; /*Width of top level menu link items*/
text-decoration: none;
font-size: 9pt;
font-family:trebuchet MS;
color: black; 
padding-left:1px; padding-right:1px; padding-top:1px; padding-bottom:1px;
background-color: immagini/sfondo.jpg;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
display: block;
position: absolute;
visibility: hidden;
left: 0;
top: 1em; /* no need to change, as true value set by script */
background-color: #e5e5e5;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 180px; /*width of sub menu levels*/
height: 20px;
font-color: black;
text-decoration: none;
text-align: left;
padding: 1px 6px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: none;
color: orange;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: none;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: none;
}

* 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 .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }

/* End */

A:link { COLOR:#000000; TEXT-DECORATION:none }

A:visited { COLOR:#000000; TEXT-DECORATION:none }

A:hover { COLOR:#FF9933; TEXT-DECORATION:none }

Strong { FONT-SIZE:10pt; FONT-weight:200; FONT-STYLE:normal; FONT-FAMILY:tahoma, westminster, century gothic, Trebuchet MS  }

Cite { FONT-SIZE:14pt; FONT-STYLE:normal; FONT-FAMILY:tahoma, westminster, century gothic, Trebuchet MS }

Code { FONT-SIZE:20pt; FONT-STYLE:normal; FONT-FAMILY:tahoma, westminster, century gothic, Trebuchet MS }

H1  { line-height: -0.5; COLOR:#000000; text-align: center; letter-spacing: 0px; FONT-SIZE:8pt; FONT-weight:400; FONT-FAMILY:tahoma, westminster, century gothic, Trebuchet MS  }

H2  { line-height:0.1%; FONT-SIZE:9pt; FONT-weight:400; FONT-FAMILY:tahoma, westminster, century gothic, Trebuchet MS  }

H3  { line-height:100%; FONT-SIZE:100pt; FONT-weight:400; FONT-FAMILY:tahoma, westminster, century gothic, Trebuchet MS  }

H4  { line-height: 1; FONT-SIZE: 30pt; COLOR:#000000; text-align: center; letter-spacing: 100px; FONT-FAMILY: Trebuchet MS  }