@charset "UTF-8";
/* CSS Document */

#mymenu {
	height: 27px;
	width: 100%;
	background-color: #971334;
	position: relative;
}
#mymenu .mymenu_item {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	color: #FFF;
	float: left;
	height: 21px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#mymenu .mymenu_item a {
	color: #FFF;
	text-decoration: none;
}
#mymenu .mymenu_item a:hover {
	text-decoration: underline;
}
#leftmenu {
}
.menulijnen {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #CCC;
}
#leftmenu .menuwrapper {
	padding-top: 0px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 3px;
	padding-right: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#leftmenu .mainmenu {
	font-size: 0.9em;
}
#leftmenu .mainmenu a {
	color: #5b6b99;
	text-decoration: none;
	font-weight: bold;
}
#leftmenu .mainmenu a:hover {
	text-decoration: underline;
}

#leftmenu .submenu {
	font-size: 0.8em;
	padding-top: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#leftmenu .submenu a {
	color: #7F5959;
	text-decoration: none;
}
#leftmenu .submenu a:hover {
	text-decoration: underline;
}
#leftmenu .actief a {
	color: #971334;
}
#leftmenu .actief a:hover {
	text-decoration: none;
}
