.lavaLampWithImage {
	position: relative;
	height: auto;
	width: 890px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background: url("../images/lava.gif") no-repeat right -30px;
	width: 9px; 
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background: url("../images/lava.gif") no-repeat top left;
	height: 29px;
/* margin-right: 7px;  7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	font: bold 11px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	padding-left:15px; 
	padding-right:15px; 
	height:29px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}









div.dialogBackground {
	background: white;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	filter:alpha(opacity=10); 
	-moz-opacity: 0.1; 
	opacity: 0.5;
	z-index:999;
}

div.dialogBox {
	border:5px solid black;
	background:white;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:0px;
	width:340px;
	height:40px;
	z-index:1000;
	
	font: bold 15px arial;
	color:#324252;
	padding:10px;
}

.close {
	font-family:Arial;
	font-size:12px;
	color:#277A9C;
	text-decoration:none;
}
.close A {
	color:#277A9C;
	text-decoration:none;
}
.close A:hover {
	color:#277A9C;
	text-decoration:underline;
}

