.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
margin-top:15px;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font-size:11px;
line-height: 18px;
z-index: 99999; /* zIndex should be greater than that of shadow's below */
color:#ffffff;
width: 400px; /* default width for menu */
}

.anylinkcss div{
margin: 0px 2px 0px 0px;
padding: 0;
width: 190px;
float:left;

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

.anylinkcss ul li a{
font-family:arial;
display: block;
text-indent: 3px;
background: url(menulink-bg.jpg);
padding: 3px 0;
text-decoration: none;
font-weight:bold;
text-indent: 5px;
color:#fff;
text-transform:uppercase; 
}

.anylinkcss a:hover{ /*hover background color*/
background: url(menulink-bg-h.jpg);
color: #000;
}

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


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px arial;
z-index: 99999; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
text-transform:uppercase;
}

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

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

.anylinkcsscols li{
padding-bottom: 3px;
}

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


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