﻿/* Styles for the entire LavaLamp menu */

ul.lavalamp {
	padding:  0px 0px 2px 34px;  
	margin: 0px;
	text-align: center;
    border:solid 1px #3a3a3a;
    padding-top:1px;
	
}

.lavalamp {
    position: relative;
    height: 24px;
    background: url(../app_images/lavabck3.gif) repeat-x top left;
    padding: 0px; margin: 0px 0;
    overflow: hidden;
}
/* Force the list to flow horizontally */
.lavalamp li {
		float: left;
		list-style: none;
		 margin-right:39px;
    display:block;
}
/* Represents the background of the highlighted menu-item. */
.lavalamp li.back {
		background: url(../app_images/lava22.gif) no-repeat right  -22px  ;
		width: 9px;
		height: 22px;
		z-index: 8;
		position: absolute;
		z-index: 20;
      margin-top:2px;
}
.lavalamp li.back .left {
		background: url(../app_images/lava22.gif) no-repeat top left;
		height: 22.5px;
		margin-right: 7px;
		z-index: 20;
}

/* Styles for each menu-item. */
.lavalamp li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	/*font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;*/
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	outline: none;
	text-align: center;
	height: 15px;
	line-height:15px;
	top: 0px;
	margin-top:0px;
	z-index: 30;
	float: left;
	display: block;
	margin: auto 14px;
}
.lavalamp li a:hover {
	color: #fff;
}