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

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 1;
	color: #66CCCC;
	line-height: 16px;
	z-index: 100;
	width: 450px; /* default width for menu */
	background-color: #005899;
	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: #99FF66;
	border-right-color: #99FF66;
	border-bottom-color: #99FF66;
	border-left-color: #99FF66;
}

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

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

.anylinkcss a:hover{ /*hover background color*/
color: #77df49;
}


/* ######### 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;
}