/*.chromestyle{
width: 100%;
font-weight: bold;
margin:0 auto;
}

.chromestyle ul{
width: 99%;
padding: 5px 0 5px 4px ;
margin: 0 ;
/*text-align: left;*/
/*}

.chromestyle ul li{display: inline;} 

.chromestyle ul li a{
color: #494949;
/*padding: 4px 7px;*/
/*margin: 0;
padding:4px 9px;
text-decoration: none;
}



.chromestyle 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: -10px;*/
border: 1px solid #AAAAAA; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:10px;
z-index:50000;
background-color: #EEEEEE;
width: 100%;
visibility: hidden;
margin:-2px 0 0 -9px;
padding:0;
/*filter: progid: DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*comentato da anto il 28/7/06*/
}


.dropmenudiv a{
width: 100%;
display: block;
float:left;
text-indent: 0;
border-bottom: 1px solid #AAAAAA; /*THEME CHANGE HERE*/
margin:0 0 0 0;
padding: 2px 0;
margin:0;
text-decoration: none;
color: #494949;
background-image:none;
text-align:center;
}
.dropmenudiv a:hover{ text-decoration:none;}

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

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