.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{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #000;
width: 100%; /* default width for menu */
color:#FFF;
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFF;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

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


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
margin:13px 0px 0px -18px;
visibility: hidden;
padding:10px 0px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #000;
color:#FFF;
}

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

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkcsscols .column ul li{
color:#FFF;
line-height:24px;
width:100%;
height:24px;
display:block;
}
.anylinkcsscols .column ul li a{
color:#FFF;
width:100%;
height:24px;
display:block;
text-indent:10px;
}
.anylinkcsscols .column ul li a:hover{
background:#4B363F;
color:#FFF;
width:100%;
height:24px;
display:block;
}

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

/* ######### class for shadow DIV ######### */
.anylinkshadow{
position: absolute;
left: 0;
top: 0;
z-index: 99;
/*background: black;*/
visibility: hidden;
}
