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

.anchorclass {
background-image:url('img/menu_bg.jpg');background-repeat:no-repeat;
width:294px;color:#ffffff;text-decoration:none;font-size:12px;display:block;padding-top:7px;padding-bottom:7px;
}
/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #284673;
width: 276px; /* default width for menu */
margin: 0;
margin-left:0px;
padding: 0;
border: 0;
border-bottom-width: 0;
}

.anylinkcss ul{

margin:0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li {
background-image:url('img/menu_bg.jpg');
background-repeat:no-repeat;
padding:5px;
padding-left:7px;
text-indent:5px;
border-bottom:solid 1px #1a3d67;
}

.anylinkcss ul li a{
width: 100%;
display: block;
margin: 0;
padding: 0;
text-decoration: none;
font-size:12px;
color:#5a90c4;
}

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

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


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

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

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

.anylinkcsscols li{
padding-bottom: 0;
}

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


.anylinkshadow{
position: absolute;
left: 0;
top: 0;
z-index: 99; 
background: #284673;
visibility: hidden;
}
