.lavaLampWithImage {
	position:relative;
	height:24px;
	padding:0;
	overflow:hidden;
	margin:0;
	width:960px;
	top:7px;
}
.lavaLampWithImage li {
	float:left;
	list-style:none;
	z-index:9;
	height:24px;
	margin-right:12px;
}
.lavaLampWithImage li.back {
	background:url('/perfumes-images/lava.gif') no-repeat 100% -24px;
	width:9px;
	height:24px;
	z-index:8;
	position:absolute;
	padding-right:7px;
}
.lavaLampWithImage li.back .left {
	background:url('/perfumes-images/lava.gif') repeat-x 0 0;
	height:24px;
	margin-right:0; /* 7px is the width of the rounded shape */
	padding-left:7px;
}
.lavaLampWithImage li a {
	color:#93037a; /* Top Links Color */ 
	text-decoration:none;
	outline:none;
	text-align:center;
	z-index:11;
	display:block;
	float:left;
	font:bold 12px Arial, Helvetica, sans-serif;
	height:24px;
	line-height:23px;
	position:relative;
	overflow:hidden;
	margin-left:9px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li.current_page_item a {
	color:#93037a; /* Top Links Hover */
	text-decoration:underline;
}
