.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:url(menu_hover.jpg); color:#000!important; width:0 auto; font-size:12px;
}

.group1.selectedanchor{ /*CSS class that gets added to the currently selected anchor link that carries the "group1" CSS class*/
background:url(left_hover.png) 0px no-repeat; color:#000;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #000000;
border-bottom-width: 0;
font: normal 12px Verdana; color:#bebebe;
/*line-height: 18px;*/
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #222221;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 12px Verdana;; color:#FFF;}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #282827;
padding: 10px 0px 10px 0px;
text-decoration: none;
font:12px Verdana; color:#bebebe;
font-weight: bold;
text-indent: 5px;
background-image:url(menu_tile.jpg); background-position:bottom; background-repeat:repeat-x;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #2e2e2b; color:#bebebe; background-image:url(menu_tile.jpg); background-position:bottom; background-repeat:repeat-x;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana; color:#FFF;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
font: normal 12px Verdana; color:#FFF;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
font: normal 12px Verdana; color:#FFF;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 12px Verdana; 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;
}
