.lavaLampWithImage { 	position: relative; 	height: 33px; 	background: #130199 url('../images/menu-top-bg.gif') repeat-x 0 0; 	padding: 0 0 3px 10px; 	overflow: hidden; 	margin:0; 	width:996px; } .lavaLampWithImage li { 	float: left; 	list-style: none; 	z-index: 9; } .lavaLampWithImage li.back { 	background: url('../images/lava.gif') no-repeat 100% -32px; 	width: 9px; 	height: 32px; 	z-index: 8; 	position: absolute; } .lavaLampWithImage li.back .left { 	background: url('../images/lava.gif') no-repeat 0 0; 	height: 32px; 	margin-right: 15px; /* 7px is the width of the rounded shape */ } .lavaLampWithImage li a { 	font-size:11px; 	color: #b8b7b7; 	line-height:32px; 	text-decoration: none; 	outline: none; 	text-align: center; 	z-index: 10; 	display: block; 	float: left; 	height: 32px; 	position: relative; 	overflow: hidden;    	padding: 0 10px; } .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li.current_page_item a { 	color: #fff; 	/*background: url('../images/topMenuHover.jpg') no-repeat 0 0;*/ 	background: #130199; 	padding: 0 10px; } 