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


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

.anylinkcss{
	position: absolute;
	left: 00px;
	top: -1px;
	margin: 4px 00px 00px 00px;
	padding:4px;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	line-height: 30px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #9f0004;
	width: 180px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: white;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #000000;
color: white;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 10px;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
