body {
background-color: White;
background-position: center top;
font-family: "Helvetica neue ultra light", sans-serif;
font-size:12pt;
color: Black;
text-align: left; /*correzione IE bug 1/2*/
}

#conteiner {
margin-left: -342px;
left: 50%;
width: 912px;
height: 370px;
position: absolute;
background: White;
background-position: top;
top: 100px;
overflow: visible;
}

a:link {
color: Black;
text-decoration: none;
}

a:visited {
color: #A9A9A9;
text-decoration: none;
}

a:hover {color: Black;
color: Black;
text-decoration: none;
}

a img {
border: none;
}

           /* Header */

#header {
width: 912px;
height: 225px;
background: White;
text-align: center;
position: relative;
margin-bottom: 100px}

           /* Immagini Menu */

.immagine {
background: White;
width: 225px;
height: 225px;
margin-right: 4px;
float:left;
}

           /* Lateral */

.lateral {
background: White;
width: 225px;
height: 225px;
font-size:6pt;
color: White;
float:left;
}

				/* Menu */
.stats {
background: White;
width: 500px;
height: 12px;
}
           /* Menu */

#menu_div {
background-color: White;
font-family: "Helvetica neue ultra light", sans-serif;
font-size:10pt;
width: 912px;
height: 27px;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size:12px;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;

}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown-upward ul {
 top: auto !important;
 bottom: 100%;
}

ul.dropdown-upward ul ul {
 bottom: 1px;
}

ul.dropdown *.sub_dir {
 width: 225px;
 font-size:10px;
 height:18px; 
 text-align: center;
}
ul.dropdown *.dir1 {
 width: 225px;
 font-size:10px; 
 text-align: center;
}

ul.dropdown *.dir {
 width: 225px;
 height:16px;
 padding-right: 3px;
 text-align: center;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}

