/* sez menu sx */a.menulink, a.menulinkbig{
  border: 0;
  color: #758c52;
  display: block;
  font-size: 10pt;
  padding: 10px 4px;
  text-align: right;
  text-decoration: none;
  width: 130px;
}
a.menulink:hover {
  background: #ffffff;
}
a.menulinkbig {
  background-color: #FEFEFF;
  color: #666;
  font-weight: bold;
}
ul.menusx li{
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 138px;
}
ul.menusx {
  border: 0;
  margin: 5px 0;
  padding: 0;
  width: 138px;
}
a.menu, a.menu:hover{
  background: #B3CA96;
  color: #ffffff;
  display: block;
  font-size: 8pt;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
li.menuline{
  background: #336633;
  display: block;
  height: 1px;
}
/* sez menu di testa */
ul.dropdown {
  font-family: arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
ul.dropdown li {
  background: #c8d8b8;/*colore primo livello*/
  border: 0;
  float: left;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 20%;
}
ul.dropdown li a {
  display: block;
  margin: 0;
  padding: 7px 0;
}
ul.dropdown ul{
  -moz-opacity: .9;
  background-color: #c8d8b8;
  filter: alpha(opacity=95);
  font-size: 11px;
  KhtmlOpacity: .9;
  left: 0;
  opacity: .9;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 100%;
  visibility: hidden;
  width: 100%;/* larghezza livelli secondari */
  z-index: 501;
}
ul.dropdown ul a {
  padding: 8px 4px;
  width: 90%;/* Especially for IE *//* larghezza evidenziatore */
}
ul.dropdown ul li {
  float: none;
  width: 100%;
}
ul.dropdown, ul.dropdown li, ul.dropdown ul, ul.dropdown ul li{
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
a.active, ul.menusx li:hover {
  background-color: #FEFEFF;/* sfondo pgina attiva livello principale*/
}
ul.dropdown a:link, ul.dropdown a:visited, ul.dropdown a:hover, ul.dropdown a:active, ul.dropdown ul a:hover{
  color: #758c52;
  text-decoration: none;
}
ul.dropdown li:hover {
  position: relative;
  z-index: 502;
}
ul.dropdown li:hover > a.dir {
  background-color: #FEFEFF;/*  sfondo onmouseover livello principale*/
  color: #758c52;/* colore carattere onmouseover livello principale*/
}
ul.dropdown li:hover > ul {
  visibility: visible;
}
ul.dropdown ul a:hover {
  background-color: #DEE63A;/* colore evidenziatore */
}
/* sez popup hosta */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.hostathumb{
text-decoration: none;
color:#666600;
z-index: 0;
}

.hostathumb:hover{
background-color: transparent;
z-index: 50;  color: #009900;
}

.hostathumb span{ /*CSS for enlarged image*/
position: absolute;
background-color: yellow;
padding: 6px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color:#666600;
text-decoration: none;
}

.hostathumb span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.hostathumb:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 60px;
left: 198px; /*position where enlarged image should offset horizontally */

}

