/* CSS Document */

.mainMenu{
	height:62px;
	position:relative;
	z-index:1;
	}
	
.lavaLampWithImage {
	position:relative;
	float:left;
	height:47px;
	width:805px;/*width = 851px - padding - end pieces*/
	background:url(../images/navElements/nav_rpt.png) repeat-x;
	padding:15px 15px 0 15px;
	overflow: hidden;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background:url(../images/lava_right.gif) no-repeat right;
	width: 9px;
	height: 29px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background:url(../images/lava_left.gif) no-repeat left;
	height: 29px;
	margin-right: 9px; /* 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;
	height: 29px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}

.lavaLampBottomStyle {
	position: relative;
	z-index:0;
	top:-5px;
	height: 40px;
	width: 815px;
	background:#e0e2e2;
	padding:0 15px;
	overflow: hidden;
	margin:0 auto;
}
.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}
.lavaLampBottomStyle li.back {
	background:url(../images/arrow_submenu.gif) no-repeat center bottom;
	width: 9px;
	height: 40px;
	z-index: 8;
	position: absolute;
}
.lavaLampBottomStyle li a {
	font: bold 12px arial;
	text-decoration: none;
	color: #058fcf;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 290px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}
