@charset "utf-8";
/* CSS Document */


/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    width: 800px; height:65px;
    /*background: url("../images/bg.gif") no-repeat top;*/
	background-color: #666650;
    padding: 0px; margin: 0;
    overflow: hidden;
	padding-left: -15px;
	
}
    /* 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: url("../images/lava.gif") no-repeat right -30px;*/
			background-color:#666650;
            width: 12px; height: 65px; margin-left:4px;
            z-index: 8;
            position: absolute;
			border: 0px #fff solid;


        }
            .lavaLamp li.back .left {
                background: url("../images/logo2_sm.gif") no-repeat top center #CCCC66;	
                height: 60px;
                margin-right: 9px;
				border: 0px #fff solid;
		  	    -moz-border-radius: 12px 12px 12px 12px;
				-webkit-border-radius: 12px;
				
		 
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #ffffff; outline: none;
            text-align: center;
            height: 60px; top: 35px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
			
			
        }
     