/* --- TOP navigatie -------------------------------------------------------------------------------------------- */
TD.menuTop, TD.menuTopAct, A.menuTop, A.menuTopAct {
	font-family          : Verdana;
	font-size            : 10px;
	font-weight          : normal;
	color                : #003E00;
	text-align           : center;
	vertical-align       : middle;
	text-decoration		: none;
	letter-spacing       : 0px;
}
A.menuTopAct {
	color                : #002800;
}
A.menuTop:hover {
	color                : #FF5D00;
}
A.menuTopAct:hover {
	color                : #002800;
}
TD.menuTop {
  background-image 		:url('../gfx/bgMainMenu.gif');
}
TD.menuTopAct{
  background-image 		:url('../gfx/bgMainMenuAct.gif');
}
TD.menuTopSep{
  background-image 		:url('../gfx/bgMainMenu_bar.gif');
}
/* --- LEFT navigatie ------------------------------------------------------------------------------------------- */
TD.menuLeft, A.menuLeft {
	font-family          : Verdana;
	font-size            : 11px;
	font-weight          : bold;
	color                : #FFFFFF;
	text-align           : right;
	vertical-align       : top;
	text-decoration		: none;
	letter-spacing       : 0px;
}
TD.menuLeft {
	padding					: 5px 22px 0px 0px;
	line-height				: 16px;
}
A.menuLeft:hover {
	color                : #2E3192;
}

/* --- RIGHT navigatie ------------------------------------------------------------------------------------------ */
TD.menuRight, A.menuRight {
	font-family          : Verdana;
	font-size            : 11px;
	font-weight          : bold;
	color                : #FFFFFF;
	text-align           : left;
	vertical-align       : top;
	text-decoration		: none;
	letter-spacing       : 0px;
}
TD.menuRight {
	padding					: 5px 0px 0px 22px;
	line-height				: 16px;
}
A.menuRight:hover {
	color                : #2E3192;
}

/* --- AddressLine ------------------------------------------------------------------------------------------ */
TD.addressLine, TD.addressLineSep, A.addressLine {
	font-family          : Verdana;
	font-size            : 11px;
	font-weight          : normal;
	color                : #006957;
	text-align				: center;
	text-decoration		: none;
	letter-spacing       : 0px;
}
TD.addressLine {
/*
	padding					: 0px 4px 0px 4px;
*/
}
TD.addressLineSep {
	color                : #FF5D00;
}
A.addressLine:hover {
	color                : #FF5D00;
}

/* --- SubMenu ------------------------------------------------------------------------------------------ */
Div.subMenu1{
	visibility           : hidden;
	position             : absolute;
	width                : 120px;
	background-color     : #FFFFFF;
	text-align           : left;
	border-top           : 1px solid #002800;
	border-bottom        : 1px solid #002800;
	border-right         : 1px solid #002800;
	border-left          : 1px solid #002800;
	padding              : 0px 0px 2px 0px;
	z-index              : 10;
	line-height:16px;
}
DIV.subMenu1Item{
	padding              : 1px 5px 1px 5px;
	background-color     : #FFFFFF;
	z-index              : 1;
}
a.subMenu1Item{
	padding              : 1px;
	width                : 100%;
	color                : #002800;
	font-size            : 11px;
	font-weight          : normal;
	text-align           : left;
	text-decoration      : none;
}
a.subMenu1Item:hover{
	color                : #006A15;
}

/* --- SubMenu Vertikaal ------------------------------------------------------------------------------------------ */
.MenuV1{
	background-color		: #E9F3EE;
}
.MenuV1 	TH{
	color						: #00440C;
	font-size       		: 12px;
	padding					: 2px 0px 2px 0px;
	text-align				: center;
	border-top				: 1px solid #005444;
	border-bottom			: 1px solid #005444;
	background-color		: #C8DFD9;
}
.MenuV1 	TD{
	padding					: 4px 5px 2px 10px;
	text-align				: center;
}
A.MenuV1 {
	color						: #00440C;
	font-size       		: 11px;
	text-align				: center;
	text-decoration		: none;
	font-weight				: normal;
}
A.MenuV1:hover{
	color						: #FF5D00;
}
DIV.MenuV1, DIV.MenuV1alt {
	/*color						: #00440C;*/
	font-size       		: 11px;
	text-align				: center;
	text-decoration		: none;
	font-weight				: normal;
	padding					: 2px 0px 2px 0px;
}
DIV.MenuV1alt {
/*
	color						: #FF5D00;
*/
	font-weight				: bold;
	padding					: 4px 0px 0px 0px;
}
.sponsors {
	vertical-align:top;
	color						: #006957;
	font-size       		: 10px;
	padding					: 5px 0px 2px 0px;
	text-align				: center;
	vertical-align			: top;
	font-weight				: bold;
}

