/* LavaLamp Specific CSS: */
body {
	margin: 0px;
	padding: 0px;
}
/* Demo 1 - Spaceship returnHome Demo */
#lavaLampBasicImage {
	position: relative;
	width: 950px;
	overflow: hidden;
	height:38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 8px;
	padding-top: 0px;
	padding-left: 8px;
	padding-bottom: 0px;
	background-image: url(../images/menu/bg_menu_center.png);
	background-repeat: no-repeat;
	background-position: top;
}


#lavaLampBasicImage li {
float: left;
list-style: none;
}
#lavaLampBasicImage li.backLava {
	background: url("../images/lava.png") no-repeat right -20px;
	width: 9px;
	height: 38px;
	z-index: 8;
	position: absolute;
	margin-top: 0px;
}
#lavaLampBasicImage li.backLava .leftLava {
	background: url("../images/lava.png") no-repeat top left;
	height: 38px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#lavaLampBasicImage li a {
	text-decoration: none;
	color:#CCC;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 38px;
	position: relative;
	overflow: hidden;
	margin-bottom: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: auto;
}
#lavaLampBasicImage #lavaLampBasicImage li a:visited
{
	color: #CCC;
	border: none;
	}
#lavaLampBasicImage li a:hover, li a:active  {
	color: #FFF;
	border: none;
}


/*################################################################################*/



/* Demo 1 - Spaceship returnHome Demo */
#lavaLampBasicImage-menu2{
	position: relative;
	width: 640px;
	overflow: hidden;
	height:38px;
	background-image: url(../images/bg-menu-2.png);
	background-repeat: no-repeat;
	background-position: right top;
}


#lavaLampBasicImage-menu2 li {
float: left;
list-style: none;
}
#lavaLampBasicImage-menu2 li.backLava {
	background: url("../images/lava-2.png") no-repeat right -20px;
	width: 9px;
	height: 38px;
	z-index: 8;
	position: absolute;
}
#lavaLampBasicImage-menu2 li.backLava .leftLava {
	background: url("../images/lava-2.png") no-repeat top left;
	height: 38px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#lavaLampBasicImage-menu2 li a {
	text-decoration: none;
	color: #666;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 38px;
	position: relative;
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: auto;
}
#lavaLampBasicImage-menu2 li a:hover {
	color: #000;
	border: none;
}
