.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: 10px;
visibility: hidden;
border: 0px solid #eaeade;
font: normal 10px Verdana;
line-height: 14px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #3a87ba;
width: 150px; /* default width for menu */
margin-left: 130px;
margin-top: -25px;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 150px;
background: #eaeade;
color: #676b54;
font-weight: normal;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 2px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
font-family: "Lucida Grande", "Lucida Sans Unicode", Calibri, Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
font-size: 12px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #ffffff;
color: #676c53;
background-color: #ffffff; display: block;
}



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

.anylinkcssfront {
position: absolute;
visibility: hidden;
widht: 650px;
height: 200px;
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: 235px;
margin-top: -75px;
background-image: url(../imgs/popbg1.png);
background-repeat: no-repeat;
}

.anylinkcssfront 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;
/*}*/
