.lavaLampWithImage
{
	position: relative;
    height: 45px;
    width: 600px;
    background: url("../img/menubg.gif") no-repeat top;
    margin:0px;
	padding:0px;
	margin-left:20px;
    overflow: hidden;
}

.lavaLampWithImage li
{
	float: left;
	list-style: none;
	color: #666666;
}

.current
{
	color:#000000;
}

.lavaLampWithImage li.back
{
	background: url("../img/menu-arrow.gif") no-repeat center -30px;
	width: 9px;
	height: 40px;
	z-index: 8;
	position: absolute;
	text-align:center;
}

.lavaLampWithImage li.back .left
{
	background: url("../img/menu-arrow.gif") no-repeat bottom center;
	height: 40px;
	margin-right: 0px; /* 7px is the width of the rounded shape */
}

.lavaLampWithImage li a
{
	font: bold 14px arial;
	text-decoration: none;
	text-align: center;
	top: 0px;
	text-transform: lowercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 25px;
	margin-top:5px; 
}


.lavaLampWithImage li a:active, .lavaLampWithImage li a:visited
{
	color:#666666;
	border: none;
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li.current a
{
	color:#000000;
}

.lavaLampBottomStyle {
	position: relative;
    height: 35px;
    width: 920px;
    background: url("../img/menubg.gif") no-repeat bottom;
    margin:0px;
	padding:0px;
	margin-left:20px;
	/*margin-bottom:10px;*/
    overflow: hidden;
}

.lavaLampBottomStyle li {
float: left;
list-style: none;
}
        
.lavaLampBottomStyle li.back {
border-bottom: 5px solid #f97e1e;
width: 9px;
height: -25px;
z-index: 8;
position: absolute;
}

.lavaLampBottomStyle li a {
font: 14px arial;
text-decoration: none;
color: #000;
text-align: center;
top: 14px;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 35px;
position: relative;
overflow: hidden;
margin: auto 20px;
}

.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
border: none;
} 
