div.container_menu
{
	float: left;
	width: 200px;
	height: auto;
}

div.relatie_help
{
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 10px;
	padding: 2px 5px;
	float:left;
}
a.relatie_help:link, a.relatie_help:active, a.relatie_help:visited
{
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 10px;
	padding: 0px 4px;
	background-color: #e3e4ff;
	float:left;
	text-align: center;
	color: #ff0000;
}
a.relatie_help:hover
{
	background-color: #f1f1ff;
	color: #000000;
}
a.relatie_menuitem:link, a.relatie_menuitem:active, a.relatie_menuitem:visited
{
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 170px;
	padding: 2px 5px;
	background-color: #e3e4ff;
	float:left;
	margin-bottom: 1px;
}
a.relatie_menuitem:hover
{
	background-color: #f1f1ff;
}

a.menuitem:link, a.menuitem:active, a.menuitem:visited
{
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 190px;
	padding: 2px 5px;
	background-color: #e3e4ff;
}
a.menuitem:hover
{
	background-color: #f1f1ff;
}

a.menuitem_left:link, a.menuitem_left:active, a.menuitem_left:visited
{
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 2px 7px;
	float: left;
	margin-right: 3px;
}
a.menuitem_left:hover
{
	background-color: #e3e4ff;
}

a.menuitem_right:link, a.menuitem_right:active, a.menuitem_right:visited
{
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 2px 5px;
	float: right;
	margin-right: 3px;
}
a.menuitem_right:hover
{
	background-color: #e3e4ff;
}
