/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: absolute;
	padding: 1px 16px 5px 38px;
	/*	margin: 10px 0;*/    
	overflow: visible;
	background-image: url(menu_devide.gif);
	width: 896px;
	top: 300px;
	left: auto;
	height: 12px;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
	float: left;
	list-style: none;
	background:url(menu_devide.gif) no-repeat left top;
	color: #909090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    }
	.lavaLamp li.none {
        float: left;
        list-style: none;
		background:none;
    }
	.current {
        color:#fff;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("lava.gif") no-repeat right -28px;
            width: 9px; 
			height: 28px;
            z-index: 8;
            position: absolute;
			
        }
            .lavaLamp li.back .left {
                background: url("lava.gif") no-repeat top left;
                height: 28px;
                margin-right: 9px;
				margin-left: 2px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	font:bold 10px Tahoma;
	color: #666666;
	outline: none;
	text-align: center;
	height: 20;
	top: 6px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: auto 18px !important;
	margin: auto 9px;
        }
		.lavaLamp li a:hover {
		 	color: #FFF; 
			outline: none;
            text-align: center;
			text-decoration:none;
			}
			.lavaLamp li a:active {
	color: #FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
			}
