/*
 +-++-++-++-++-++-++-++-++-++-++-++-++-+
 |c||o||n||t||a||g||i||o||n||.||n||e||t|
 +-++-++-++-++-++-++-++-++-++-++-++-++-+
 */
 /* JQUERY PLUGIN STYLES */
 
 
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- NAVIGATION / LavaLamp <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.lavaLampWithImage {
	position: relative;
	height: 34px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	top: 15px;
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: center -30px;
}
.lavaLampWithImage li.back .left {
	background: url("../images/nav-arrow.gif") no-repeat top center;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	padding-top: 20px;
	top: 15px;
}
.lavaLampWithImage li a {
	text-decoration: none;
	color: #000000;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin-top: auto;
	margin-right: 8px;
	margin-bottom: auto;
	margin-left: 15px;
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
	text-shadow: #999 0 1px 0;
}
.lavaLampWithImage li a:hover {color:#C1272D;}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}

li.current, li.current a {color:#999999; text-shadow: #CCC 0 1px 0;}