.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/*background: #ece8bf;#f4f1d9;*/
	background-image: url(../img/current.gif);
	background-position: left 0px;
	background-repeat: no-repeat;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #9d9982;
border-bottom-width: 0;
font-size: 12px;
font-weight: normal;
font-family: Geneva, Verdana, Arial, Sans-serif;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#ece8bf;/*#f4f1d9;*/
width: auto;/*old 200px;  default width for menu */

}
.anylinkcss ul {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.anylinkcss ul li {
	margin-left: 0;
	padding-left: 0;
}
.anylinkcss ul li a{
	color:  #9d9982;
width: auto;/*100%;*/
display: block;
border-bottom: 1px solid #9d9982;

text-decoration: none;
padding: 5px 5px 5px 5px;/*padding: 1px 0;*/

}

.anylinkcss a:hover{ /*hover background color*/
background:#f4f1d9;/* #ece8bf;#9d9982;*/
color: #9d9982;/*#f4f1d9;#ece8bf;*/
width: auto;
}

/* ######### 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;
}