/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
BACKGROUND-COLOR:#15142D;
visibility: hidden;
border-bottom-width: 0;
font: normal 11px Georgia, Garamond, "Times New Roman";
line-height: 15px;
z-index: 100;  /*zIndex should be greater than that of shadow's below */
width: 190px;/* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
/*BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid;*/	
}

.anylinkcss ul li a{
width: 100%;
display: block;
Color: #BFDBFF;
padding: 10px 10px 6px 10px;
text-decoration: none;
FONT-WEIGHT: bold;
FONT-FAMILY: Georgia, Garamond, "Times New Roman"; FONT-SIZE: 12px;
BORDER-BOTTOM: #ffffff 1px dotted;
}

.anylinkcss a:hover{ /*hover background color*/
BACKGROUND-COLOR:#B6D8F1;
color: white;
}
.anylinkcss a:visited{ 
color: white;
}
.anylinkcss a:active{ 
color: white;
}
/* ######### 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 12px Georgia, Garamond, "Times New Roman";
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.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;
}
