


        #Navigation {
            position: relative;
           
            overflow: hidden;
          
        }
                #Navigation li {
                    float: left;
                    list-style: none;

                }
                    #Navigation li.backLava {
                     
                        background-color: #000;
                        width: 9px;
                        height: 1.5em;
                        z-index: 8;
                        position: absolute;
                    }
                    #Navigation li a {
					    font-family: 'ITC Avant Garde Pro Md';
					      font-weight: bold;
					      font-style: normal;
						  font-size: 16px;
                        text-decoration: none;
                        color: #aaa;
                        outline: none;
                        text-align: center;
                       	
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 1.25em;
                        position: relative;
                        overflow: hidden;
                        margin: auto ;
                    }
                        #Navigation li a:hover, #Navigation li a:active{
                            border: none;
								color:#fff;
                        }                    

}
       