.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	margin-top: 7px;
	border-bottom-width: 0;
	font-size:14px;
	line-height: 18px;
	z-index: 100;
	background:#255690;
	width: 210px;
	/* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;


padding: 4px;
text-decoration: none;

text-indent: 4px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #153153;
width: 202px;
color: white;
}


