.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:-15px;
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: 150px; /* default width for menu */
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
height:68px;
}

.anylinkcss ul{
margin: 11px;
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 0px;
text-decoration: none;
text-indent: 10px;
color: white;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

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

background:#E9BE07;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
width: 150px; /* 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: 0px;
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;
text-decoration:none;
}

.anylinkcsscols .column ul{
margin: 10px;
padding: 10px;
list-style-type: none;
text-decoration:none;
}

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