#navcontainer {
	float: left;
	margin: 143px 0 0 469px; /* changed 504 to 490 to 469 and to 186 to 143 */
	/* width: 510px; changed from 464 - BH */
}
	        .lavaLampWithImage {
	position: relative;
	border:2px solid #291B0B;
	background-color: #b87642;
	height: 38px; /* was 29 */
	width: 476px; /* was 450 */
	/*margin: 10px 0;*/
            overflow: hidden;
	background-image: url(../img/menu/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/* padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 18px; */
	padding-left: 15px;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../img/menu/lava.gif") no-repeat right -30px;
                        width: 9px; height: 30px; top: 4px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../img/menu/lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 0px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: visible;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 18px; /* changed left from 11 to 18 */
	padding-top: 8px;
	padding-left: 1px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

/* NEWS TICKER */
#pscroller2{
width: 480px;
height: 20px;
border: 2px solid #B87642;
background-color: #404000;
padding: 3px;
margin-top: 6px;
}

#pscroller2 a{
text-decoration: none;
}                  
					