/* Styles for the entire LavaLamp menu */ 
/*.lavaLamp {
    position: relative;
    height: 29px; width: 421px;
    background: url("../image/bg.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}*/ 
/* Force the list to flow horizontally */ /*
.lavaLamp li {
        float: left;
        list-style: none;
    }*/ 
/* Represents the background of the highlighted menu-item. */
.lavalamp li.backLava {
	background: #666;
	height: 6px !important;
	z-index: 8;
	position: absolute;
	margin-top: 39px;
	margin-left: 0 !important;
}

.lavalamp li.back .left {
	background: #666;
	height: 6px;
}
/*
#menu li.backLava .leftLava {
	background: #666;
	height: 100%;
	margin-right:24px;
}
#menu li.backLava .cornerLava {
	background: #666;
	height:27px;
	width:24px;
	position:absolute;
	bottom:0px;
	right:0px;
}
#menu li.backLava .bottomLava {
	background: #666;
	height:27px;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}

/* Styles for each menu-item. */ /*.lavaLamp li a {   
	position: relative; overflow: hidden;
   	text-decoration: none;
    text-transform: uppercase;
    font: bold 14px arial;
    color: #fff; outline: none;
    text-align: center;
    height: 30px; top: 7px;
    z-index: 10; letter-spacing: 0;
    float: left; display: block;
    margin: auto 10px;
}*/