@charset "UTF-8";
/* CSS Document */

/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: absolute;
	padding:0 10px 30px  20px;
	right:0px;
	margin:-100px 0px 0 0;
	overflow: hidden;
	max-width:750px;

	
	
}
    /* 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-image:url(../grads/pink.jpg);
	width: 9px;
	height: 32px;
	z-index: 8;
	position: absolute;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
        }
            .lavaLamp li.back .left {
               background-image:url(../grads/pink.jpg);
                height: 32px;
                margin-right: 9px;
				-moz-border-radius: 10px;  
-webkit-border-radius: 10px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 18px arial;
            color:#CCCCCC; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
			padding:0 10px;
        }
		
		#current {
		 color:#FF9900;
		}
		
		
