/* Styles for the entire LavaLamp menu */
#menu {
    height: 46px;
	width: 900px;
    background: url("../img/bg.png") no-repeat top;
    margin: 10px 0 0 10px;

}
.lavaLamp {
	position: relative;
	margin:0 auto;
	width:724px !important;
	width:607px;
	height:44px;
	padding-left:116px !important;
	padding-left:6px;
	line-height:44px;
    overflow: hidden;
}
    /* 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("../img/lava.png") no-repeat right -44px;
            width: 0px;
			height: 54px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../img/lava.png") no-repeat top left;
                height: 44px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
			position: relative;
			overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 12px arial;
            color: #0e448c;
			outline: none;
            text-align: center;
            height: 44px;
			top: 14px;
            z-index: 10;
			letter-spacing: 0;
            float: left;
			display: block;
            margin: auto 20px !important;
			margin: auto 10px;
        }