.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: ;
}


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px 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: 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: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.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-left: 1px solid #292929;
border-right: 1px solid #363636;
border-top: 1px solid #363636;
border-bottom: 1px solid #292929;
padding: 10px;
font: small-caps bold 12px Georgia Arial Helvetica sans-serif;
color: #7A7A7A;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: url(../graphics/menu2008/bg-black-o90.png);
}

.anylinkcsscols .column{
width: 45px;
float: left;
}
.column2{
width: 100px;
float: left;
}

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

.anylinkcsscols li{
padding-bottom: 3px;
color: #444;
}

div.ddheading {
	font: small-caps bold 12px Georgia Arial Helvetica sans-serif;
	color: #7A7A7A;
	padding-bottom: 5px;
}
div.ddanchor {
	border-left: 1px solid #292929;
	border-right: 1px solid #363636;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #292929;
	background: black url(../graphics/menu2008/bg-box-gr-gray-tl.png) no-repeat top left;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: bottom;
	color: #666;
	font: small-caps bold 12px Georgia, Verdana, Arial;
	margin-right: 10px;
}
a.ddanchor {
	background: transparent url(../graphics/menu2008/arrow-d.png) no-repeat right;
	color: #666;
	font: small-caps bold 12px Georgia, Verdana, Arial;
	width: 150px;
	padding-left: 20px;
	padding-right: 30px;
}
div.ddinfo {
	font: 12px Arial Helvetica sans-serif;
	color: #7A7A7A;
	padding-bottom: 5px;
	padding-right: 5px;
}

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