/* ######### 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: 14px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 100px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
background:url(../images/sub_menu_bg.gif) top center repeat-x;
height:50px;
width: 102px;
text-align:center;
display: block;
padding:0;
text-decoration: none;
color: #4a5357;
}

.anylinkcss a:hover{
color: e60000;text-decoration:none;
}

/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
}