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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
BACKGROUND-COLOR:#ffffff;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Arial, Helvetica, sans-serif;
line-height: 15px;
z-index: 100;  /*zIndex should be greater than that of shadow's below */
width: 220px;/* default width for menu border: #858388 4px solid;*/
}

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

.anylinkcss ul li a{
display: block;
color: #0094C8;
padding: 5px 5px 5px 5px;
height: 20px;
text-decoration: none;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px;
/*border: #29A0B4 1px solid;*/
BORDER-BOTTOM: #858388 1px dotted;
}

.anylinkcss a:hover{ /*hover background color*/
color: #ffffff;
BACKGROUND-COLOR:#8FD8EB;
}
.anylinkcss a:visited{ 
color: #0094C8;
}
.anylinkcss a:active{ 
color: #0094C8;
}
/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: #ffffff 1px solid;
padding: 10px;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #F0F0F0;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

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

.anylinkcsscols li{
padding-bottom: 3px;
}

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