/* Styles for the entire LavaLamp menu */
.lavaLamp {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "Nimbus Sans L", sans-serif;
	position: relative;
	/*width: 780px;*/
	padding-bottom: 5px;
	height: 30px;
	background-color: #F2F2EA;
	background-image: url(images/fd_menu_hor.gif);
	background-repeat: no-repeat;
	background-position: left top;
    overflow: hidden;
	padding-left : 60px;
}
    /* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	border: 1px solid #CC9966;
	background-color: #CC9966;
	width: 5px;
	height: 16px;
	z-index: 8;
	position: absolute;
}
/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative; 
	overflow: hidden;
	text-decoration: none;
	/*text-transform: uppercase;
	outline: none;*/
	color: #666633;
	font-size: 110%;
	text-align: center;
	z-index: 10; letter-spacing: 0;
	/*float: left; */
	display: block;
	margin: auto 10px;
}
.lavaLamp li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
	border: none;
}                    
