.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: 0px;
	top: 0px;
	width:200px;
	font:normal 10pt Arial;
	text-align: left;
	line-height: 20px;
	padding: 0px;
	margin-top: -5px;
	background-color: #FFFFFF;
	border:1px solid #FFFFFF;
	border-bottom-width: 0px;
	visibility: hidden;
	z-index: 900;
	
	background: #600a06 url(../images/dropdown_bg.png) repeat-x scroll top;
}

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




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

.anylinkcss a:hover{ /*hover background color*/
	color: #cccccc;
	background: #600a06 url(../images/dropdown_bg2.png) repeat-x scroll top;
}



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