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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 11px Arial;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ffaf15;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
border: 1px solid #ffdf9f;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 5px 1px 5px;
text-decoration: none;
text-indent: 5px;
text-align:left;
color: #000000;
font-weight:normal;
}

.anylinkcss ul li a span {
	font-size:9px;
}
.anylinkcss a:hover{ /*hover background color*/
color: white;
}

.anylinkcss02{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 11px Arial;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #b7d22c;
width: 200px; /* default width for menu */
}

.anylinkcss02 ul{
margin: 0;
padding: 0;
list-style-type: none;
border: 1px solid #d3f13a;
}

.anylinkcss02 ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0 1px 10px;
text-decoration: none;
text-indent: 5px;
text-align:left;
color: #000000;
font-weight:normal;
}

.anylinkcss02 ul li a span {
	font-size:9px;
}
.anylinkcss02 a:hover{ /*hover background color*/
color: white;
}

.anylinkcss03{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 11px Arial;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #57afad;
width: 200px; /* default width for menu */
}

.anylinkcss03 ul{
margin: 0;
padding: 0;
list-style-type: none;
border: 1px solid #88cfcd;
}

.anylinkcss03 ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0 1px 10px;
text-decoration: none;
text-indent: 5px;
text-align:left;
color: #000000;
font-weight:normal;
}

.anylinkcss03 ul li a span {
	font-size:9px;
}
.anylinkcss03 a:hover{ /*hover background color*/
color: white;
}


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

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

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

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