/*---MobileMenu---*/

.MobileMenu .treeview {
    padding:0;
    margin: 0px;
    list-style: outside none none;
    display: block;
    position: relative;
	background:#757575; /*#919191 #468214 #f88621;*/
}

.MobileMenu .treeview ul {
	margin:0;
	padding:0;
	border:none;
	background:#282F35;
}
.MobileMenu .treeview .hitarea { cursor:pointer;}
.MobileMenu .treeview .hitarea:before  {
    height: 48px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    line-height: 40px;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
}
.MobileMenu .treeview li .hitarea:before { color:#fff;}
.MobileMenu .treeview .expandable-hitarea:before { 	
	content: "\f105";
	color: #333;
 }
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.MobileMenu .treeview li {
    list-style-type: none;
}
.MobileMenu .treeview li a {
    font-size: 14px;
    font-weight: bold; /*500*/
    display: block;
    padding: 15px 20px;
    text-transform: uppercase; /*capitalize*/
    color: #FFF;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
	letter-spacing: 1px; /*new*/
}
.MobileMenu .treeview li:first-child a { border-top:none;}

.MobileMenu .treeview ul li a {
  font-weight: 400;
  font-size: 13px;
  padding-left: 30px;
  border: none;
  margin:0 0 0px 0;
  color:#aaa;
  border-bottom:1px solid #20262A;
  text-transform: none; /*new*/
}
.MobileMenu .treeview ul li li a {
  padding-left: 45px;
}
.MobileMenu .treeview ul li li li a {
  padding-left: 60px;
}
.MobileMenu .treeview ul li li li li a { /*new class*/
  padding-left: 75px;
}





/*Hover*/
.MobileMenu .treeview a:hover { background:rgba(0, 0, 0, 0.2);}

/*current*/
/*selected*/
.MobileMenu .treeview li li a.selected { color:#468214; } /*#f88621*/
.MobileMenu .treeview a.selected {
	background:rgba(0, 0, 0, 0.2);
}
.MobileMenu .treeview a.selected:hover { color:#fff;}

/*collapsable*/
.MobileMenu .treeview li.collapsable li a:hover {  background:rgba(0,0,0,0.2);color:#468214;} /*#f88621*/
.MobileMenu .treeview li.collapsable ul a {
    background: inherit;
    color: #aaa;
}

/*---LeftMenu---*/
.LeftMenu .treeview {
    padding:0;
    margin: 0px;
    list-style: outside none none;
    display: block;
    position: relative;
	background:#468214; /*#f88621*/
}

.LeftMenu .treeview ul {
	margin:0;
	padding:0;
	border:none;
	background:#fff;
	border:1px solid #eee;
	border-bottom:none;
}
.LeftMenu .treeview ul ul { border:none;}
.LeftMenu .treeview .hitarea { cursor:pointer;}
.LeftMenu .treeview .hitarea:before  {
    height: 48px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    line-height: 40px;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
}
.LeftMenu .treeview li .hitarea:before { color:#fff;}
.LeftMenu .treeview .expandable-hitarea:before { 	
	content: "\f105";
	color: #333;
 }
 
.LeftMenu .treeview li li .hitarea:before{ color:#333;}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

/* HKU for accessibility */
.LeftMenu .treeview .hitarea:focus::before {
  outline: auto;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}

.LeftMenu .treeview li {
    list-style-type: none;
	position:relative; /*new*/
}
.LeftMenu .treeview li a {
    font-size: 14px;
    font-weight: normal; /*500*/
    display: block;
    padding: 15px 20px;
    text-transform: none; /*capitalize*/
    color: #FFF;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.LeftMenu .treeview li:first-child a { border-top:none;}
.LeftMenu .treeview li.expandable > a , /*new*/
.LeftMenu .treeview li.collapsable > a { padding-right:35px;} /*new*/

.LeftMenu .treeview ul li a {
  font-weight: 400;
  font-size: 13px;
  padding-left: 30px;
  border-bottom: 1px solid #eee;
}

.LeftMenu .treeview ul li li a {
  padding-left: 45px;
}
.LeftMenu .treeview ul li li li a {
  padding-left: 60px;
}




/*Hover*/
.LeftMenu .treeview a:hover { background:rgba(0, 0, 0, 0.2);}

/*current*/
/*selected*/
.LeftMenu .treeview li li a.selected { background:rgba(0,0,0,0.2); color:#468214; } /*#f88621*/
.LeftMenu .treeview a.selected {
	/*remove background:rgba(0, 0, 0, 0.2); */
}
.LeftMenu .treeview > li > a.selected:after { /*new*/
	content:'';
	display:block;
	position:absolute;
	top:16px; /*(53-20)/2*/
	width:0;
	height:0;
	left:-1px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 12px solid #fff;
}
.LeftMenu .treeview li li > a.selected:after { /*new*/
	content:'';
	display:block;
	position:absolute;
	top:18px; /*(53-16)/2*/
	width:0;
	height:0;
	left:5px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #448200;
}
.LeftMenu .treeview a.selected:hover { color:#fff;}

/*collapsable*/
.LeftMenu .treeview li.collapsable li a:hover {  background:#f6f6f6;color:#386810;} /*HKU web accessibility #468214 #f88621*/
.LeftMenu .treeview li.collapsable li a {
    background: inherit;
    color: #555; /*#999*/
}
.LeftMenu .treeview li.collapsable li a.selected { background:#f6f6f6; color:#376B00; } /*HKU web accessibility #468214 #f88621*/

/* HKU web accessibility */
.LeftMenu .filetree li li a { color: #555; }
.LeftMenu .treeview li li a.selected { background:#f6f6f6; } 

@media handheld, only screen and (max-width:767px) {
/*remove .LeftMenu { display:none;}*/

}


