.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/*background: transparent;*/
background: #9194B6;
font-weight:bold;
}


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: transparent;
/*background: lightyellow;*/
width: 200px; /* default width for menu */
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #fff;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
/*border: 1px solid black;*/
padding: 10px;
font: normal 12px Verdana;
z-index: 1000; /*zIndex should be greater than that of shadow's below*/
/*background: #DEFFCA;*/
background: #ffffff;
border:5px solid #9194B6;
}

.anylinkcsscols .column{
width: 140px;
float: left;
padding-right:8px;
line-height:1.2em;
text-align:left;
font-size:.9em;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
/*list-style-image:url("/2009/images/dot.gif");
list-style-type:square;*/
}

.anylinkcsscols li{
padding-bottom: 3px;
background-image: url(/2009/images/dot.gif);
background-repeat: no-repeat;
background-position: 4px 5px; 
padding-left: 14px;
}

.anylinkcsscols li a {
color:#069;
text-decoration:none;
}
.anylinkcsscols li a:visited{
color:#069;
text-decoration:none;
}
.anylinkcsscols li a:hover{
color:#069;
text-decoration:underline;
}

/*#dropList ul#menu div.listHolder div.listCol ul li a {color:#069; text-decoration:none; padding-left:10px; font-weight:normal; background:url(/2009/images/dot.gif) no-repeat left center;} 
#dropList ul#menu div.listHolder div.listCol ul li a:hover {text-decoration:underline;}
.anylinkcss a:hover{ 
background: black;
color: white;
}*/


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 10;
top: 10;
z-index: 999; /*zIndex for shadow*/
background: black;
visibility: hidden;
}






