/*
 *	CSS for Left Navigation Menu
 */
ul.menuContainer{
	/* The topmost UL */
	width:230px;
	margin:0 auto;
	padding:0px;
	list-style: none;
}
ul.menuContainer ul {	margin:0;	padding:0;	list-style: none;	}
ul.menuContainer>li{
/*li.menuItem{*/
	/* The main list elements */
	padding:5px 0px 5px 10px;
	line-height: 25px; /* to synchornize english/chinese line height*/
}
li.menuItem.firstMenuItem{	padding-top:22px;	}
li.button.textButton{
	/* set arrow for menu's text link */
	list-style:outside disc url('/20201208123651oe_/https://www.fed.cuhk.edu.hk/pgde/images/arrow_efe100.gif');
	margin-left:25px;
}
.cn li.button.textButton{ margin-left: 22px; }
li.button a{
	/* links of sub-menuItem */
	color:#FFE100;
	font-weight:bold;
}
li.button a:hover{
	text-decoration:none;
}
.dropdown{
	/* The expandable lists */
	display:none;
	line-height:30px;
	padding-left:30px;
}
.dropdown li{
	/* Each element in the expandable list */
	color:#fff;
	list-style: inside square;
}
.dropdown li a{
	color:#fff;
}
.dropdown li a:hover{
	color:#FFE100;
	text-decoration: none;
}