/* CSS Document */

#menu{
	position			: relative;
	margin-left			: 20px;
	width				: 725px;
	height				: 25px;
	color				: #fff;
	background			: url("../img/bg-menu.jpg") no-repeat;
}

.lavaLamp ul{
	margin				:0px;
	padding				:0px;
}

.lavaLamp {
    position	: relative;
    height		: 25px;
	width		: 760px;
    padding		: 0px;
	margin		: 3px 0px 0px 20px;
    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 0px;
	height		: 20px;
	z-index		: 8;
	position	: absolute;
	margin-left	: 10px;
	margin-top	: 2px;
}

.lavaLamp li.back .left {
	background	: url("../image/lava.gif") no-repeat top;
	height		: 20px;
}

/* Styles for each menu-item. */
.lavaLamp li a {
	position	: relative;
	overflow	: hidden;
	text-decoration: none;
	font		: 13px Lucida Grande, Lucida Sans Unicode, Bitstream Vera Sans, Geneva, Helvetica, Arial, sans-serif;
	color		: #fff;
	outline		: none;
	text-align	: center;
	height		: 20px;
	top			: 0px;
	z-index		: 10;
	letter-spacing: 0;
	float		: left;
	margin		: auto 10px;
}