.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: url(images/nav_m.jpg);
color:#fff;

}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 25px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 300px; /* default width for menu */
color:#fff;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#fff;

}

.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;
color:#fff;

}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
padding: 10px;
font: normal 11px Verdana;
padding-left:20px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background:url(images/menu-bg.gif);
color:#fff;

}

.anylinkcsscols .column{
width: 190px;
float: left;
color:#fff;

}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#fff;
margin-right:15px;

}

.anylinkcsscols li{
padding-left:20px;
padding-bottom: 8px;
padding-top: 5px;

color:#fff;
background:url(images/bullet.png) left no-repeat;

}

/* ######### 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;
color:#fff;
}
#colr{color:#fff;
font-weight:bold;
padding-bottom:2px;
}
#colr a:hover{
color:#FFFF00;
}