/* CSS Document */

/* HORIZONTAL MENU --------------------------------------------------------------------- */
#horizontal_menu
{
	clear: both;
	float: left;
	display: block; 
	width: 1000px;
	
	margin-top: 20px;
	margin-left: 20px;
	font-size:16px;
}
#horizontal_menu a
{
	float: left;

	margin-right: 2px;
	margin-bottom: 20px;

	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;

	background-color: #959595;
	
	color: white;
	font-family: Myriad Pro, Arial;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

#horizontal_menu a:hover
{
	background-color: #BBBBBB;
	text-decoration: none;
}

#submenus
{
	clear: both;
	float: left;
	
	display: block;
	width: 1000px;
	height: 32px;
	
	/* border-bottom: 1px solid red; */
	background:transparent url(/InformCMS/images/bg_main.gif) repeat-x scroll 0 0;
}

#menuVormingplus, #menuActiviteiten, #menuProjecten, #menuMedia
{
	height: 30px;
	width: 500px;
	
	position: relative;

	display: none;
	float: left;
	
	z-index: 2;
}

#menuVormingplus a, #menuActiviteiten a, #menuProjecten a, #menuMedia a
{
	float: left;
	margin-right: 2px;

	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	
	color: white;
	font-family: Myriad Pro, Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;

	background-color: #AAAAAA;	
	border-top: 2px solid white;
}

#menuVormingplus a:hover, #menuActiviteiten a:hover, #menuProjecten a:hover, #menuMedia a:hover
{
	background-color: #BBBBBB;
}

#menuVormingplus
{
	left: 20px;
}
#menuActiviteiten
{
	left: 160px;
}
#menuProjecten
{
	left: 286px;
}
#menuMedia
{
	left: 401px;
}

/* END HORIZONTAL MENU --------------------------------------------------------*/