.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #FFFFFF;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
top:0;
left:0;
visibility: hidden;
border-top: 1px solid #d2d2d2;
border-left: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
/*border-bottom: 1px solid #FFF;*/
color:#3e3e3e; 
font:10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
z-index: 9999; /* zIndex should be greater than that of shadow's below */
/*background: #fafafa;*/
width: 880px; /* default width for menu */
margin:0px;
margin-left:1px;
margin-top:1px;
padding:10px;
/*background:url(../images/bg-line-pop.gif) no-repeat bottom left #FFF;*/
background:url(../images/bg-line-pop.gif) no-repeat bottom left #fafafa;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
float:left;
width:200px;
}

.anylinkcss ul li a{
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #fafafa;*/
padding: 1px 0px;
text-decoration: none;
color:#3e3e3e;
margin-bottom:5px;
text-align:left;
}

.anylinkcss a:hover{ /*hover background color*/
color:#00649a; text-decoration:none;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #fafafa;
padding: 15px;
font:10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
z-index: 9999; /*zIndex should be greater than that of shadow's below*/
background: #fafafa;
}

.anylinkcsscols .column{
float: left;
padding: 0;
margin-right: 5px;
background: #fafafa;
}

.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: #fafafa;*/
visibility: hidden;
}
