

/* LavaLamp Specific CSS: */

/* Demo 1 - Spaceship returnHome Demo */
#menu {
	position: relative;
	width: 1004px;
	padding: 15px;
	padding-right:0px;
	margin: 0px 0;
	overflow: hidden;
}
#menu li {
float: left;
list-style: none;
}
#menu li.backLava {
background: url("images/newbutton.gif") no-repeat right -35px;
width: 9px; height: 35px;
z-index: 8;
position: absolute;
}
#menu li.backLava .leftLava {
background: url("images/newbutton.gif") no-repeat top left;
height: 35px;
margin-right: 9px; /* 7px is the width of the rounded shape */
}
#menu li a {
	font: bold normal 15px Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: none;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height:35px;
	position: relative;
	overflow: hidden;
	margin: auto 8px;
	vertical-align: top;
}
#menu li a:hover, #menu li a:active, #menu li a:visited {
color: #fff;
border: none;
}


