
        .lavaLampBottomStyle {
		  		float:right;
				width:auto;
            position: relative;
            height: 25px;
            padding: 0;
            margin: 72px 33px 0 0 ;
            overflow: hidden;
				background: #f8f6f6;
        }
		 .lavaLampBottomStyle li {
			  float: left;
			  list-style: none;
			  height:23px;
			  margin:0 10px 0 10px;
            overflow: hidden;
		 }
		 .lavaLampBottomStyle cufon{
		 	margin-left:1px;
			}
		  .lavaLampBottomStyle li.back {
				border-bottom: 2px solid #c9e4ef;
				width: auto;
				height: 23px;
				z-index: 8;
				position: absolute;
	 		  	margin:0;
				padding:0;
				display:none;
            overflow: hidden;
		  }
		  .lavaLampBottomStyle li a {
            overflow: hidden;
				text-transform:uppercase;
				text-decoration:none;
				font-size:14px;
				font-weight:normal;
				color:#44aeda;
				text-align: center;
				top: 0px;
				text-transform: uppercase;
				letter-spacing: 0;
				z-index: 10;
				display: block;
				height: 25px;
				width:auto;
				position: relative;
				overflow: hidden;
				margin: 0 0;
		  }   
			.lavaLampBottomStyle li:hover,
			.lavaLampBottomStyle li.active{
				border-bottom: 2px solid #c9e4ef; /* This is just for users without JavaScript */
			}
			.lavaLampBottomStyle li a:hover{
				color:#3999c1;
			}
			.lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
				 border: none;
			}
			
		  .lavaLampBottomStyle li#emptyone{
		  		display:none;
			}            
