

/*lava lamp styles */


        .lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 650px;
         
            padding-bottom:0px;
            margin: 1px 0;
            overflow: hidden;
			padding-left:20px;
			padding-top:0px;
			
        
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-top: 2px solid #336699;  /** LINE COLOR **/
                        width: 9px;
                        height: 20px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                   
                        text-decoration: none;
                      
						color: #207EA9;
						font-weight: bold;
                        outline: none;
                        text-align: center;
                        top: 7px;
                      
                        letter-spacing: 1px;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 8px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                           color:#207EA9;
						   font-weight: bold;
							border: none;
                        }     

/*lava lamp styles end */

