/* ######### Default class for drop down menus ######### */

.anylinkmenu1{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: Normal 12px tahoma;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #EFF4FC;
width: 300px; /* default width for menu */
text-align: right;
direction: rtl;
}

.anylinkmenu2{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: Normal 12px tahoma;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #EFF4FC;
width: 230px; /* default width for menu */
text-align: right;
direction: rtl;
}

.anylinkmenu3{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: Normal 12px tahoma;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #EFF4FC;
width: 220px; /* default width for menu */
text-align: right;
direction: rtl;
}

.anylinkmenu4{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: Normal 12px tahoma;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #EFF4FC;
width: 250px; /* default width for menu */
text-align: right;
direction: rtl;
}

.anylinkmenu5{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: Normal 12px tahoma;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #EFF4FC;
width: 180px; /* default width for menu */
text-align: right;
direction: rtl;
}

.anylinkmenu6{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: Normal 12px tahoma;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #EFF4FC;
width: 220px; /* default width for menu */
text-align: right;
direction: rtl;
}

/* ######### 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;
}