.menuTitle {
	padding-left: 			30px;
	padding-top: 			10px;
	padding-bottom: 		0px;
	font-family: 			Verdana, Arial, Tahoma;
	font-weight: 			900;
	font-size: 				17px;
	color: 					#3A3A3A;
}

.menuItem {
	padding-left: 			30px;
	font-family: 			Verdana, Arial, Tahoma;
	font-weight: 			500;
	font-size: 				13px;
	color: 					#000000;
	text-decoration: 		none;
}

.menuItem:Hover {
	text-decoration: 		underline;
}

.menuSubItem {
	padding-left: 			40px;
	font-family: 			Verdana, Arial, Tahoma;
	font-weight: 			500;
	font-size: 				13px;
	color: 					#000000;
	text-decoration: 		none;
}

.menuSubItem:Hover {
	text-decoration: 		underline;
}


.menuItemNumber {
	padding-left: 			5px;
   color: 					#000000;
   font-family: 			Verdana, Arial, Tahoma;
   font-size: 				10px;
	font-weight:			normal;
	text-decoration:		none;
}

.topMenu {
	padding-left:			235px;
	background-image:  	url('../images/layout/imgTopBlueBar.png');
	background-repeat: 	no-repeat;
}

.topMenuItem {
   color: 					#FFFFFF;
   font-family: 			Verdana, Arial, Tahoma;
   font-size: 				15px;
	font-weight:			bold;
	text-decoration:		none;
}

.topMenuItem:Hover {
	text-decoration:		underline;
}

.mainLink {
	text-decoration: 		none;
	color: 					Blue;
}

.mainLink:hover {
	text-decoration: 		underline;
	color: 					Blue;
}

.catLink {
	text-decoration: 		none;
	border-style: 			0px solid #000000;
}

.catLink:hover {
	text-decoration: 		none;
	border: 					1px solid #000000;
}

.textSmallLink {
	font-family: 			Verdana, Arial, Tahoma;
	font-size: 				10px;
	text-decoration: 		none;
	color: 					Blue;
}

.textSmallLink:hover {
	font-family: 			Verdana, Arial, Tahoma;
	font-size: 				10px;
	text-decoration: 		underline;
	color: 					Red;
}

.textLogoutLink {
	color: 					#FFFFFF;
	text-decoration: 		none;
}

.textLogoutLink:hover {
	color: 					#FFFFFF;
	text-decoration: 		underline;
}

.textNieuwsLink {
	color: 					#FFFFFF;
	text-decoration: 		none;
}

.textNieuwsLink:hover {
	color: 					#FFFFFF;
	text-decoration: 		underline;
}

.footerLink {
	line-height: 			100%;
	font-family: 			Verdana, Arial, Tahoma;
	font-weight: 			100;
	font-size: 				10px;
	color: 					#666666;
	text-decoration: 		none;
}

.footerLink:hover {
	line-height: 			100%;
	font-family: 			Verdana, Arial, Tahoma;
	font-weight: 			100;
	font-size: 				10px;
	color: 					#666666;
	text-decoration: 		underline;
}