/* --------------------------------	*/
/* menu							 	*/
/* --------------------------------	*/
#menu	{
	width				: 936px;
	height				: 25px;
	background-color	: #c7d4e7;
	margin				: 0 auto;
}
#menu ul {
	position			: relative;
	left				: 63px;
	height				: 25px;
	width				: 830px;
}
#menu ul li {
	margin				: 0 0 0 -4px;
	height				: 25px;
	float				: left;
}

#menu ul li a {
	position			: relative;
	display				: block;
	text-indent			: -900em;
	overflow			: hidden;
	height				: 25px;	
}

/* items */
#menu ul li a.home {
	background			: url(../img/menu_home_bg.gif) no-repeat left top;
	width				: 59px;
	z-index				: 8;
}
#menu ul li a.uitrusting {
	background			: url(../img/menu_garageuitrusting_bg.gif) no-repeat left top;
	width				: 149px;
	z-index				: 7;
}
#menu ul li a.expresse {
	background			: url(../img/menu_expressedienst_bg.gif) no-repeat left top;
	width				: 127px;
	z-index				: 6;
}
#menu ul li a.bosch {
	background			: url(../img/menu_boschdienst_bg.gif) no-repeat left top;
	width				: 110px;
	z-index				: 5;
}
#menu ul li a.automaterialen {
	background			: url(../img/menu_automaterialen_bg.gif) no-repeat left top;
	width				: 132px;
	z-index				: 4;
}
#menu ul li a.aanbiedingen {
	background			: url(../img/menu_aanbiedingen_bg.gif) no-repeat left top;
	width				: 112px;
	z-index				: 3;
}
#menu ul li a.nieuws {
	background			: url(../img/menu_nieuws_bg.gif) no-repeat left top;
	width				: 74px;
	z-index				: 2;
}
#menu ul li a.contact {
	background			: url(../img/menu_contact_bg.gif) no-repeat left top;
	width				: 81px;
	z-index				: 1;
}

#menu ul li.actief a, #menu ul li a:hover {
	background-position: left bottom; 
}

/* --------------------------------	*/
/* submenu						 	*/
/* --------------------------------	*/
#submenu	{
	width				: 185px;
	float				: left;
	padding				: 5px 0 0 0;
	font-size			: 0.85em;
}
#submenu ul	{
	margin				: 0 0 20px 0;
}
#submenu ul ul	{
	margin				: 0;
}
#submenu li	{
	display				: block;
}

#submenu li a	{
	display				: block;
	background			: #1e4d93 url(../img/submenu_kop1_bg.gif) no-repeat left top;
	padding				: 0 5px 0 27px;
	line-height			: 22px;
	color				: #FFF;
	margin				: 0 0 4px 0;
	zoom				: 1;
}
#submenu li a:hover, #submenu li a.selected, #submenu li h3.selected a 	{
	background			: #1e4d93 url(../img/submenu_kop1_bg_actief.gif) no-repeat left top;
}

#submenu li li a, #submenu li.actief li a	{
	background			: #dbe4f0 url(../img/submenu_kop2_bg.gif) no-repeat left top;
	color				: #3a5e92;
	font-weight			: normal;
	border-bottom		: 1px solid #ced9ea;
	text-decoration		: none;
}
#submenu li li a:hover	{
	text-decoration		: underline;
	background			: #dbe4f0 url(../img/submenu_kop2_bg_h.gif) no-repeat left top;
}	
#submenu li li.actief a, #submenu li li.actief a:hover	{
	background			: #FFF url(../img/submenu_kop2_bg_actief.gif) no-repeat left top;
	border				: 0;
}


#submenu .home_openingstijden {
	padding				: 10px 0 0 0;
	color				: #3b5c92;
}

#submenu .home_openingstijden p {
	padding				: 0 0 0 15px;
}

#submenu .home_openingstijden p.aanmelden {
	padding				: 0 0 20px 0;
}


