.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;
	margin-top: 12px;
	visibility: hidden;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #020234;
	border-bottom-width: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333363;
	border-right-color: #333363;
	border-bottom-color: #ddb427;
	border-left-color: #333363;
}
.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkmenu ul li a{
width: 100%;
display: block;
border-bottom: 1px solid #333363;
text-decoration: none;
color: white;
text-indent:5px;
}
.anylinkmenu a:hover{ /*hover background color*/
background-color: #333363;
color: #d8d8fd;
}



/* ######### Default class for drop down menus ######### */
.anylinkmenu2{
position: absolute;
visibility: hidden;

line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ffffff;
	border-bottom-width: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a7a7b8;
	border-right-color: #a7a7b8;
	border-bottom-color: #a7a7b8;
	border-left-color: #a7a7b8;
}
.anylinkmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkmenu2 ul li a{
width: 100%;
display: block;
border-bottom: 1px solid #a7a7b8;
text-decoration: none;
color: #060639;
text-indent:5px;
}
.anylinkmenu2 a:hover{ /*hover background color*/
background-color: #edecec;

}