.lavaLampNoImage {
	position: relative;
	height: 40px;
	width: 925px;
	background: url(../images/new_menu_bg.gif) no-repeat; 
/*	padding: 15px;
	margin: 10px 0; */
	padding: 10px 5px 15px 15px;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 2px;
	}

.lavaLampNoImage li {
	float: left;
	list-style: none;
	}
    
.lavaLampNoImage li.back {
	border: 2px solid #e8e8e8/*#ccc /*#404040 */
/*	background-color: #e8e8e8; /*#00334d/*#5fa0d5; /*#e6e8ea */ ;
	width: 24px;
	height: 25px; 
	z-index: /*3*/8;
	position: absolute;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px; 
    border-radius: 8px;*/
 /*   box-shadow: 2px 2px 3px #fff;
    -webkit-box-shadow: 2px 2px 3px #fff;
    -moz-box-shadow: 2px 2px 3px #fff;*/
	padding: 0 0 1px 0;
	margin-top: 8px;
/*  ----- following is for a "wrapping" hover bg over the links that extends past top and bottom of menu bar bg ----- 
	padding: 0 0 28px 0;
	margin-top: -6px; */
	}
	
.lavaLampNoImage li.back .leftLava {
background: url(../images/slider-bg.jpg) no-repeat top left;
height: 100%;
margin-right:24px;}

.lavaLampNoImage li.back .cornerLava {
background: url(../images/slider-corner.jpg) no-repeat bottom right;
height:27px;
width:24px;
position:absolute;
bottom:0px;
right:0px;
}
.lavaLampNoImage li.back .bottomLava {
background: url(../images/slider-bottom.jpg) no-repeat bottom left;
height:27px;
width:100%;
position:absolute;
bottom:0px;
left:0px;
}

					
.lavaLampNoImage li a {
	font: bold 15px Arial;
	text-decoration: none;
	color: #FFF;
	outline: none;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 32px;
	position: relative;
	overflow: hidden;
	margin: auto 35px;
	}					
		
		
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active  {
	border: none;
/*	color: #F8F130; */
/*	color: #FAD611; */
	color: #FFDF2F; 
	}
	

.lavaLampNoImage li ul li a		{ 
	font-size: 				11px;
/*	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black; */
	padding: 5px;
	text-align: center;
					}
					

/* #siteNav li ul li.long	{ width: 200px; } */

.lavaLampNoImage li > ul {
	top:					auto;
	left:					auto;
}

.lavaLampNoImage li:hover ul {
	display:				block; 
}
