﻿/* Styles for the entire LavaLamp menu */.lavaLamp
{
	position: relative;
	top: 18px;
	left: 400px;
	height: 35px;
	width: 650px;
	background: url("bg.png") no-repeat top;
	padding: 15px 15px 15px 45px;
	margin: 30px 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.back
{
	background: url("../CSSImages/Menu/lava.gif") no-repeat right -46px;
	width: 50px;
	height: 46px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left
{
	background: url("../CSSImages/Menu/lava.gif") no-repeat top left;
	height: 46px;
	margin-right: 50px;
}
/* Styles for each menu-item. */.lavaLamp li a
{
	position: relative;
	overflow: hidden;
	text-decoration: none;
	font: bold 13px 'Trebuchet MS' , Arial, Sans-serif;
	color: #000;
	outline: none;
	text-align: center;
	height: 61px;
	top: 12px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: auto 15px;
	padding: 0 15px;
}