.selectedanchor {
	
	
	/*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/#background: yellow;
	background-image: url(images/nav_tab_hover.png);
	padding-bottom: 2px;
}
/* ######### Default class for drop down menus ######### */.anylinkmenu {
	margin: 2px 0px;
	position: absolute;
	padding-left: 4px;
	left: 0;
	top: 0;
	visibility: hidden;
	0border-left: 1px solid gray;
	0border-bottom-width: 0;
	font: normal 13px arial;
	text-align: left;
	0line-height: 18px;
	z-index: 100;
	
	/* zIndex should be greater than that of shadow's below */background: url(images/sb.png);
	#background-image: url(images/bg_bot.png);
	width: 107px;
	height: 115px;
}
.anylinkmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkmenu ul li a {
	width: 100%;
	display: block;
	text-indent: 0px;
	0border-bottom: 1px solid #ccc;
	0border-bottom: 1px normal green;
	padding: 2px 0px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
}
.anylinkmenu a:hover {
	
	
	/*hover background color*/background: solid gray;
	color: green;
}
/* ######### Alternate multi-column class for drop down menus ######### */.anylinkmenucols {
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	0font: normal 12px Verdana;
	z-index: 100;
	
	/*zIndex should be greater than that of shadow's below*/background: gray;
}
.anylinkmenucols li {
	padding-bottom: 3px;
}
.anylinkmenucols .column {
	position: absolute;
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: #EBEBEB;
}
.anylinkmenucols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* ######### class for shadow DIV ######### */.anylinkshadow {
	
	
	/*CSS for shadow. Keep this as is */margin: 2px 0px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	
	/*zIndex for shadow*/0background: black;
	visibility: hidden;
}
