/* Sub-navigation bar */
#navigation{
	width: 900px;
	margin:0px auto;
	text-align:left;
}	


#navigation span {
	margin-left: 24px;
}

#navigation ul {
	margin: 0px;
}
#navigation li {
  	float: left;
	list-style: none;
}


#navigation a {
	/* background: transparent url(../images/nav_bg_sep.png) no-repeat right top; */
	float: left;
	line-height: 10px;
	text-decoration: none;
	padding: 2px 20px 0px 20px;
	color: #12467D;
}

#navigation span {
  float: left;
  background: transparent url(../images/nav_bg_sep.png) no-repeat right top;
  width: 1px;
  height: 28px;
}

#navigation.flat {
	height: 5px;
	font-size: 1px;
	line-height: 5px;
	background: #B4DE8B;
}
#navigation .active a:link,#navigation .active a:visited,#navigation .active a:visited,#navigation .active a:hover{
  /* vert: #FFF0AB */
  background-color: #FFFFFF;
  color: #3F5A3F;
} 
#navigation.active a span,#navigation .active a:hover span{
  background-color: #FFFFFF;
  color: #3F5A3F;
}



/* LAVALAMP */

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 26px; 
    /*
    width: 421px;
    background: url("../images/bg.gif") no-repeat top;
    padding: 15px; 
    margin: 0px 0;
    */
    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: #FFFFFF no-repeat right -30px;*/
			background: url("../images/lava.gif") no-repeat right -30px;
            width: 9px; 
            height: 28px;
            z-index: 8;
            position: absolute;
        }
        .lavaLamp li.back .left {
        	/* background: #FFFFFF no-repeat top left; */
			background: url("../images/lava.gif") no-repeat top left;
			height: 28px;
			margin-right: 9px;
            }
        
        .lavaLamp select {
        	background: #FFFFFF no-repeat top left;
			height: 28px;
			margin-right: 9px;
            }

        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            /* font: bold 14px arial;*/
            color: #fff; 
            outline: none;
            text-align: center;
            height: 28px; 
            top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 0px;
        }
       
