div.menu
{
	width: 159px;
	font-family: tahoma,Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
}

div.menu div
{
	overflow: hidden;
}

div.menu div a
{
	display: block;
	padding: 2px 0 2px 10px;
	border-bottom: 0px solid #ddd;
	
	color: white;
	background-color: #E31A22;
	
	text-decoration: none;
}

div.menu div a:hover
{
	text-decoration: underline;
}

table.sdmenu tbody tr td
{
	padding: 2px;
	background-repeat: no-repeat;
}

a.navigatie
{
	color: white;
	text-decoration: none;
}

a.navigatie:hover
{
	text-decoration: underline;
}
