/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position:absolute;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-left: 0px;
	margin-top: 17px;
	margin-left: 21px;
}
/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	margin-right:10px;
	margin-left:0px;
	position:relative;
	z-index:20;
}
.lavaLamp li img {
	margin-top: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	z-index: 8;
	position: absolute;
	height: 22px;
	margin:0;
	background-repeat: no-repeat;
	background-position: right;
	padding-right:7px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/tail.png);
}
.lavaLamp li.back .left {
	height: 22px;
	margin:0;
	padding-right:70px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/head.png);
}
/* Styles for each menu-item. */
.lavaLamp li a {
	z-index: 10;
	display: block;
	float:left;
	color:#dde4ea;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	overflow: hidden;
	line-height:21px;
	padding-left:15px;
	padding-right:15px;
	position:relative;
}
.arrowDown {
	background:url(../images/arrow_down.png) no-repeat scroll right center;
	margin-right:10px;
}
.lavaLamp li a:hover {
	color:#FFF;
}
.lavaLamp ul {
	display:none;
	left:0;
	position:absolute;
	top:20px;
	width:200px;
}
.lavaLamp ul {
	margin:0;
	padding:21px 0 0 0;
	list-style-type:none;
	list-style-position:outside;
	background-color:#2f2523;
	opacity:0.95;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #251a18;
}
.lavaLamp ul li {
	background-color:transparent;
	margin:0;
}
.lavaLamp li ul a {
	width:180px;
	height:auto;
	float:left;
	display:block;
	padding:10px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	line-height:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a6885e;
	text-transform: capitalize;
}
.lavaLamp li ul a:hover {
	background-color:#a6885e;
}
.lavaLamp ul ul {
	top:-1px;
}
.lavaLamp li ul ul {
	left:200px;
}
.lavaLamp li:hover ul ul, .lavaLamp li:hover ul ul ul, .lavaLamp li:hover ul ul ul ul {
	display:none;
}
.lavaLamp li:hover ul, .lavaLamp li li:hover ul, .lavaLamp li li li:hover ul, .lavaLamp li li li li:hover ul {
	display:block;
}
