/* Styles for the entire LavaLamp menu */
.lavaLampBack {
    background: url("/img/bglava.png") no-repeat top;	
	width: 988px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
}

.lavaLamp {
    position: relative;
    height: 29px; 
	width: 971px;
	margin: auto auto 6px auto;
    padding: 2px 0 2px 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("/img/lava.gif") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left {
	background: url("/img/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 15px;
}

/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	outline: none;
	text-align: center;
	height: 30px;
	top: 7px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	margin: auto 15px;
}

.lavaLamp li a:hover {
	color: #ddd;
}

.lavaLamp li a.active {
	color: #ddd;
}


/* Styles for the entire lavaLampUSA menu */
.lavaLampBackUSA {
    background: url("/img/bglava.png") no-repeat top;	
	width: 988px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
}

.lavaLampUSA {
    position: relative;
    height: 29px; 
	width: 971px;
	margin: auto auto 6px auto;
    padding: 2px 0 2px 0; 
    overflow: hidden;
}
/* Force the list to flow horizontally */
.lavaLampUSA li {
	float: left;
	list-style: none;
}

/* Represents the background of the highlighted menu-item. */
.lavaLampUSA li.back {
	background: url("/img/lava.gif") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampUSA li.back .left {
	background: url("/img/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 15px;
}

/* Styles for each menu-item. */
.lavaLampUSA li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	outline: none;
	text-align: center;
	height: 30px;
	top: 7px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	margin: auto 17px;
}

.lavaLampUSA li a:hover {
	color: #ddd;
}

.lavaLampUSA li a.active {
	color: #ddd;
}
