.ddmx {
  font-family:arial,tahoma,helvetica;
  font-size:12px;
  -moz-user-select:none;
  
  /* MODIFICATION START : Modified by Ivan Yuen at 20220426 */
  /* EDMP Rebranding 2022 - Change color theme */
  background-color:#189068;
  /*background-color:#316531;*/
  /*background-color : #000000;*/
  /* MODIFICATION END : Modified by Ivan Yuen at 20220426 */
}
.langBox
{
		/* MODIFICATION START : Modified by Ivan Yuen at 20220426 */
		/* EDMP Rebranding 2022 - Change color theme */
		background-color:#189068;
		/* background:#316531; */
		/* MODIFICATION END : Modified by Ivan Yuen at 20220426 */
		height:15px;
		padding:0px 6px 0px 6px;
		text-align:center;
		line-height:normal;
		color:#FFFFFF;

}
	.langBox a
	{
		color:#FFFFFF;
			font-weight:normal;
		width:20px;
		display:inline-block;
		text-decoration:none;
		text-align:center;
		cursor : pointer;
	}
	.langBox a:hover
	{
		color: Yellow;
	}

.ddmx .item1,
.ddmx .item1-active {
	/*width : 90px;*/
	height:15px;
	padding:5px 6px 5px 6px;
	/* MODIFICATION START : Modified by Ivan Yuen at 20220426 */
	/* EDMP Rebranding 2022 - Change color theme */
	background-color:#189068;
	/*background:#316531;*/
	/* MODIFICATION END : Modified by Ivan Yuen at 20220426 */
	color:#FFFFFF;
	text-align:center;
	line-height:normal;

	/*border-left:solid 1px #ECE9D8;*/
	border-right:solid 2px #ECE9D8;
	font-weight:bold;
	text-decoration:none;
	display : block;
	cursor : pointer;
	white-space:nowrap;
	position:relative;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover {
	/*border-color: #ACA899 #FFFFFF #FFFFFF #ACA899;*/
	
	/* MODIFICATION START : Modified by Ivan Yuen at 20220426 */
	/* EDMP Rebranding 2022 - Change color theme */
	background-color : #FFFFFF;
	color: #189068;
	border-color: #F9F9F9;
	//color: Yellow;
	/* MODIFICATION END : Modified by Ivan Yuen at 20220426 */
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover
{
	padding : 3px 0px 0px 2px;
	height : 20px;
	/*
		MODIFICATION START : Modified By Ivan Yuen at 20171128
		Increase the width for submenu item
	*/
	width : 240px;
	/*
		width : 208px;
		MODIFICATION END : Modified By Ivan Yuen at 20171128	
	*/
	background: #E5E3E3;
	color: blue; 
	/*color : #666666;*/
	cursor: default;
	line-height: normal;
	text-align:left;
	text-decoration: none;
	display: block;
	cursor : pointer;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	border-bottom:solid 1px #000000;
	text-indent : 5px;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
  /* MODIFICATION START : Modified by Ivan Yuen at 20220426 */
  /* EDMP Rebranding 2022 - Change color theme */
  background : #189068;
  /*background: #316531;*/
  /* MODIFICATION END : Modified by Ivan Yuen at 20220426 */
  color: #FFFFFF;
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 3px 4px 3px;

}
.ddmx .item2 img,
.ddmx .item2-active img{
    position:absolute;
    top:10px;
    right:1px;
    border:0;
}
.ddmx .section {
    background-color:#E5E3E3;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    /*border-color: #F1EFE2 #716F64 #716F64 #716F64;*/
    
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .clock {
	/*width : 220px;*/
	height:15px;
	/*padding:5px 6px 5px 6px;*/
	padding:5px 0px;
	 /* MODIFICATION START : Modified by Ivan Yuen at 20220426 */
     /* EDMP Rebranding 2022 - Change color theme */
	background : #189068;
    /*background: #316531;*/
	/* MODIFICATION END : Modified by Ivan Yuen at 20220426 */
	color:#FFFF00;
	text-align:right;
	line-height:normal;

	/*border-left:solid 1px #ECE9D8;
	border-right:solid 1px #ECE9D8;*/
	font-weight:bold;
	text-decoration:none;
	display : block;
	white-space:nowrap;
	/*position:relative;*/
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
