/* Styles for the entire LavaLamp menu */
.lavaLampWithImage {
	position: relative;
	float: right;
	height: 20px;
	padding: 6px;
 	margin: 0;
	right: 15px;
	top: 6px;
}

.lavaLampWithImage li {
	float: left;
   	list-style: none;
	background-color: transparent;
	width: auto;
}

.lavaLampWithImage li.back {
	background: url("../images/lava.png") no-repeat right -20px;
	width: 6px; 
	height: 20px;
	z-index: 8;
	position: absolute;
	background-color: transparent;
}

.lavaLampWithImage li.back .left {
	background: url("../images/lava.png") no-repeat top left;
   height: 20px;
   margin-right: 6px; /* 6px is the width of the rounded shape */
	background-color: transparent;
}

.lavaLampWithImage li a {
	font-size: 14px;
	font-weight: normal;
   text-decoration: none;
   color: #0282db;
   outline: none;
   text-align: center;
   top: 1px;
   text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
   display: block;
   float: left;
   height: 20px;
   position: relative;
   overflow: hidden;
   margin: auto 10px;   
	background-color: transparent; 
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
	background-color: transparent;
	background: none;
}




.lavaLampWithImage li ul.subnavigatie {
	display: none;
	margin-top: 30px;
	
}
.lavaLampWithImage li:hover ul.subnavigatie {
	clear:left;
	display:block;	
	background-color: #e2ecf4;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 4px;
	position: relative;	
	margin-top: 30px;
	width: 121px;
	
}
.lavaLampWithImage li ul.subnavigatie li {
	clear:left;
	text-align: left;	
}
.lavaLampWithImage li ul.subnavigatie li a:link, .lavaLampWithImage li ul.subnavigatie li a:visited {
	clear:left;
	position:relative;
	z-index:1000;
	font-size: 11px;
	width: 121px;
	text-align: left;
}
.lavaLampWithImage li ul.subnavigatie li:hover a, .lavaLampWithImage li ul.subnavigatie li a:active, .lavaLampWithImage li ul.subnavigatie li a:hover {
	clear:left;
	position:relative;
	z-index:1000;
	font-size: 11px;
	width: 121px;
	text-align: left;
	color: black;
}


                    
                    
