.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 11px Arial, Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkcsscols ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color:#606771;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e7e7e7;
	border-bottom-color: #c2c2c2;
	line-height: 18px;	
}

.anylinkcsscols a:hover{ /*hover background color*/
background: #bbbbbb;
color: #fdfd00;
font-weight: bold;
	line-height: 18px;

}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
/*border: 1px solid black;*/
padding: 0px;
font: normal 11px Arial, Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below
background: #faf5ef;*/

}



/* ######### 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;
}
.mainlink a:link, .mainlink a:visited, .mainlink a:active{
font: normal 11px Arial;
font-weight: normal;
color: #606771;
text-decoration: none;
}
.mainlink a:hover{
font: normal 11px Arial;
font-weight: bold;
color: #fdfe02;
text-decoration: none;
}
.arrow {
	background-image: url(menu/arrow.gif);
	background-repeat: no-repeat;
}
