#selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	font-family:Verdana;
	font-size:9px;
	font-style:normal;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}

#selectedanchor2{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	font-family:Verdana;
	font-size:9px;
	font-style:normal;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
margin-top:5px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #ffffff;
border-bottom-width: 0;
font: normal 10px Verdana;
text-transform:uppercase;
line-height:15px;
color:#ffffff;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#638595;
text-decoration:none;
width: 205px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#ffffff;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
font-style:normal;
text-indent:5px;
color:#ffffff;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #bed95b;
color:#000000;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #ffffff;
padding: 10px;
font: normal 10px Verdana;
color:#000000;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #bed95b;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right:0px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}
