.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/*background: yellow;*/
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 10px;/* added */
	visibility: hidden;
	border: 1px solid #D1BF77;
	border-bottom-width: 0;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 200; /*100; zIndex should be greater than that of shadow's below */

	width: 200px; /* default width for menu */
	text-align: left;
	background-color: #F7EBB1;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a /*,
.anylinkcsscols ul li a*/{
	width: auto; /* 100%;*/
	display: block;
	background-image: url(../images/nav_bg_drop.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #D1BF77;
	padding: 3px 0px 3px 3px;
	text-decoration: none;
	font-weight: normal;
	text-indent:0px;
	color: #963;
}

.anylinkcss ul.nav2 li a,
.anylinkcsscols ul.nav2 li a
{
	width: auto; /* 100%;*/
	display: block;
	background-image:none;
	border-bottom: 1px solid #D1BF77;
	padding: 3px 0px 3px 3px;
	text-decoration: none;
	font-weight: bold;
	text-indent:0px;
	color: #963;
}

.anylinkcss ul.nav2 ul,
.anylinkcsscols ul.nav2 ul {
	margin-left: 15px;
}


.anylinkcss ul.nav2 li li a,
.anylinkcsscols ul.nav2 li li a
{font-weight: normal;}

.anylinkcss ul.nav2 ul ul,
.anylinkcsscols ul.nav2 ul ul {
	margin-left: 15px;	
}

.anylinkcss ul li a .special {
	/*font-weight: bold;*/
	color:#c00;/*#606; rgb(102, 0, 102); rgb(204, 0, 0);*/
}

.anylinkcss a:hover,
.anylinkcsscols a:hover{ /*hover background color*/
background-image:url(../images/nav_bg.jpg);
background-position: left top;
background-repeat: repeat-x;
color:#963;
}
.anylinkcss .nav2 a:hover,
.anylinkcsscols .nav2 a:hover
{ /*hover background color*/
background-image:none;
color:#0A2945;
}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
	position: absolute;
	left: 0
	top: 0;
	visibility: hidden;
	/*width: auto;  100%;*/
	/*display: block;*/
		background-image: url(../images/nav_bg_drop.jpg);
	background-position: top left;
	background-repeat: repeat;
	border-bottom: 1px solid #D1BF77;
	padding: 3px 3px 3px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent:0px;
	color: #963;
	z-index: 200; 
	
/*position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; 
background: #DEFFCA;*/
}

.anylinkcsscols .column{
width:200px;/* 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;
margin-top: 5px;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
