
ul#menu li a{
  	display:block;
	 padding:3px 5px 3px 5px; 
	color:#fff;
	text-decoration:none;
	position: relative; /* must have position set to anything other than static to use z-index */
    z-index: 5; /* 5 layers above all normal elements */


}
ul#menu li a:hover {
    color:#efefef;
}

ul#menu li.backLava {
	position:absolute;
	z-index: 3;
   background-color:#cdcdcd;
 /*    background: url("../images/slider-right.gif") no-repeat top right;*/


    border:2px solid #000000;
	 -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
    box-shadow: 2px 2px 3px #000;
    -webkit-box-shadow: 2px 2px 3px #000;
    -moz-box-shadow: 2px 2px 3px #000;

}


/*
ul#menu li.backLava div.leftLava {
    background: url("images/slider-bg.gif") no-repeat top left;
    height: 100%;
    margin-right:24px;
}
ul#menu li.backLava div.cornerLava {
    background: url("../images/slider-corner.gif") no-repeat bottom right;
    height:27px;
    width:24px;
    position:absolute;
    bottom:0px;
    right:0px;
}
ul#menu li.backLava .bottomLava {
    background: url("../images/slider-bottom.gif") no-repeat bottom left;
    height:27px;
    width:100%;
    position:absolute;
    bottom:0px;
    left:0px;
}
*/
