.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:url(/images/structure/nav-active.png) no-repeat center;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
z-index: 4; /* zIndex should be greater than that of shadow's below */
background:url(/images/structure/sub-nav-frame.png) repeat-y;
}

.anylinkcss ul{

}

.anylinkcss ul li a{
text-decoration:none; text-align:center; font-size:11px; width:152px; height:19px; display:block; padding-left:0px;
}

.anylinkcss a:hover{ /*hover background color*/
background:url(/images/structure/sub-active.png) no-repeat left center;
color:#000000;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
z-index: 4; /*zIndex should be greater than that of shadow's below*/
}

.anylinkcsscols .column{

}

.anylinkcsscols .column ul{

}

.anylinkcsscols li{
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */

}
