.guiMenu_container {
	border				: none;
}

.menubar {
	background			: none;
	border				: none;
	height				: 50px;
}

.menulist li {
	line-height			: 16px;
	margin				: 0px 5px 0px 0px;
	z-index				: 1;
}

.menulist ul>li:last-child {
	margin-bottom		: 0px;
}

/* Main menu items, niet highlighted */
.menulist a:link, .menulist a:hover, .menulist a:visited, .menulist a:active, .menulist a.highlighted{
	font-family			: "Calibri Regular",Arial,Helvetica,sans-serif;
	font-style			: normal;
	font-weight			: normal;
	font-size			: 13px;
	color				: #FFFFFF;
	line-height			: 50px;
	height				: 50px;
	border				: none;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 12px 0px;
	background			: none;
}

/* Main menu items, highlighted, zonder submenu */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	font-family			: "Calibri Bold",Arial,Helvetica,sans-serif;
	font-style			: normal;
	font-weight			: bold;
	font-size			: 14px;
	color				: #FFFFFF;
	line-height			: 50px;
	height				: 50px;
	
	background			: none;
	border				: none;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 12px 0px;
	background			: none;
}

.menulist_item {
	top					: 53px;
	width				: 200px;
	border				: none;
	border-bottom		: 3px solid #000000;
	background-color	: #FFFFFF;
	background-image	: none;
}

.menulist_item li {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
}

.menulist_item ul {
	top					: 10px;
	left				: 200px;
	background-image	: none;
}

/* Sub menu items, niet highlited */
.menulist_item a:link, .menulist_item a:visited, .menulist_item a:hover, .menulist_item a:active, .menulist_item a.highlighted {
	font-family			: "Calibri Regular",Arial,Helvetica,sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 13px;
	color				: #000000;
	font-style			: normal;
	font-weight			: normal;
	border				: none;
	background			: none;
	background-color	: #FFFFFF;
	padding				: 5px 10px 5px 10px;
	margin				: 0px 0px 0px 0px;
	line-height			: 14px;
	height				: 14px;
}

.menulist_item a:hover, .menulist_item a.highlighted:link, .menulist_item a.highlighted:visited, .menulist_item a.highlighted:hover, .menulist_item a.highlighted:active, .menulist_item a.focus {
	font-family			: "Calibri Bold",Arial,Helvetica,sans-serif;
	font-weight			: bold;
	font-style			: normal;
	font-size			: 14px;
	color				: #000000;
	
	border				: none;
	background			: none;
	background-color	: #FFFFFF;
	padding				: 5px 10px 5px 10px;
	margin				: 0px 0px 0px 0px;
	line-height			: 14px;
	height				: 14px;
}

.menulist_item a .subind {
	margin-top			: 3px;
}

.menulist_item ul a .subind {
	margin-top			: 3px;
}

.menulist_active {
	border-bottom		: 1px solid #000000;
}