.menuanchorclass {

}
.menuanchorclass a {
	
}

.menuanchorclass a:hover {
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}

.anylinkmenu{
	position: absolute;
	left: 150px;
	top: 0;
	visibility: hidden;
	border-bottom-width: 0;
	font: normal 13px/23px Arial;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	/*background: #D7E8FB;*/
	width: 195px; /* default width for menu */
	color: #FFFFFF;
}

.anylinkmenu ul{
	margin: -10px 0 0;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
}

.anylinkmenu ul li a{
	position: relative;
	left: 25px;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #A29D93;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 5px;
	color: #fff;
	background: #C7B89F;
}

.anylinkmenu a:hover{ /*hover background color*/
	background: #C7B89F;
	color: #666;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

