.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/*background: #CCC;*/
}
/* ######### Default class for drop down menus ######### */
.cmhome{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
text-align:left;
line-height: 18px;
z-index: 1061;
width: 200px; 
color:#FFF;
}

.cmabout{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
text-align:left;
line-height: 18px;
z-index: 1062;
background: #0066FF;
width: 150px; 
color:#FFF;
}

.cmproduct{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
text-align:left;
line-height: 18px;
z-index: 1063;
background: #CC0000;
width: 250px;
}

.cmpardis{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
text-align:left;
line-height: 18px;
z-index: 1064;
background: #00CC99;
width: 110px; 
}
.cminnova{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
text-align:left;
line-height: 18px;
z-index: 1065;
background: #339900;
width: 190px;
}
.cmrefer{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
text-align:left;
line-height: 18px;
z-index: 1066;
background: #990066;
width: 190px; 
}
.cmprese{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
text-align:left;
line-height: 18px;
z-index: 1067;
background: #FF6600;
width: 176px; 
}
.cmcontact{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
text-align:left;
line-height: 18px;
z-index: 1068;
background: #0000CC;
width: 109px; 
list-style-type: none;
}

ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/* .cmabout .cmpaint .cmpardis .cmproject .cmrefer .cmsupply .cmcontact */
ul li a{
width: 100%;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #FFF; EB toglie il bordo */
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color:#FFF
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}