.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	color: #F00;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 20px;
	top: 0;
	visibility: hidden;
	border: 0px solid grey;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 22px;
	z-index: 100;
	width: 250px; /* default width for menu */
	text-decoration: none;
}

.anylinkcss a{ /*hover background color*/
	color: #00334A;
	text-decoration: none;
	font-size: 12px;
}
.anylinkcss a:link{ /*hover background color*/
	color: #00334A;
	text-decoration: none;
}
.anylinkcss a:hover{ /*hover background color*/
	color: #FFF;
	text-decoration: none;
}

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

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

.column a{ /*hover background color*/
	color: #00334a;
	text-decoration: none;
	font-size: 12px;
}
.column a:link{ /*hover background color*/
	color: #00334a;
	text-decoration: none;
}
.column a:hover{ /*hover background color*/
	color: #FFF;
	text-decoration: none;
}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
	position: absolute;
	left: 25px;
	top: 0px;
	visibility: hidden;
	border: 0px solid grey;
	padding: 20px 12px 12px 12px;
-x-system-font:: normal 11px Verdana;
	z-index: 100;
	background-color: #C8EC61;
	color: #00334a;
}

.anylinkcsscols .column{
	width: 160px;
	float: left;
	padding-left: 10px;
	text-decoration: none;
}

.anylinkcsscols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #C8EC61;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.anylinkcsscols li{
padding-bottom: 10px;
}

/* ######### 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: grey;
visibility: hidden;
}
.menu_bg table tr td .anchorclass.myownclass {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
