.chromestyle{
display:block; width:800px; height:73px; margin:0; padding:0; background-image:url(../img/testata_home.jpg); background-repeat:no-repeat; background-position:center;}

.chromestyle ul{width:800px; margin:20px auto 0 auto; padding:0 0 0 4px;  list-style-type:none; float:left; display:block; height:73px;}

.chromestyle ul li{display: inline; margin:0; padding:0;  font-weight: bold; background-image: url(../img/pallino2.png); background-position:0 50%; background-repeat:no-repeat;}

.chromestyle ul li a{margin: 0 0 0 6px; padding:0 6px; color:#FFFFFF; text-decoration:none; font-size:14px;
}
.chromestyle ul li a:hover{ color:#DAB426;}

.chromestyle2{
display:block; width:800px; height:73px; margin:0; padding:0; background-image:url(../img/sf_content_menu.jpg); background-repeat:no-repeat; background-position:center;}

.chromestyle2 ul{width:800px; margin:20px auto 0 auto; padding:0 0 0 4px;  list-style-type:none; float:left; display:block; height:73px;}

.chromestyle2 ul li{display: inline; margin:0; padding:0;  font-weight: bold; background-image: url(../img/pallino2.png); background-position:0 50%; background-repeat:no-repeat;}

.chromestyle2 ul li a{margin: 0 0 0 6px; padding:0 6px; color:#FFFFFF; text-decoration:none; font-size:14px;
}
.chromestyle2 ul li a:hover{ color:#DAB426;}

.chromestyle2 ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 15px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:10px;
z-index:100;
background-color: #E6E6E6;
width: 80px;
visibility: hidden;
/*filter: progid: DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*comentato da anto il 28/7/06*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #494949;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F3F3F3;
}
