.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: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: transparent url('images/DropDownTop.gif') no-repeat top left;
width: 197px; /* default width for menu */

}

.anylinkwrapper
{
margin-top: 7px;
padding-bottom: 7px;
background: transparent url('images/DropDownBottom.gif') no-repeat bottom left;
}

.anylinkcss ul{
background-color: white;
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;


}

.anylinkcss ul li
{
	background-color: white;
	display: block;
	width: 182px;
	padding-bottom: 5px;
	padding-right: 15px;
	background: transparent url('images/DropDownbg.gif') repeat-y;

}

.anylinkcss ul li a
{
line-height:9pt;
width: 100%;
display: block;
padding: 1px 0 0 15px;
text-decoration: none;
font-size: 9pt;
color: black;
}

.anylinkcss ul li b a
{
color: #FF6000;
width: 100%;
display: block;
font-size: 9pt;
padding: 1px 0 0 5px;
text-decoration: none;
font-weight: bold;
}

.anylinkcss a:hover{ /*hover background color*/
color: #FF6000;
}

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

.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.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;
}