<!-- Chinese Style -->
.MenuBg{
	background-color : #0F3CCC;
}

.MenuCellBg{
	background-color : #4169E1;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	padding : 5px 10px 5px 10px;	
	width : 100%;
}

.MenuCellBgOver{
	background-color : #005BB7;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	padding : 5px 10px 5px 10px;
	width : 100%;
}

a.MenuCellText{
	color : White;
	font : 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
a.menuText{

	border-top : 1px solid #002757;
	border-bottom :1px solid #002757;
	border-left :1px solid #002757;
	border-right :1px solid #002757;	
	text-decoration : none;
	background-color : #002757;
	font : 9pt Arial, Helvetica, sans-serif;
	padding : 2px 10px 2px 10px;
	color : #FFFFFF;
	height: 20px;	
}

a.menuText:hover{

	border-top : 1px solid #002757;
	border-bottom :1px solid #002757;
	border-left :1px solid #002757;
	border-right :1px solid #002757;	
	text-decoration : none;
	background-color : #green;
	font : 9pt Arial, Helvetica, sans-serif;
	padding : 2px 10px 2px 10px;
	color : #FFC514;
	height: 20px;
}
.MenuSubBg{

	border : 1px solid Black;
	display : none;
}

.MenuCellSubBg{
	background-color : #87CEFA;

	width : 100%;	

}

.MenuCellSubBgOver{
	background-color : #87CEFA;
	
	width : 100%;	
}

.MenuCellSubSubBg{
	background-color : Aqua;
	border-top : 1px solid Aqua;
	border-bottom : 1px solid #483D8B;
}

.MenuCellSubSubBgOver{
	background-color : #F4A460;
	border-top : 1px solid Aqua;
	border-bottom : 1px solid #483D8B;
}

a.MenuCellSubText{
	color : Black;
	font : 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;

}
