/* gary add V1.0 no suport IE 6*/
/* Global - Garena Menu Bar */
#gheader h2,#gmenu li,#gmenu{display:inline;float:left;margin:0;padding:0;border:0;}
#gheader-wrapper{
    width:100%;
    border-bottom: 1px solid #2F2F2F;
	background:url(img/header_bg.jpg) no-repeat 50% 0 #000;
	}
	
#gheader {
	width:970px;
	height:50px;
	font:13px/1.5 "Tahoma", Geneva, sans-serif;
	z-index:1000;
	margin:0 auto;
	display:block
}

#gheader h2 a {
	text-indent:-999px;
	background:url(img/logo-garena.png) no-repeat;
	width:141px;
	height:42px;
	overflow:hidden;
	margin-top:4px;
	display:block
}
#gmenu {list-style:none; float:right; padding-top:10px;}

#gmenu li a {
 color: #eee;
    display: inline-block;
    font-size: 11px;
    height: 37px;
    line-height:35px;
    text-align: center;
    text-decoration: none;
    width: 53px;
	}
#gmenu li a:hover{ color:#fff;}
li.middleLink:after{background:#eee;
    content: " ";
    display: inline-block;
    float: right;
   height: 10px;
    margin-top: 15px;
    width: 1px;}
#gheader-wrapper:before,#gheader-wrapper:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}

/* Global - Garena Menu Bar End */