/** GLOBAL MENU **/


.menuHeader
{
	/*width:980px;*/
	/*margin: 0 auto;*/
	/*text-align:center;*/
	background-color:#fff;
	width: 100%;
	height: 26px;
	border-bottom: 3px solid #ab0942;
	position:fixed;
	top:0px;
	left:0px;
 	z-index:999;
}

.menuHeader_container{
	background-color:#fff;
	width: 1200px;
	height: 23px;
	margin: 0 auto;
	position: relative;
	z-index:999;
}

.btn_global_menu_on
{
	/*position:absolute;*/
	/*left:0;*/
	/*bottom:-3px;*/
	/*cursor:pointer;*/
	display:none;
}

.btn_global_menu_off
{
	/*position:absolute;*/
	/*left:0;*/
	/*bottom:-3px;*/
	cursor:pointer;
}

.globalmenu_main_bg
{
	width:1010px;
	height:124px;
	/*background:url(../../images/common/globalmenu/globalmenu_main_bg.png) no-repeat;*/
	left:0px;
	top:26px;
	/*bottom:-120px;*/
	position:absolute;
	display:none;
}

.globalmenu_bank
{
	padding-left:227px;
}

.globalmenu_insurance
{
	padding-left:227px;
	margin-top:52px;
}

.img_logo, .img_logo2
{
	border:none;
}

.btn_location_text
{
	float:left;
	margin:22px 2px 0 11px;
}

.btn_bank_dahsing_hk a
{
	text-align: center;
	width:141px;
	height:57px;
	display:block;
}

/*
.btn_bank_dahsing_hk a:hover, .btn_bank_dahsing_hk:hover a
{
	background:url(../../images/common/globalmenu/logo_dahsing_over_s.png);
}
*/

.btn_bank_dahsing_hk .btn_logo
{
	margin:-2px 4px 0 0;
	float:left;
}

.btn_bank_dahsing_hk .img_logo
{
	margin:16px 0 0 0;
}

.btn_bank_bcm a
{
	text-align: center;
	width:197px;
	height:57px;
	display:block
}

/*
.btn_bank_bcm a:hover, .btn_bank_bcm:hover a
{
	background:url(../../images/common/globalmenu/logo_dahsing_over_m.png);
}
*/


.btn_bank_bcm .btn_logo
{
	margin:-2px 4px 0 0;
	float:left;
}

.btn_bank_bcm  .img_logo
{
	margin:10px 0 0 0;
}


.btn_bank_dahsing_china a
{
	text-align: center;
	width:222px;
	height:57px;
	display:block;
}

/*
.btn_bank_dahsing_china a:hover, .btn_bank_dahsing_china:hover a
{
	background:url(../../images/common/globalmenu/logo_dahsing_over_ml.png);
}
*/

.btn_bank_dahsing_china .btn_logo
{
	margin:-2px 0 0 0;
	float:left;
}

.btn_bank_dahsing_china .img_logo
{
	margin:16px 0 0 0;
}

.btn_insurance_hk a
{
	text-align: center;
	width:141px;
	height:57px;
	display:block;
}

/*
.btn_insurance_hk .btn_logo:hover, .btn_insurance_hk .btn_logo2:hover
{
	background:url(../../images/common/globalmenu/logo_dahsing_over_s.png);
}
*/

.btn_insurance_hk .btn_logo
{
	margin:-4px 6px 0 0;
	float:left;
}

.btn_insurance_hk .img_logo
{
	margin:16px 0 0 27;
}

.btn_insurance_hk .btn_logo2
{
	margin:-4px 4px 0 0px;
	float:left;
}

.btn_insurance_hk .img_logo2
{
	margin:16px 0 0 0;
}

.btn_insurance_macau a
{
	text-align: center;
	width:163px;
	height:57px;
	display:block;
}

/*
.btn_insurance_macau a:hover, .btn_insurance_macau:hover a
{
	background:url(../../images/common/globalmenu/logo_dahsing_over_l.png);
}
*/

.btn_insurance_macau .btn_logo
{
	margin:-4px 0 0 0px;
	float:left;
}


.btn_insurance_macau .img_logo
{
	margin:14px 0 0 0;
}

.globalmenu_seperator
{
	float:left;
	/*background:url(../../images/common/globalmenu/img_breakline.gif);*/
	width:1px;
	height:36px;
	margin:8px 0 0 0;
}


.globalmenu_header_mask
{
	position:fixed;
	.position:absolute; position:absolute \9; width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#ffffff;
	z-index:998;
	display:none;
}

/** GLOBAL FOOTER **/
#globalfooter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top:1px solid #ededed;
	color:#828282;
	height:20px;
	margin:7px auto;
	width:990px;
	text-align:left;
	position:relative;
	font-size:12px;
	clear:both;
}

.globalfooter_left
{
	margin:5px 0 0 10px;
}

.globalfooter_right
{
	position:absolute;
	right:10px;
	top:5px;
}


