@charset "utf-8";

.lavaLamp {
	position: relative;
	height: 29px; width: 540px;
	/*background: url("../img/bg.gif") no-repeat top;*/
	padding: 8px 32px; margin: 10px 0;
	overflow: hidden;
}

/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
}

/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background: url("../img/lava.png") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}

.lavaLamp li.back .left {
	background: url("../img/lava.png") no-repeat top left;
	height: 30px;
	margin-right: 9px;
}

/* Styles for each menu-item. */

.lavaLamp li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	font-size:1.1em;
	font-weight: bold;
	color: #992a14; outline: none;
	text-align: center;
	height: 30px; top: 7px;
	z-index: 10; letter-spacing: 0;
	float: left; display: block;
	margin: auto 10px;
}



/* Submenu */


ul#nav {
	z-index: 99;
	overflow:visible;
}

#nav ul {

  }

#nav li {
	width: auto;
	height: auto;
	display: block;

  }

#nav a {

  }

#nav li a:hover {
	
}

#nav li ul {
	width: 120px;
	top: 43px;
	position: absolute;
	background-image:url('../img/lavaul.png');
	left: -999em;

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li {  
	width: 120px;
	left: auto;
	text-align: left;
}

#nav li li a {
	width: 120px;
	line-height:1.2em;
	color: #992a14;
	margin: 0;
	padding: 6px 0 0 0;
}

#nav li li a:hover {
	color:#992a14;
	background-color:#fff;
}

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
	position: static;
}

#nav li.back {
	width: 9px; 
	height: 60px;
	z-index: -1;
	position: absolute;
	padding-right: 0px;
}

#nav li.back .left {
	height: 60px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	z-index: -1;
}



