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

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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #FFFFFF;
border-bottom-width: 0;
font-size:12px;
font-weight:bold;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #BAD4E1;
outline:none;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
width:150px;
outline:none;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	color:#006699;
	padding: 4px 4px 4px 4px;
	outline:none;
}

.anylinkmenu a:hover{ /*hover background color*/
	background: #BAD4E1;
	color: white;
	padding: 4px 0px 4px 0px;
	text-indent:4px;
	outline:none;
}

.anylinkmenu ul li a:hover{
	background: #BAD4E1;
	color: white;
	padding: 4px 0px 4px 0px;
	text-indent:4px;
	outline:none;
}

.menuanchorclass {
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	outline:none;
}


/* ######### class for shadow DIV ######### */


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