@charset "UTF-8";

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	float:left;
	margin: 0;
	margin-left:58px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 103px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 103px;
	height:108px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.item_metwie, .item_strategie, .item_coaching, .item_medisch, .item_praktisch, .item9, .item_projecten, .item_doelstellingen, .item_members, .item_consultants {
	background-repeat:no-repeat;
	background-position:left top;
	margin: 0;
	padding: 0;
	padding-left:3px;
	padding-top:2px;
	line-height:1.1em;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100px;
	height:108px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#1f6aab;
	}

.item_metwie {
	background-image: url(../images/Menu/menu_touw.jpg);
}
.item_strategie {
	background-image:url(../images/Menu/menu_denker.jpg);
	}

.item_coaching {
	background-image: url(../images/Menu/menu_vlinder.jpg);
	}
.item_medisch {
	background-image:url(../images/Menu/menu_aesculaap.jpg);
	}

.item_praktisch {
	background-image:url(../images/Menu/logoBoar.gif);
	}
* html .item_praktisch{
	background-color:#1f6aab;
	height:131px;
	width:100px;
	margin-top:-2px;
}
.item9 {
	background-color:#1f6aab;
	color:#FFFFFF;
	width:100px;
}

.item_projecten{
	background-image:url(../images/menu-items/menu_gewichtjes.jpg)
}

.item_doelstellingen {
		background-image:url(../images/menu-items/Schietschijf3.jpg);
}

.item_members {
	background-image:url(../images/menu-items/menu_boartjes.jpg);
}

.item_consultants{
	background-image:none;
	padding-top:30px;/*deze padding is nodig, anders valt consultants over het vorige menu-item*/
	height:20px;
	color:#000066;
	text-align:center;
	font-size:0.7em;
}

.item_praktisch {
	background-image:url(../images/Menu/logoBoar.gif);
	height:135px;
	color:#fff;
	padding-top:4px;
	}
.item_praktisch a, .item_praktisch visited {
	color:#FFFFFF;
}

.item_projecten, .item_doelstellingen, .item_members {
	color:#ae7739;
}
	
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	/*margin: -5% 0 0 95%;*/
	margin:0% 0 0 99%;
	padding: 0;
	padding:0px 0px 20px 0px;/*!!!*/
	background-color:#FFF;/*!!!*/
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width:300px;/*als je deze wijzigt, kun de width van het 2e en 3e menu ook aanpassen*/
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 40px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width:300px; /*=breedte van 2e menulaag*/
	height:1em;
	background-color:#FFF;
}

ul.MenuBarVertical ul li a, ul.MenuBarVertical ul li visited{	
	color:#1f6aab;
	background-color:#FFF;
	width:300px;/*!!!*/
}

ul.MenuBarVertical ul li li
{
	width:300px; /*=breedte van 3e menulaag*/
	height:1em;
}

ul.MenuBarVertical ul li ul {
	margin-top:16px;
	margin-left:0px;/*was 95*/
	border-left:#CCCCCC 1px solid;
	background-color:#FFFFFF;
	padding-left:10px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	/*border: 1px solid #CCC;*/
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	/*border: 1px solid #CCC;*/
}
ul.MenuBarVertical a {
	display: block;
	cursor: pointer;
/*	padding: 0.1em 0.3em; als je hier padding zet, wordt het plaatje ook verschoven*/
	/*color:#4788c2;*/
	text-decoration: none;
	font-size:70%;
}


/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
	color:#000066;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {
	color:#000066;
	}


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	/*background-image: url(SpryMenuBarRight.gif);*/
/*	background-repeat: no-repeat;
	background-position;: 95% 50%;*/
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarRightHover.gif);*/
	/*background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

