@charset "utf-8";
/* ######### Default class for drop down menus ######### */
.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}
.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFFFF;
}
.anylinkmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}
.anylinkmenu2 ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFFFF;
}
.anylinkmenu3 ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}
.anylinkmenu3 ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFFFF;
}
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background-image:url(../img/almenu_1.png);
background-repeat:repeat;
visibility: hidden;
}
.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-image:url(../img/almenu_1.png);
background-repeat:repeat;
width: 200px; /* default width for menu */
}
.anylinkmenu a:hover{ /*hover background color*/
background-image:url(../img/top_menu/almenu_hover.png);
background-repeat:repeat;
color: #35121f;
}

.anylinkmenu2{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-image:url(../img/almenu_2.png);
background-repeat:repeat;
width: 200px; /* default width for menu */
}
.anylinkmenu2 a:hover{ /*hover background color*/
background-image:url(../img/top_menu/almenu_hover.png);
background-repeat:repeat;
color: #35121f;
}
.anylinkshadow2{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background-image:url(../img/almenu_2.png);
background-repeat:repeat;
visibility: hidden;
}
.anylinkmenu3{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-image:url(../img/almenu_2.png);
background-repeat:repeat;
width: 200px; /* default width for menu */
}
.anylinkmenu3 a:hover{ /*hover background color*/
background-image:url(../img/top_menu/almenu_hover.png);
background-repeat:repeat;
color: #35121f;
}
.anylinkshadow3{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background-image:url(../img/almenu_3.png);
background-repeat:repeat;
visibility: hidden;
}