﻿/* Styles for the entire LavaLamp menu */
.lavaLamp
{
	position: relative;
	height: 29px;
	width: 750px;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
	padding-left: 100px;
}
/* Force the list to flow horizontally */
.lavaLamp li
{
	float: left;
	list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back
{
	border: 1px solid #000;
	background-color: #840A09;
	width: 9px;
	height: 20px;
	z-index: 8;
	position: absolute;
}
/* Styles for each menu-item. */
.lavaLamp li a
{
	padding: 0 5px 0 5px;
	outline: none;
	text-align: center;
	top: -1px;
	line-height:20px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 50px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}

.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited
{
	border: none;
}
