.lavaLampWithImage 
{
  position: relative;
  height:100px;
  /*height: 100px;
  width: 421px;
  padding: 15px;
  margin: 10px 0;*/
  overflow: hidden;
}

.lavaLampWithImage li 
{
   float: left;
   list-style: none;
   padding-left:40px;
   /*padding-right:20px;
   background-image:url("menuseperator.png");
   background-repeat:no-repeat;*/
}

.lavaLampWithImage li.back 
{
    /*background: url("lavalamp.png") no-repeat right -30px;*/
    background-image:url("lavalamp.png");
    background-repeat:no-repeat;
    background-position:center top;
    /*width: 57px; 
    height: 26px;*/
    height:100px;
    z-index: 8;
    position: absolute;
}

/*.lavaLampWithImage li.back .left 
{
    background-image:url("lavalamp.png");
    background-repeat:no-repeat;
    background-position:center top;
    height: 100px;*/
	/*margin-right: 9px;*/ /* 7px is the width of the rounded shape */
/*}*/

.lavaLampWithImage li a 
{
	font-family:Georgia,
             "Nimbus Roman No9 L",
             serif;
   font-size:25px;
   text-decoration: none;
   color: #eaedf4;
   outline: none;
   text-align: center;
   top: 7px;
   letter-spacing: 0;
   z-index: 10;
   display: block;
   float: left;
   /*height: 30px;*/
   position: relative;
   overflow: hidden;
   padding-top:8px;
   /*margin: auto 10px;   */ 
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active
{
   border: none;
   color: #ffffff;
}  

.lavaLampWithImage .current a
{
   border: none;
   color: #ffffff;
}

.menudesc
{
	font-size:8pt;
	text-align:left;
	padding-top:3px;
	/*font-family:Verdana;*/
	text-decoration:none;
	border:none;
	line-height:1.1em;
	/*width:300px;*/
	font-family:Arial;
} 

.menutext
{
	padding-top:5px;
	text-align:left;
}

