#nav {
	position:absolute;
	top: 65px;
	right: 0;
	margin: 0;
	padding:0;
  }
     
.lavaLamp {
	 position: relative;
	 height: 29px;
	 _width: 321px;
	 padding: 15px;
	 margin: 15px 0;
	 /*overflow: hidden;*/
}
.lavaLamp li {
	 float: left;
	 list-style: none;
}

.lavaLamp li.back {
	 background: url("../images/lava.gif") no-repeat right -30px;
	 width: 9px; 
	 height: 30px;
	 z-index: 8;
	 position: absolute;
}

.lavaLamp li.back .left {
	position: relative;
	 background: url("../images/lava.gif") no-repeat top left;
	 height: 30px;
	 margin-right: 9px; /* 7px is the width of the rounded shape */
	 z-index: 9;
}

.lavaLamp li a {
	 font: bold 16px arial;
	 text-decoration: none;
	 color: #FBDEB2!important;
	 outline: none;
	 text-align: center;
	 top: 5px;
	 text-transform: uppercase;
	 letter-spacing: 0;
	 z-index: 10;
	 display: block;
	 float: left;
	 height: 30px;
	 position: relative;
	 overflow: hidden;
	 margin: auto 0;    
	 padding: 0 15px;
}

.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
	 border: none;
}