#menu 
{
	z-index:1;
	width:100%;
	height:55px;
	padding:0px;
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", Arial;
	font-size:13px;
}

#menu_bar
{
	list-style-type:none;
	padding:0px;
	margin:0px;
	width:100%;
	z-index:1;
	height:30px;

}


#menu_bar li 
{
	margin:5px 4px 0px 4px;
	float:left;
	padding:0px;
	height:25px;
	line-height:25px;
	padding-right:10px;

}

#menu_bar li a
{	
	font-weight:bold;
	float:left;
	display:block;
	height:25px;
	padding-left:10px;
}


li.h_off
{
	background:url(images/door_right_off.gif) no-repeat bottom right;
}

li.h_off a
{
	background:url(images/door_left_off.gif) no-repeat bottom left;
}

li.h_on
{
	background:url(images/door_right.gif) no-repeat bottom right;
}

li.h_on a
{
	color:white;
	background:url(images/door_left.gif) no-repeat bottom left;
}

li.h_on a:hover
{
	text-decoration:none;
}

li#h_inloggen, li#h_profiel
{
	line-height:30px;
	margin-top:0px;
	height:30px;
	background:url(images/door_right_yellow.gif) no-repeat top right;
}

li#h_inloggen a, li#h_profiel a
{
	font-size:13px;
	line-height:30px;
	height:30px;
	color:black;
	background:url(images/door_left_yellow.gif) no-repeat bottom left;

}

li#h_profiel.h_on 
{
	background:url(images/door_right_hover.gif) no-repeat bottom right;
}

li#h_profiel.h_on a
{
	color:white;
	background:url(images/door_left_hover.gif) no-repeat bottom left;
}


ul#menu_subs
{
	font-size:13px;
	height:25px;
	padding:0px;
	margin:0px;
	background-color:#00aeef;
}

ul#menu_subs li
{
	height:25px;
	
	float:left;
	padding:0px;

}

ul#menu_subs li ul
{
	height:25px;
	list-style-type:none;
	float:left;
	margin:0px 5px 0px 5px;
	padding:0px;
	line-height:25px;
	color:white;
}

ul#menu_subs li ul li
{
	float:left;
	height:25px;
	line-height:25px;
	margin:0px 0px 0px 5px;	
}


li.s_off
{
	display:none;
}

li.s_on
{	

	color:white;
	display:block;
	height:25px;
	line-height:25px;
}

li.s_on a
{
	color:white;
	float:left;
	display:block;
	height:19px;
	margin-top:3px;
	border-left:1px solid #86DBFA;
	padding-left:5px;
	line-height:19px;
}
li.s_on a:hover{
	
	/*text-decoration:none;*/
}

