/* hoofd containers */


.module{
}

.box_menu { 
	height:20px; 
	background-color:#000000;
	padding:1px;
	padding-bottom:2px;
	text-align:right;
	width:180px;
	padding-top:5px;
}

.box_menu_selected { 
	height:20px;
	padding-top:6px;
	background-color:#7D7C7C;
	padding:1px;
	padding-bottom:2px;
	text-align:right;
	width:180px;
}

.sub_box_menu { 
	height:18px; 
	padding-bottom:4px;
	padding-top:1px;
	text-align:right; 
}

