@charset "UTF-8";
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}

.NavKlapVanDeMolen {
	background: url(../images/voorstellingen/_NavBarVoorstellingen/WiekenKlein.png) no-repeat 92%;
z-index:4;}
.NavLekkerThuis {
z-index:2;
	background-image: url(../images/voorstellingen/_NavBarVoorstellingen/HuisVoorHarry.png);
	background-repeat: no-repeat;
	background-position: 92%;
}
.NavDeMopperkont {
z-index:1;
	background-image: url(../images/voorstellingen/_NavBarVoorstellingen/Eend.png);
	background-repeat: no-repeat;
	background-position: 91%;
}
.NavBoe_k {
z-index:1;
	background-image: url("../images/voorstellingen/_NavBarVoorstellingen/Boe_k.png");
	background-repeat: no-repeat;
	background-position: 91%;
}
.NavNestjeBoompje {
z-index:3;
	background-image: url("../images/voorstellingen/_NavBarVoorstellingen/NestjeBoompjeBeestje.png");
	background-repeat: no-repeat;
	background-position: 92%;
}
.NavVooruitMetDeGeit {
z-index:5;
	background-image: url(../images/voorstellingen/_NavBarVoorstellingen/GeitjeInHetStro.png);
	background-repeat: no-repeat;
	background-position: 92%;
}

.NavFeest {
	background: url(../images/voorstellingen/_NavBarVoorstellingen/Feest.png) no-repeat 92%;
z-index:6;}

.NavWaarIsPietjeNu {
	background: url(../images/voorstellingen/_NavBarVoorstellingen/WaarIsPietjeNu.png) no-repeat 92%;
z-index:10;}

#VoorstellingsNav {
	top: 27px;
	position: relative;
	font-size: 20px;
}

#VoorstellingsNav ul {
	list-style: none;
	text-align: left;
}

#VoorstellingsNav ul li {
	padding: 2px;
	text-indent: 5%;
	font-weight: bolder;
	line-height: 50px;
	width: 85%;
	color: rgb(0,51,51);
}

#VoorstellingsNav ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	border: 1px solid rgb(0,0,0);
	width: 100%;
	line-height: 50px;
	border-radius: 10px 0px 0px 0px;
	z-index: 10;
	font-weight: bold;
	text-decoration: none;
}

#VoorstellingsNav ul li a:link, #VoorstellingsNav ul li a:visited {
	color: rgb(0,51,51);
	font-size: 100%;
}

#VoorstellingsNav ul li a:hover, #VoorstellingsNav ul li a:active {
	color: rgb(254,0,0);
	letter-spacing: 2px;
	word-spacing: 2px;
	display: block;
	font-style: oblique;
	font-size: 125%;
	line-height: 50px;
	width: 110%;
	text-shadow: 1px 1px rgb(0,0,0); /* The Fallback */
	text-shadow: 1px 1px rgba(0,0,102,0.5);
	background: rgb(102,204,255); /* The Fallback */
	background: rgba(102,204,255,1) url(../images/voorstellingen/_NavBarVoorstellingen/RodeBalLinks.png) no-repeat 93%;
	border-radius: 0px 0px 11px 0px;
	-webkit-transition: width 0.3s ease-in-out 0s, background-color 0.5s ease-in-out 0s;
	-moz-transition: width 0.3s ease-in-out 0s, background-color 0.5s ease-in-out 0s;
	-ms-transition: width 0.3s ease-in-out 0s, background-color 0.5s ease-in-out 0s;
	-o-transition: width 0.3s ease-in-out 0s, background-color 0.5s ease-in-out 0s;
	transition: width 0.3s ease-in-out 0s, background-color 0.5s ease-in-out 0s;
	text-decoration: none;
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}

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

 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;
	filter:alpha(opacity 0.1);
}
