/* Styles for the entire LavaLamp menu */
.navSlide {
position: relative;

        height: 40px; 
    padding: 0px 15px 0px 0px; margin: 0px 0;
    overflow: hidden;
width:900px;
text-align:center;


	
	
}
    /* Force the list to flow horizontally */
    .navSlide li {
        float: left;
        list-style: none;text-align: center; 
    }
        /* Represents the background of the highlighted menu-item. */
        .navSlide li.back {
            background: url("../images/lava.gif") no-repeat top center;
            width: 9px; height: 40px;
            z-index: 8;
            position: absolute;
        }
            .navSlide li.back .left {
                background: url("../images/lava.gif") no-repeat top center;
                height: 40px;
                margin-right: 0px;
            }
        /* Styles for each menu-item. */
        .navSlide li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
			font-family:Lucida Sans, Arial, Helvetica, sans-serif;
			font-size:0.8em;
            color: #bbb; outline: none;
            text-align: center;
            height: 30px; top: 13px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
		}
 .navSlide li a:hover {
color:#fff;	
        }
li.current a{
color:#fff;	
        }











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

