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

}

/* ######### Default class for drop down menus ######### */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #9933CC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: 0;
font: normal 14px Georgia, Times New Roman, Times, serif;
background-image:url(../images/drop_menu.jpg);
color:#FFFFFF;
line-height: 25px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-color:#9933CC;
width: 150px; /* default width for menu */
}

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

.anylinkmenu ul li a{
width: 100%;
color:#FFFFFF;
text-align:center;
display: block;
text-indent: 0px;

border-bottom: none;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
text-indent: 0px;
}

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


.anylinkmenu a:hover{ /*hover background color*/
background-color:#F7F7F7;
font-weight:bold;

color: #9933CC;
}

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


.anylinkmenucols{
position: absolute;
width: 150px;
left: 0;
top: 0;
visibility: hidden;
border: none;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #FFFFFF;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #FFFFFF;
}

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



/* ######### 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-image:url(../images/menu_shadow.png);
visibility: hidden;
}

