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

.anylinkcss{
background: #DCDF98;
visibility: hidden;
position: absolute;
left: 0;
top: 0;
width: 133px; /* default width for menu */
margin: 6px 0 0 -10px;
padding: 0px 0;
border: 0;
font: normal 12px Arial;
z-index: 100; /* zIndex should be greater than that of shadow's below */
text-align:left;

}

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

.anylinkcss ul li a{
display: block;
padding: 6px 10px;
text-decoration: none;
color:#030f7d;
}

.anylinkcss a:hover{ /*hover background color*/
background: #E1F09B;
color: white;
color:#030f7d;
}

.anylinkcss2{
background: #DCDF98;
visibility: hidden;
position: absolute;
left: 0;
top: 0;
width: 155px; /* default width for menu */
margin: 6px 0 0 -10px;
padding: 0px 0;
border: 0;
font: normal 12px Arial;
z-index: 100; /* zIndex should be greater than that of shadow's below */
text-align:left;

}

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

.anylinkcss2 ul li a{
display: block;
padding: 6px 10px;
text-decoration: none;
color:#030f7d;
}

.anylinkcss2 a:hover{ /*hover background color*/
background: #E1F09B;
color: white;
color:#030f7d;
}

.anylinkcss3{
background: #DCDF98;
visibility: hidden;
position: absolute;
left: 0;
top: 0;
width: 144px; /* default width for menu */
margin: 6px 0 0 -10px;
padding: 0px 0;
border: 0;
font: normal 12px Arial;
z-index: 100; /* zIndex should be greater than that of shadow's below */
text-align:left;

}

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

.anylinkcss3 ul li a{
display: block;
padding: 6px 10px;
text-decoration: none;
color:#030f7d;
}

.anylinkcss3 a:hover{ /*hover background color*/
background: #E1F09B;
color: white;
color:#030f7d;
}

.anylinkcss4{
background: #DCDF98;
visibility: hidden;
position: absolute;
left: 0;
top: 0;
width: 134px; /* default width for menu */
margin: 6px 0 0 -10px;
padding: 0px 0;
border: 0;
font: normal 12px Arial;
z-index: 100; /* zIndex should be greater than that of shadow's below */
text-align:left;

}

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

.anylinkcss4 ul li a{
display: block;
padding: 6px 10px;
text-decoration: none;
color:#030f7d;
}

.anylinkcss4 a:hover{ /*hover background color*/
background: #E1F09B;
color: white;
color:#030f7d;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
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 ######### */


/*   CSS for shadow.   */
.anylinkshadow 
{ 
position: absolute;
left: 0;
top: 0;
z-index: 99;
background: black;
visibility: hidden;
}


