/* ######### Default class for drop down menus ######### */

.anylinkmenu1{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #ECBE70;
border-bottom-width: 0;
font: normal 10px Georgia, "Times New Roman", Times, serif;
color: #ECBE70;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #993300;
width: 80px; /* default width for menu */
margin-left: 10px;
}

.anylinkmenu1 ul{
margin: 0;
padding: 0;
list-style-type: none;
color: #ECBE70;
}

.anylinkmenu1 ul li a{
width: 78px;
display: block;
border-bottom: 1px solid #ECBE70;
color: #ECBE70;
padding: 2px 0 0 3px;
text-decoration: none;
font-weight: bold;
text-align:left;
}

.anylinkmenu1 a:hover{ /*hover background color*/
background: #ECBE70;
color: #993300;
width: 78px;
display: block;
text-decoration: none;
}



.anylinkmenu2{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #ECBE70;
border-bottom-width: 0;
font: normal 10px Georgia, "Times New Roman", Times, serif;
color: #ECBE70;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #993300;
width: 134px; /* default width for menu */
margin-left: 10px;
}

.anylinkmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
color: #ECBE70;
}

.anylinkmenu2 ul li a{
width: 132px;
display: block;
border-bottom: 1px solid #ECBE70;
color: #ECBE70;
padding: 2px 0 0 3px;
text-decoration: none;
font-weight: bold;
text-align:left;
}

.anylinkmenu2 a:hover{ /*hover background color*/
width: 132px;
background: #ECBE70;
color: #993300;
text-decoration: none;
}



.anylinkmenu3{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #ECBE70;
border-bottom-width: 0;
font: normal 10px Georgia, "Times New Roman", Times, serif;
color: #ECBE70;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #993300;
width: 102px; /* default width for menu */
margin-left: 10px;
}

.anylinkmenu3 ul{
margin: 0;
padding: 0;
list-style-type: none;
color: #ECBE70;
}

.anylinkmenu3 ul li a{
width: 100px;
display: block;
border-bottom: 1px solid #ECBE70;
color: #ECBE70;
padding: 2px 0 0 3px;
text-decoration: none;
font-weight: bold;
text-align:left;
}

.anylinkmenu3 a:hover{ /*hover background color*/
width: 100px;
background: #ECBE70;
color: #993300;
text-decoration: none;
}



.anylinkmenu4{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #ECBE70;
border-bottom-width: 0;
font: normal 10px Georgia, "Times New Roman", Times, serif;
color: #ECBE70;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #993300;
width: 125px; /* default width for menu */
margin-left: 10px;
}

.anylinkmenu4 ul{
margin: 0;
padding: 0;
list-style-type: none;
color: #ECBE70;
}

.anylinkmenu4 ul li a{
width: 123px;
display: block;
border-bottom: 1px solid #ECBE70;
color: #ECBE70;
padding: 2px 0 0 3px;
text-decoration: none;
font-weight: bold;
text-align:left;
}

.anylinkmenu4 a:hover{ /*hover background color*/
width: 123px;
background: #ECBE70;
color: #993300;
text-decoration: none;
}





/* ######### 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;
margin-left: 10px;
}

