.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	color: #ff0000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 10px;
}
/* ######### Default class for drop down menus ######### */

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

.anylinkcss a{ /*hover background color*/
	color: #ff0000;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 0px solid #CCC;
}
.anylinkcss a:link{ /*hover background color*/
	color: #ff0000;
	text-decoration: none;
	border-bottom: 0px solid #CCC;
}
.anylinkcss a:hover{ /*hover background color*/
	color: #ff0000;
	text-decoration: none;
	border-bottom: 0px solid #CCC;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
	border-bottom: 0px solid #CCC;
}

.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: #ff0000;
	border-bottom: 0px solid #CCC;
}

.column a{ /*hover background color*/
	color: #999;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 0px solid #CCC;
}
.column a:link{ /*hover background color*/
	color: #999;
	text-decoration: none;
	border-bottom: 0px solid #CCC;
}
.column a:hover{ /*hover background color*/
	color: #660099;
	text-decoration: none;
	border-bottom: 0px solid #CCC;
}


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


.anylinkcsscols{
	position: absolute;
	left: 25px;
	top: 0px;
	padding: 20px 12px 12px 12px;
	-x-system-font:: normal 11px Verdana;
	z-index: 100;
	background-color: #FFF;
	color: #ff0000;
	border: 1px solid lightgrey;
	border-bottom: 0px solid #CCC;
	visibility: hidden;
}
.anylinkcsscols .column a:active .column a:link .column a:visited .column a:hover {
	text-decoration: none;
	border-bottom: 0px solid #CCC;
}
.anylinkcsscols .column{
	width: 125px;
	float: left;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 0px solid #CCC;
}
.anylinkcsscols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 0px solid #CCC;
}

.anylinkcsscols li{
padding-bottom: 13px;
	border-bottom: 0px solid #CCC;
}

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