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

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	line-height: 22px;
	z-index: 100;
	width: 200px; /* default width for menu */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 0.3em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6E7896;
	border-left-color: #6E7896;
	text-transform: uppercase;
}

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

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

.anylinkcss a:hover{ /*hover background color*/
	color: #798DBF;
}

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

