a#magazine{ float: right; clear: right; margin-right: 10px;}

div#menu
{
	text-align: center;
	border-bottom: 1px solid #444444;
	margin-top: 20px;
	padding-bottom: 3px;
}

div#menu a
{
	font-size: 12px;
	color: white;
	background: #444444 url(../images/bcorner.gif) no-repeat;
	padding: 3px 12px 3px 12px;
	
	margin: 0px;
	text-decoration: none;
}

div#menu a:hover
{
	color: white;
	background: #f1942d url(../images/bcornero.gif) no-repeat;
}


div.menu_dropdown
{
	position: absolute;
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	background: #f1942d;
	display: none;
}

div.menu_dropdown a
{
	display: block;
	color: black;
	background: #f2f0f0;
	text-decoration: none;
	border-bottom: 1px solid #c5c5c5;
	padding: 3px 8px 3px 8px;
}
div.menu_dropdown a:active{color: black;}
div.menu_dropdown a:visited{color: black;}
div.menu_dropdown a:hover
{
	display: block;
	color: #ff6600;
	background: white url(../images/gr_menuitem.gif) repeat-x top;
	border-bottom: 1px solid #c5c5c5;
}

div#beheer{ position: absolute; left: 50%; top: 140px; margin-left: 225px; background: #444444; padding: 5px; width: 225px;}
div#beheer a{ display: block;}
