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

.anylinkmenu{
position: absolute;
left: 0px;
top: 0px;
margin-top:20px;
margin-left:-17px;
visibility: hidden;
border-top: 1px solid white;
font: normal 12px Verdana;
line-height: 18px;
z-index: 2000; /* zIndex should be greater than that of shadow's below */
background-image:url(/images/menu-bg.jpg);
background-repeat:repeat-x;
background-color: #1e9508;
padding:0px 0px 0px 0px;
 /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding:0;
list-style-type: none;
background-image:url(/images/menu-bg-bottom.jpg);
background-position:bottom;
background-repeat:repeat-x;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #147602;
padding: 2px 0px 2px 0px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFFFF;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #1a8905;
color:#FFFF00;
}



.anylinkmenu2, .anylinkmenu4{
position: absolute;
left: 0px;
top: 0px;
margin-top:12px;
margin-left:-17px;
visibility: hidden;
border-top: 1px solid white;
font: normal 12px Verdana;
line-height: 18px;
z-index: 2000; /* zIndex should be greater than that of shadow's below */
background-image:url(/images/menu-bg.jpg);
background-repeat:repeat-x;
background-color: #1e9508;
padding:0px 0px 0px 0px;
 /* default width for menu */
}

.anylinkmenu2 ul, .anylinkmenu4 ul{
margin: 0;
list-style-type: none;
background-image:url(/images/menu-bg-bottom.jpg);
background-position:bottom;
background-repeat:repeat-x;
padding:0;
}

.anylinkmenu2 ul li a, .anylinkmenu4 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom:1px solid #147602;
padding: 2px 0px 2px 0px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFFFF;
}

.anylinkmenu2 a:hover, .anylinkmenu4 a:hover{ /*hover background color*/
background: #1a8905;
color:#FFFF00;
}

.anylinkmenu3{
position: absolute;
left: 0px;
top: 0px;
margin-top:12px;
margin-left:-21px;
visibility: hidden;
border-top: 1px solid white;
font: normal 12px Verdana;
line-height: 18px;
z-index: 2000; /* zIndex should be greater than that of shadow's below */
background-image:url(/images/menu-bg.jpg);
background-repeat:repeat-x;
background-color: #1e9508;
padding:0px 0px 0px 0px;
 /* default width for menu */
}

.anylinkmenu3 ul{
margin: 0;
padding: 0;
list-style-type: none;
background-image:url(/images/menu-bg-bottom.jpg);
background-repeat:repeat-x;
background-position:bottom;
}

.anylinkmenu3 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #147602;
padding: 2px 0px 2px 0px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFFFF;
}

.anylinkmenu3 a:hover{ /*hover background color*/
background: #1a8905;
color:#FFFF00;
}

.anylinkmenu4 ul {
width:150px !important
}

