.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;

}
/* ######### Default class for column ######### */

.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;
}


/* ######### Special class for column beeldkan ######### */

.column_beeldkan a{ /*hover background color*/
	color: #00334a;
	text-decoration: none;
	font-size: 12px;
}
.column_beeldkan a:link{ /*hover background color*/
	color: #00334a;
	text-decoration: none;
}
.column_beeldkan 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;
}


/* ######### Special beeldkan multi-column class for drop down menus ######### */


.anylinkcsscols_beeldkan{
	width: 600px;
	position: absolute;
	left: 130px;
	top: 100px !important;
	visibility: hidden;
	border: 0px solid grey;
	padding: 12px 12px 6px 12px;
-x-system-font:: normal 11px Verdana;
	z-index: 2000;
	background-color: #73bcdd;
	margin: 6px 0px 0px 0px !important;
	height: 120px !important;
}

.anylinkcsscols_beeldkan .column_beeldkan{
	text-decoration: none;
	top: 0px;
	padding-top: 10px !important;
	height: 0px !important;
	position: relative;
	padding-bottom: 0px;
}

.anylinkcsscols_beeldkan .column_beeldkan ul{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	display: inline;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

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



/* ######### class for shadow DIV ######### */

/* ######### DISABLED ######### */
_.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 20px;
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;
}

