/* Start of CMSMS style sheet 'CSS - DeLaarstukken - Menu' */
.lavaLampBottomStyle {
    position: relative;
    height: 30px;
    padding: 10px;
  	margin: 5px 0;
    overflow: hidden;
}
		
.lavaLampBottomStyle li {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
	height: 30px;
    color: #e6e6e6;
    float: left;
    list-style: none;
}
				
.lavaLampBottomStyle li.back {    
width: 100%;
    height: 35px;
    z-index: 8;
    position: absolute;
	background-image: url(images/menu_item_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
					
.lavaLampBottomStyle li a {
    font: bold 14px arial;
    text-decoration: none;
    color: #776841;
    outline: none;
    text-align: center;
    top: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
    display: block;
    float: left;
	height: 35px;
	position: relative;
	overflow: hidden;
	margin: auto 5px;
}
					
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}    
/* End of 'CSS - DeLaarstukken - Menu' */

