.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: -25;
top: 30px;
visibility: hidden;
border: 1px solid #25659b;
border-bottom-width: 0px;
font: normal 10px Verdana;
line-height: 14px;
z-index: 10000; /* zIndex should be greater than that of shadow's below */
background: #3a87ba;
width: 150px; /* default width for menu */
}

.anylinkcss2{
position: absolute;
left: -25;
top: 187px;
_top: 190px;
visibility: hidden;
border: 1px solid #25659b;
border-bottom-width: 0px;
font: normal 10px Verdana;
line-height: 14px;
z-index: 10011; /* zIndex should be greater than that of shadow's below */
background: #3a87ba;
width: 150px; /* default width for menu */
}

.anylinkcss ul,.anylinkcss2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a,.anylinkcss2 ul li a{
width: 150px;
background: #000000;
color:#ffffff;
font-weight: bold;
display: block;
text-indent: 3px;
border-bottom: 1px solid #25659b;
padding: 2px;
text-decoration: none;
font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Calibri, Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
font-size: 12px;
}

.anylinkcss a:hover,.anylinkcss2 a:hover{ /*hover background color*/
background: #ff0000;
color: #ffffff;
}

/* ######### Default class for drop down menus ######### */

.anylinkcssfront {
/*position: absolute;
visibility: hidden;
widht: 650px;
height: 255px;
border: 0px solid #ff0000;
font: normal 10px Verdana;
line-height: 14px;
z-index: 3000;
margin-left:482px;
_margin-left:480px;
margin-left:480px;\

margin-top: 0;
left:0;
top:205px;
_top:221px;
background-image: url(../imgs/popbg1.png);
background-repeat: no-repeat;*/

position: absolute;
visibility: hidden;
widht: 650px;
height: 255px;
border: 0px solid #ff0000;
font: normal 10px Verdana;
line-height: 14px;
z-index: 3000; /* zIndex should be greater than that of shadow's below */
margin-left: 330px;
margin-top: -85px;

background-image: url(../imgs/popbg1.png);
background-repeat: no-repeat;

top:290px;
_top:306px;

}

.anylinkcssfront a{ /*hover background color*/
color: #ffffff;
}

.anylinkcssfront a:visited{ /*hover background color*/
color: #ffffff;
}

.anylinkcssfront a:hover{ /*hover background color*/
background: #ff0000;
color: #ffffff;
}


/* ######### Default class for drop down menus ######### */

.anylinkcssfront2 {
/*position: absolute;
visibility: hidden;
widht: 650px;
height: 255px;
border: 0px solid #ff0000;
font: normal 10px Verdana;
line-height: 14px;
z-index: 3000; 
margin-left:482px;
_margin-left:480px;
margin-left:480px;\

margin-top: 0;
left:0;
top:205px;
_top:221px;
background-image: url(../imgs/popbg1.png);
background-repeat: no-repeat;*/

position: absolute;
visibility: hidden;
widht: 650px;
height: 255px;
border: 0px solid #ff0000;
font: normal 10px Verdana;
line-height: 14px;
z-index: 3000; /* zIndex should be greater than that of shadow's below */
margin-left: 330px;
margin-top: -170px;

background-image: url(../imgs/popbg1.png);
background-repeat: no-repeat;
top:375px;
_top:391px;
}

.anylinkcssfront2 a{ /*hover background color*/
color: #ffffff;
}

.anylinkcssfront2 a:visited{ /*hover background color*/
color: #ffffff;
}

.anylinkcssfront2 a:hover{ /*hover background color*/
background: #ff0000;
color: #ffffff;
}

/* ######### Default class for drop down menus ######### */

.anylinkcssfront3 {
/*position: absolute;
visibility: hidden;
widht: 650px;
height: 255px;
border: 0px solid #ff0000;
font: normal 10px Verdana;
line-height: 14px;
z-index: 3000; 
margin-left:482px;
_margin-left:480px;
margin-left:480px;\

margin-top: 0;
left:0;
top:205px;
_top:221px;

background-image: url(../imgs/popbg1.png);
background-repeat: no-repeat;*/

position: absolute;
visibility: hidden;
widht: 650px;
height: 255px;
border: 0px solid #ff0000;
font: normal 10px Verdana;
line-height: 14px;
z-index: 3000; /* zIndex should be greater than that of shadow's below */
margin-left: 330px;
margin-top: -255px;

background-image: url(../imgs/popbg1.png);
background-repeat: no-repeat;

top:460px;
_top:477px;

}

.anylinkcssfront3 a{ /*hover background color*/
color: #ffffff;
}

.anylinkcssfront3 a:visited{ /*hover background color*/
color: #ffffff;
}

.anylinkcssfront3 a:hover{ /*hover background color*/
background: #ff0000;
color: #ffffff;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 5px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #ff0000;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### 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;
/*}*/