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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #C8D2C9;
width: 150px; /* default width for menu */
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
border-bottom: none;
padding: 2px 0;
font-weight: 500;
text-indent: 5px;
}

a.anylinkcss {text-align:left; font-size:12px; font-weight:500; font-family: Arial, Verdana, Helvetica, sans-serif; color:#333333; margin: 0px; text-decoration:none; line-height:18px;}
	a.anylinkcss:link{color:#000000;}
	a.anylinkcss:visited{color:#000000;}
	a.anylinkcss:hover{color:#CC0000;}
	a.anylinkcss:active {color:#CC0000;}

a.anchorclass {text-align:left; font-size:12px; font-weight:500; font-family: Arial, Verdana, Helvetica, sans-serif; color:#333333; margin: 0px; text-decoration:none; line-height:18px;}
	a.anchorclass:link {color:#333333;}
	a.anchorclass:visited {color:#333333;}
	a.anchorclass:hover {color:#990000; text-decoration:underline;}
	a.anchorclass:active {color:#990000; text-decoration:underline;}


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