.lavaLampBottomStyle {
            position: relative;
            height: 30px;
            background-color: #194261;
            padding: 3px;
			padding-top: 15px;
			margin: auto;
            overflow: hidden;
            border: none;
}
.lavaLampBottomStyle li {
			float: left;
	        list-style: none;
			border-right: 1px solid #FFF;
			border-left: 1px solid #FFF;
			width: 107px;
}
/* ez az aláhúzás */
.lavaLampBottomStyle li.back {
			border-bottom: 5px solid;
			border-right: none;
			border-left: none;
			border-color: #4f9ed6;
			width: 2px;
            height: 30px;
            z-index: 8;
			position: absolute;
}
/* az összes elem stílusa */
.lavaLampBottomStyle li a {
            position: relative;
            font: bold 11px verdana;
            text-decoration: none;
            color: #FFFFFF;
            outline: none;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 10;
            z-index: 10;
            display: block;
            float: left;
            height: 56px;
            overflow: hidden;
			width: 107px;
}   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
            border: none;
}
