@charset "UTF-8";
/* CSS Document */

/* Menu
*
*/

div.menuitem {
	position: relative;
	height: 55px;
	float: left;
}

#menu_logo {
	width: 190px;
	text-align:left;
}

#menu_streep {
	width: 1px;
}

#menu_home {
	width:61px;
	background-image:url(../images/menuitems_home_normal.jpg);
}

#menu_organisatie {
	width:99px;
	background-image:url(../images/menuitems_organisatie_normal.jpg);
}

#menu_diensten {
	width:78px;
	background-image:url(../images/menuitems_diensten_normal.jpg);
}

#menu_vloot {
	width:61px;
	background-image:url(../images/menuitems_vloot_normal.jpg);
}

#menu_nieuws {
	width:122px;
	background-image:url(../images/menuitems_nieuws_normal.jpg);
}

#menu_betrokkenen {
	width:108px;
	background-image:url(../images/menuitems_betrokkenen_normal.jpg);
}

#menu_contact {
	width:75px;
	background-image:url(../images/menuitems_contact_normal.jpg);
}

#menu_home_sub {
	/* display: none; */
	position: absolute;
	left: 0px;
	top: 55px;
	width:180px;
}

#menu_organisatie_sub {
	/* display: none; */
	position: absolute;
	left: 0px; 
	top: 55px;
	width:180px;
}

#menu_diensten_sub {
	/* display: none; */
	position: absolute; 
	left: 0px; 
	top: 55px;
	width:180px;
}

#menu_vloot_sub {
	/* display: none; */
	position: absolute; 
	left: 0px; 
	top: 55px;
	width:180px;
}

#menu_nieuws_sub {
	/* display: none; */
	position: absolute; 
	left: 0px; 
	top: 55px; 
	width:180px;
}

#menu_contact_sub {
	/* display: none; */
	position: absolute; 
	left: 0px; 
	top: 55px; 
	width:180px;
}

#menu_betrokkenen_sub {
	/* display: none; */
	position: absolute; 
	left: 0px; 
	top: 55px; 
	width:180px;
}


/* Menuhover class voor achtergrond veranderen bij hover */
#menu_home.menuhover {
	background-image:url(../images/menuitems_home_hover.jpg) !important;
}

#menu_organisatie.menuhover {
	background-image:url(../images/menuitems_organisatie_hover.jpg) !important;
}
			
#menu_diensten.menuhover {
	background-image:url(../images/menuitems_diensten_hover.jpg) !important;
}

#menu_vloot.menuhover {
	background-image:url(../images/menuitems_vloot_hover.jpg) !important;
}

#menu_nieuws.menuhover {
	background-image:url(../images/menuitems_nieuws_hover.jpg) !important;
}

#menu_betrokkenen.menuhover {
	background-image:url(../images/menuitems_betrokkenen_hover.jpg) !important;
}

#menu_contact.menuhover {
	background-image:url(../images/menuitems_contact_hover.jpg) !important;
}
			
a.submenu_item {
	width:170px;
	display:block;
	background-color:#28440d;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	padding-left:10px;
	padding-top:7px;
	height:23px;
	vertical-align:middle;
}

a.submenu_item:hover {
	text-decoration: none;
	background-color:#84aa00;
}

#menu_container {
	height: 55px; 
	background-color: #004400;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	position: relative; 
	z-index: 100;
}


/* ZOEKBALK */

#zoekbalk {
	width:145px;
	height:22px;
	margin-left:12px;
	margin-top:22px;
}

input.zoeken_invoerveld {
	width:114px;
	height:14px;
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	float:left;
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

input.zoeken_knop {
	width:20px;
	height:22px;
	margin-left:2px;
	float:left;
}

