.temp_menu ul {
		display: inline-block;
			text-align: center;
		
	 
	}
	
	.temp_menu{
	 
		text-align: center;
	} 
	
	.temp_menu1{
		display: none;
	}
	
	.temp_menu i {
		display: none;
	}
	
	
	
	.temp_menu ul li {
		padding: 0px;
		margin: 0px;
		display: inline-block;
		margin-top: 00rem;
	}
	
	.temp_menu ul li a {
		float: left;
		display: block;
		width: 102px;
		height: 3rem;
		padding: 0px;
		margin: 0;
		font-size: 1rem;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		color: white;
		font-weight: bold;
		outline: none;
		border: none;
		line-height: 3rem;
	
	}
	
	
	.temp_menu ul li a:hover,
	.temp_menu ul li .current {
	
		background-color: rgb(1, 133, 208);
	}
	