.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:E22121;
text-decoration:none;
}
/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
margin-top:0px;
margin-left:0px;
visibility: hidden;
border: 0px solid white;
border-bottom-width: 10;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
/*FONDO DEL MENU*/
/*background: #494544;*/
width: 220px; /* default width for menu */
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
text-decoration:none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 150px;
border-bottom: 1px dashed #847B79;
padding: 5px 0;
text-decoration: none;
text-indent: 10px;
color: white;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.anylinkcss a:hover{ /*hover background color*/

background: #419d6e;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
width: 220px; /* default width for menu */
}

/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 20px;
font: normal 12px Verdana;
z-index: 150; /*zIndex should be greater than that of shadow's below*/
background: #FFFFFF;
text-decoration:none;
}

.anylinkcsscols .column{
width: 20px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
width: 220px;
}
/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
margin-top:-5px;
position: absolute;
margin-left:-5px;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #000000;
visibility: hidden;
width:220px;
}