			a.anchorclass{
			color:#FFFfff; 
			font: bold 10px/20px Arial, sans-serif; 
			padding-left: 9px;
			margin: 0px;
			text-transform: uppercase;
			letter-spacing: 1px;
			display: block;
			padding-top: 1px;
			}



/* ######### Default class for drop down menus ######### */

.anylinkcss{
			position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 205px; /* default width for menu */

}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;

}

.anylinkcss ul li a{
font: bold 10px/25px Arial, sans-serif; 
color: #ffffff;
text-transform: uppercase;
background: #B3B3B3;

width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;

}

.anylinkcss a:hover{ /*hover background color*/
font: bold 10px/25px Arial, sans-serif; 
background: #ffffff;
color: #000000;
display: block;
}



/* ######### 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;
}