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

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 0;
	font: normal 13px Verdana;
	line-height: 18px;
	z-index: 100;
	width: 270px; /* default width for menu */
	background-color: #CCDEE2;
	margin-top: 5px;
	margin-bottom: 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: #5B919D;
	border-right-color: #5B919D;
	border-bottom-color: #5B919D;
	border-left-color: #5B919D;
}

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

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #5B919D;
	text-decoration: none;
	text-indent: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-image: url(../images/MenuDropdownBackground.jpg);
; 	color: #1C2A37;
}

.anylinkcss a:hover{ /*hover background color and text color*/
	color: salmon;
	background-color: #5B919D;
}


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