.lavaLampBottomStyle ul{
position: relative;
line-height: 50px;
width: 750px;
background-color: #ea2223;
padding: 0px;
margin: 23px 0 10px 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; /* future proofing */
-khtml-border-radius: 4px; /* for old Konqueror browsers */
border-left:1px solid rgb(255,255,255);
border-right:1px solid rgb(255,255,255);
min-height:51px;
}
.lavaLampBottomStyle ul li {
float: left;
list-style: none;
background:url(../images/sep.png) no-repeat right top;
padding:0 5px;
position:relative;
}
.lavaLampBottomStyle ul li.last { background:none;}

.lavaLampBottomStyle ul li.back {
width: 20px;
height: 51px;
z-index: 8;
position: absolute;
top:-1px;
background:url(../images/arrow.png) no-repeat top center;
}
.lavaLampBottomStyle ul li a {
font: 18px 'ColaborateRegular';
text-decoration: none;
color: #fff;
outline: none;
text-align: center;
top: 0px;
text-transform: uppercase;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
position: relative;
overflow: hidden;
margin: auto 10px;
line-height:51px;
text-shadow:0px 0px 1px rgba(0, 0, 0, 0.8);
}   
.lavaLampBottomStyle ul li a.noGo {
	cursor:default;
}
.lavaLampBottomStyle ul li a:active, .lavaLampBottomStyle ul li a:visited {
border: none;
text-shadow:none;
}
.lavaLampBottomStyle ul li a:hover {
border: none;
color:#000;
text-shadow:none;
}

/* Submenu */
.lavaLampBottomStyle li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0;
 margin: 0;
 z-index:1000;
 padding:0;
 margin:0;
 height:30px;
 min-height:30px;
}

.lavaLampBottomStyle li:hover > ul {
 display: block;
 width:202px;
 padding:0;
 margin:0;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px; /* future proofing */
-khtml-border-radius: 0px; /* for old Konqueror browsers */
}

.lavaLampBottomStyle li ul li, .lavaLampBottomStyle li ul li a {
 float: none;
 padding:0;
 margin:0;
}

.lavaLampBottomStyle li ul li {
	_display: inline; /* for IE6 */
	padding:0;
	margin:0;
	border-bottom:1px solid #ea2223;
	border-left: 1px solid #ea2223;
	border-right: 1px solid #ea2223;
}

.lavaLampBottomStyle li ul li a {
	width:180px;
	display: block;
	padding:0 0 0 20px;
	margin:0;
	height:30px;
	line-height:30px;
	font-size:14px;
	background-color: #fff;
	color: #ea2223;
	text-shadow:0px 0px 1px rgba(255, 255, 255, 0.8);
	text-align:left;
	background:#fff url(../images/red-arrow.png) no-repeat 5px center;
}

/* SUBSUB Menu */

.lavaLampBottomStyle li ul li ul {
 display: none;
}

.lavaLampBottomStyle li ul li:hover ul {
 left: 100%;
 top: 0;
}