/*.selectedanchor .current a b{
	color: #000000;
	background:url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path
	text-decoration: none;

}

 ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 1;
	line-height: 30px;
	z-index: 120;
	width: 134px; /* default width for menu */
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #98b824;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

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

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

.anylinkcss a:hover{ /*hover background color*/
	color: #000000;
	text-decoration: none;
	background-color: #fafd63;
}

/* ######### Alternate multi-column class for drop down menus http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm######### */
