@charset "utf-8";
/* eng */
/*** ESSENTIAL STYLES ***/
.sf-menu-eng, .sf-menu-eng * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu-eng {
	line-height:	1.0;
}
.sf-menu-eng ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu-eng ul li {
	width:			100%;
}
.sf-menu-eng li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu-eng li {
	float:			left;
	position:		relative;
}
.sf-menu-eng a {
	display:		block;
	position:		relative;
}
.sf-menu-eng li:hover ul, .sf-menu-eng li.sfHover ul {
	left:			10px;
	top:			36px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu-eng li:hover li ul, ul.sf-menu-eng li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-eng li li:hover ul, ul.sf-menu-eng li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}
ul.sf-menu-eng li li:hover li ul, ul.sf-menu-eng li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-eng li li li:hover ul, ul.sf-menu-eng li li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu-eng {
	float:			left;
}
.sf-menu-eng a {
	background:none;
	text-decoration:none;
}
.sf-menu-eng li.about a, .sf-menu-eng li.news a, .sf-menu-eng li.event a, .sf-menu-eng li.member a, .sf-menu-eng li.download a, .sf-menu-eng li.employment a{
	display:block;
	width:95px;
	height:36px;
}
.sf-menu-eng li.news a{
width:114px;
}
.sf-menu-eng li.event a{
width:81px;
}
.sf-menu-eng li.member a{
width:96px;
}
.sf-menu-eng li.download a{
width:99px;
}
.sf-menu-eng li.employment a{
width:112px;
}
.sf-menu-eng li.about:hover, .sf-menu-eng li.about a:hover, .sf-menu-eng li.about-active{
	background:url(../img_eng/menu_over.jpg);
}
.sf-menu-eng li.news:hover, .sf-menu-eng li.news a:hover, .sf-menu-eng li.news-active{
	background:url(../img_eng/menu_over.jpg) -95px;
}
.sf-menu-eng li.event:hover, .sf-menu-eng li.event a:hover, .sf-menu-eng li.event-active{
	background:url(../img_eng/menu_over.jpg) -209px;
}
.sf-menu-eng li.member:hover, .sf-menu-eng li.member a:hover, .sf-menu-eng li.member-active{
	background:url(../img_eng/menu_over.jpg) -290px;
}
.sf-menu-eng li.download:hover, .sf-menu-eng li.download a:hover, .sf-menu-eng li.download-active{
	background:url(../img_eng/menu_over.jpg) -386px;
}
.sf-menu-eng li.employment:hover, .sf-menu-eng li.employment a:hover, .sf-menu-eng li.employment-active{
	background:url(../img_eng/menu_over.jpg) -485px;
}
.sf-menu-eng li li a:link, .sf-menu-eng li li a:visited { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu-eng li {
	background:	none;
}
.sf-menu-eng li li {
	width:320px;
	height:27px;
	border:0px;
	padding:0;
}
.sf-menu-eng li li a:link, .sf-menu-eng li li a:visited { /* visited pseudo selector so IE6 applies text colour*/
	padding:8px 10px 0px 10px;
	height:19px;
	width:170px;
	color:			#fff;
}
.sf-menu-eng li {
	background:	none;
}
.sf-menu-eng li li {
	width:190px;
	border-top:1px dotted #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px dotted #fff;
	background:		#0a5589;
}
.sf-menu-eng li li li {
	background:#3366CC;
}
.sf-menu-eng li li:hover, .sf-menu-eng li li.sfHover, .sf-menu-eng li li a:focus, #hmenu .sf-menu-eng li li a:hover, .sf-menu-eng li li a:active {
	background:		#649dc1;
}
/*** arrows **/
.sf-menu-eng a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img_eng/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu-eng ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu-eng ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu-eng ul a:focus > .sf-sub-indicator, .sf-menu-eng ul a:hover > .sf-sub-indicator, .sf-menu-eng ul a:active > .sf-sub-indicator, .sf-menu-eng ul li:hover > a > .sf-sub-indicator, .sf-menu-eng ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul, .sf-shadow ul {
	background:	url('../img_eng/shadow.png') no-repeat bottom right;
	padding: 0 9px 9px 0;
	width:195px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* zh_hk */
/*** ESSENTIAL STYLES ***/
.sf-menu-zh_hk, .sf-menu-zh_hk * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu-zh_hk {
	line-height:	1.0;
}
.sf-menu-zh_hk ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu-zh_hk ul li {
	width:			100%;
}
.sf-menu-zh_hk li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu-zh_hk li {
	float:			left;
	position:		relative;
}
.sf-menu-zh_hk a {
	display:		block;
	position:		relative;
}
.sf-menu-zh_hk li:hover ul, .sf-menu-zh_hk li.sfHover ul {
	left:			10px;
	top:			36px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu-zh_hk li:hover li ul, ul.sf-menu-zh_hk li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-zh_hk li li:hover ul, ul.sf-menu-zh_hk li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}
ul.sf-menu-zh_hk li li:hover li ul, ul.sf-menu-zh_hk li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-zh_hk li li li:hover ul, ul.sf-menu-zh_hk li li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu-zh_hk {
	float:			left;
}
.sf-menu-zh_hk a {
	background:none;
	text-decoration:none;
}
.sf-menu-zh_hk li.about a, .sf-menu-zh_hk li.news a, .sf-menu-zh_hk li.event a, .sf-menu-zh_hk li.member a, .sf-menu-zh_hk li.download a, .sf-menu-zh_hk li.employment a{
	display:block;
	width:95px;
	height:36px;
}
.sf-menu-zh_hk li.news a{
width:114px;
}
.sf-menu-zh_hk li.event a{
width:81px;
}
.sf-menu-zh_hk li.member a{
width:96px;
}
.sf-menu-zh_hk li.download a{
width:99px;
}
.sf-menu-zh_hk li.employment a{
width:112px;
}
.sf-menu-zh_hk li.about:hover, .sf-menu-zh_hk li.about a:hover, .sf-menu-zh_hk li.about-active{
	background:url(../img_zh_hk/menu_over.jpg);
}
.sf-menu-zh_hk li.news:hover, .sf-menu-zh_hk li.news a:hover, .sf-menu-zh_hk li.news-active{
	background:url(../img_zh_hk/menu_over.jpg) -95px;
}
.sf-menu-zh_hk li.event:hover, .sf-menu-zh_hk li.event a:hover, .sf-menu-zh_hk li.event-active{
	background:url(../img_zh_hk/menu_over.jpg) -209px;
}
.sf-menu-zh_hk li.member:hover, .sf-menu-zh_hk li.member a:hover, .sf-menu-zh_hk li.member-active{
	background:url(../img_zh_hk/menu_over.jpg) -290px;
}
.sf-menu-zh_hk li.download:hover, .sf-menu-zh_hk li.download a:hover, .sf-menu-zh_hk li.download-active{
	background:url(../img_zh_hk/menu_over.jpg) -386px;
}
.sf-menu-zh_hk li.employment:hover, .sf-menu-zh_hk li.employment a:hover, .sf-menu-zh_hk li.employment-active{
	background:url(../img_zh_hk/menu_over.jpg) -485px;
}
.sf-menu-zh_hk li li a:link, .sf-menu-zh_hk li li a:visited { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu-zh_hk li {
	background:	none;
}
.sf-menu-zh_hk li li {
	width:320px;
	height:27px;
	border:0px;
	padding:0;
}
.sf-menu-zh_hk li li a:link, .sf-menu-zh_hk li li a:visited { /* visited pseudo selector so IE6 applies text colour*/
	padding:8px 10px 0px 10px;
	height:19px;
	width:170px;
	color:			#fff;
}
.sf-menu-zh_hk li {
	background:	none;
}
.sf-menu-zh_hk li li {
	width:190px;
	border-top:1px dotted #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px dotted #fff;
	background:		#0a5589;
}
.sf-menu-zh_hk li li li {
	background:#3366CC;
}
.sf-menu-zh_hk li li:hover, .sf-menu-zh_hk li li.sfHover, .sf-menu-zh_hk li li a:focus, #hmenu .sf-menu-zh_hk li li a:hover, .sf-menu-zh_hk li li a:active {
	background:		#649dc1;
}
/*** arrows **/
.sf-menu-zh_hk a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img_zh_hk/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu-zh_hk ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu-zh_hk ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu-zh_hk ul a:focus > .sf-sub-indicator, .sf-menu-zh_hk ul a:hover > .sf-sub-indicator, .sf-menu-zh_hk ul a:active > .sf-sub-indicator, .sf-menu-zh_hk ul li:hover > a > .sf-sub-indicator, .sf-menu-zh_hk ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul, .sf-shadow ul {
	background:	url('../img_zh_hk/shadow.png') no-repeat bottom right;
	padding: 0 9px 9px 0;
	width:195px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* zh_cn */
/*** ESSENTIAL STYLES ***/
.sf-menu-zh_cn, .sf-menu-zh_cn * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu-zh_cn {
	line-height:	1.0;
}
.sf-menu-zh_cn ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu-zh_cn ul li {
	width:			100%;
}
.sf-menu-zh_cn li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu-zh_cn li {
	float:			left;
	position:		relative;
}
.sf-menu-zh_cn a {
	display:		block;
	position:		relative;
}
.sf-menu-zh_cn li:hover ul, .sf-menu-zh_cn li.sfHover ul {
	left:			10px;
	top:			36px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu-zh_cn li:hover li ul, ul.sf-menu-zh_cn li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-zh_cn li li:hover ul, ul.sf-menu-zh_cn li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}
ul.sf-menu-zh_cn li li:hover li ul, ul.sf-menu-zh_cn li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-zh_cn li li li:hover ul, ul.sf-menu-zh_cn li li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu-zh_cn {
	float:			left;
}
.sf-menu-zh_cn a {
	background:none;
	text-decoration:none;
}
.sf-menu-zh_cn li.about a, .sf-menu-zh_cn li.news a, .sf-menu-zh_cn li.event a, .sf-menu-zh_cn li.member a, .sf-menu-zh_cn li.download a, .sf-menu-zh_cn li.employment a{
	display:block;
	width:95px;
	height:36px;
}
.sf-menu-zh_cn li.news a{
width:114px;
}
.sf-menu-zh_cn li.event a{
width:81px;
}
.sf-menu-zh_cn li.member a{
width:96px;
}
.sf-menu-zh_cn li.download a{
width:99px;
}
.sf-menu-zh_cn li.employment a{
width:112px;
}
.sf-menu-zh_cn li.about:hover, .sf-menu-zh_cn li.about a:hover, .sf-menu-zh_cn li.about-active{
	background:url(../img_zh_cn/menu_over.jpg);
}
.sf-menu-zh_cn li.news:hover, .sf-menu-zh_cn li.news a:hover, .sf-menu-zh_cn li.news-active{
	background:url(../img_zh_cn/menu_over.jpg) -95px;
}
.sf-menu-zh_cn li.event:hover, .sf-menu-zh_cn li.event a:hover, .sf-menu-zh_cn li.event-active{
	background:url(../img_zh_cn/menu_over.jpg) -209px;
}
.sf-menu-zh_cn li.member:hover, .sf-menu-zh_cn li.member a:hover, .sf-menu-zh_cn li.member-active{
	background:url(../img_zh_cn/menu_over.jpg) -290px;
}
.sf-menu-zh_cn li.download:hover, .sf-menu-zh_cn li.download a:hover, .sf-menu-zh_cn li.download-active{
	background:url(../img_zh_cn/menu_over.jpg) -386px;
}
.sf-menu-zh_cn li.employment:hover, .sf-menu-zh_cn li.employment a:hover, .sf-menu-zh_cn li.employment-active{
	background:url(../img_zh_cn/menu_over.jpg) -485px;
}
.sf-menu-zh_cn li li a:link, .sf-menu-zh_cn li li a:visited { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu-zh_cn li {
	background:	none;
}
.sf-menu-zh_cn li li {
	width:320px;
	height:27px;
	border:0px;
	padding:0;
}
.sf-menu-zh_cn li li a:link, .sf-menu-zh_cn li li a:visited { /* visited pseudo selector so IE6 applies text colour*/
	padding:8px 10px 0px 10px;
	height:19px;
	width:170px;
	color:			#fff;
}
.sf-menu-zh_cn li {
	background:	none;
}
.sf-menu-zh_cn li li {
	width:190px;
	border-top:1px dotted #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px dotted #fff;
	background:		#0a5589;
}
.sf-menu-zh_cn li li li {
	background:#3366CC;
}
.sf-menu-zh_cn li li:hover, .sf-menu-zh_cn li li.sfHover, .sf-menu-zh_cn li li a:focus, #hmenu .sf-menu-zh_cn li li a:hover, .sf-menu-zh_cn li li a:active {
	background:		#649dc1;
}
/*** arrows **/
.sf-menu-zh_cn a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img_zh_cn/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu-zh_cn ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu-zh_cn ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu-zh_cn ul a:focus > .sf-sub-indicator, .sf-menu-zh_cn ul a:hover > .sf-sub-indicator, .sf-menu-zh_cn ul a:active > .sf-sub-indicator, .sf-menu-zh_cn ul li:hover > a > .sf-sub-indicator, .sf-menu-zh_cn ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul, .sf-shadow ul {
	background:	url('../img_zh_cn/shadow.png') no-repeat bottom right;
	padding: 0 9px 9px 0;
	width:195px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

