
/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font-weight:normal; color:#FFFFFF!important; font-family:Arial; font-size:12px;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
}


.menulink { font-weight:normal; color:#FFFFFF!important; padding:5px 10px 5px 10px; font-family:Arial; font-size:12px; text-decoration:none!important; border-right:1px solid #FFFFFF; background-color:#FF0000!important;} 

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
border-bottom: 1px solid #FFF!important;
/*border-right: 1px solid #FFF!important;
border-left: 1px solid #FFF!important;
border-top: 1px solid #FFF!important;*/
text-decoration: none!important;
background: #FF7575!important;
padding:4px;
font-weight:normal; color:#FFFFFF!important; font-family:Arial; font-size:12px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #FF0000!important;
color: #ffffff!important;
}



/* ######### 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;
}