﻿/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 12px; width: 758px;
    background:#FFFFFF; /*#C2D7EF url("../../resources/images/bg.gif") no-repeat top;*/
    padding:4px; 
    margin: 0px;
    overflow: hidden;
    border-top:1px solid #DEDEDE;    
}
    /* Force the list to flow horizontally */
    .lavaLamp li{
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background:#EFEFEF; /*#92B6DA url("../../resources/images/lava.gif") no-repeat right -30px;*/
            width: 8px; height: 18px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background:#EFEFEF; /*#92B6DA url("../../resources/images/lava.gif") no-repeat top left;*/
                height: 18px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a,.lavaLamp li a:link,.lavaLamp li a:visited {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            /*font:bold .7em Tahoma,Trebuchet MS,verdana;*/
            font:bold 9px Tahoma,Trebuchet MS,verdana;
            color: #068; outline: none;
            text-align: center;
            height: 12px; top: 2px;
            z-index: 10; 
			letter-spacing: 0;
	        float: left; display: block;
            margin: auto 9px;
        }
