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

.menuanchorclass
{
	color:#fff;
	font-size:11px;
	padding-left:9px;
}

/* ######### Default class for drop down menus ######### */
.anylinkmenu{
	text-align:left;
position: absolute;
left: 0;
top: 0;
padding-left:9px;
visibility: hidden;
font-size:11px;
line-height: 18px;
padding-top:6px;
padding-bottom:6px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-color:#000;
width: 116px; /* default width for menu */
}

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

.anylinkmenu ul li a{
display:block;
color:#FFF;

}

.anylinkmenu a:hover{ /*hover background color*/
color:#0095df;
}


