#open {
	z-index:2000;
	width:0;
	height:0;
    top: 20px;
    right: 15px;
	position:fixed;
	background-image: url(../images/open_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
}	

#close {
	z-index:2000;
	width:40px;
	height:40px;
    top: 20px;
    right: 15px;
	position:fixed;
	background-image: url(../images/close_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
	display: none;
}

#header {
	z-index:1000;
	width:100%;
	height:80px;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
	position:fixed;
	background-color: #ffffff;
	border-bottom: 10px solid #252f6c;
}

#ipoh_raya_logo {
	z-index:1600;
	width: 188px;
	height: 50px;
	top: 15px;
	left: 30px;
	position:fixed;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/ipoh_raya_logo.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#mrcb_logo {
	z-index:1600;
	width: 174px;
	height: 30px;
	top: 25px;
	right: 30px;
	position:fixed;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/mrcb_logo.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#menu{
	z-index:20;
	width:auto;
	height:80px;
	top: 0;
	margin: auto;
	position:relative;
	font-size: 12pt;
	font-family: MontserratRegular;
	text-align: center;
	font-weight: 300;
	text-decoration:none;  
	list-style:none;
	outline:none; 
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}

#menu li{
	z-index: 10;
	width:auto;
	padding:0 30px 0 30px;
	float:left; 
	position:relative;
}

#menu li a{
	height: 25px;
	color:#1c1f20; 
	font-weight: 300;
	text-decoration:none; 
	border-bottom: 3px solid #ffffff;
	
	-webkit-transition:all 0.3s linear; 
	-moz-transition:all 0.3s linear; 
	-ms-transition:all 0.3s linear; 
	-o-transition:all 0.3s linear; 
	transition:all 0.3s linear; 
}

#menu li a:hover{ 
	font-weight: 600;
	border-bottom: 3px solid #bc934a;
}

#menu li a.current{ 
	font-weight: 600;
	border-bottom: 3px solid #bc934a;
}