/*---MobileMenu---*/

.MobileMenu .treeview { 
	padding: 0;
	margin: 0;
	list-style: none;
	display:block;
	background:#f2f2f2;
}

.MobileMenu .treeview ul {
	margin:0;
	padding:0;
	list-style: none;
	display:block;
	background: #fff;
}
.MobileMenu .treeview .hitarea { cursor:pointer;}
.MobileMenu .treeview .hitarea::before {
    height: 33px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    content: "\f107";
    font-family: FontAwesome;
    color: #555;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    padding: 0px 0px 0px 10px;
}
.MobileMenu .treeview .expandable-hitarea:before { 	
	content: "\f107";
 }
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.MobileMenu .treeview li {
    list-style-type: none;
}
.MobileMenu .treeview li a {
    color: #000;
    font-size: 13px;
    display: block;
    padding: 0px 40px 0 20px;
    border-bottom: 1px solid #FFF;
    text-transform: capitalize;
    line-height: 33px;
}
.MobileMenu .treeview ul li a {
  font-weight: 400;
  font-size: 13px;
  padding-left: 30px;
  border-bottom: 1px solid #f2f2f2;
}
.MobileMenu .treeview ul li li a {
  padding-left: 45px;
}
.MobileMenu .treeview ul li li li a {
  padding-left: 60px;
}
.MobileMenu .treeview li a.selected {
  text-decoration:underline!important; 
  font-weight:bold;
}
.MobileMenu .treeview li li a.selected {
  text-decoration:underline!important; 
  font-weight: normal;
}
.MobileMenu .treeview a:hover { text-decoration:underline!important; cursor: pointer; background:#fff;}

.MobileMenu .treeview li li a.current { background:none; color:#ccc;}
.MobileMenu .treeview li li a.current:hover { color: #235F91;}
.MobileMenu .treeview li.collapsable a{   
	text-decoration:underline!important; 
  font-weight:bold;
}
.MobileMenu .treeview li.collapsable a:hover { background:#f2f2f2;}
.MobileMenu .treeview li.collapsable li a:hover { background:#fff;}

.MobileMenu .treeview li.collapsable ul a {
    font-weight: normal;
    text-decoration: none !important;
    background: #fff!important;
    border-bottom: 1px solid #f2f2f2;
}
.MobileMenu .treeview li.collapsable ul a:hover { text-decoration:underline!important; background:none;}

/*---LeftMenu---*/
.LeftMenu .treeview, .LeftMenu .treeview ul {
    padding: 10px;
    margin: 0px;
    list-style: outside none none;
    display: block;
    position: relative;
    border: 1px solid #DDD;
}

.LeftMenu .treeview ul {
	margin:0;
	padding:0;
	border:none;
}
.LeftMenu .treeview .hitarea { cursor:pointer;}
.LeftMenu .treeview .hitarea:before  {
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    line-height: 40px;
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
}
.LeftMenu .treeview li .hitarea:before { color:#333;}
.LeftMenu .treeview .expandable-hitarea:before { 	
	content: "\f105";
	color: #333;
 }
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.LeftMenu .treeview li {
    list-style-type: none;
}
.LeftMenu .treeview li a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 13px 20px;
    border-top: 1px solid #DDD;
    color: #555;
	text-transform: capitalize;
}
.LeftMenu .treeview li:first-child a { border-top:none;}

.LeftMenu .treeview ul li a {
  font-weight: 400;
  font-size: 13px;
  padding-left: 30px;
  border: none;
}
.LeftMenu .treeview ul li li a {
  padding-left: 45px;
}
.LeftMenu .treeview ul li li li a {
  padding-left: 60px;
}
.LeftMenu .treeview a.selected {
  color: #fff;
  background: #235F91;
}
.LeftMenu .treeview a.selected:hover { color:#fff;}

.LeftMenu .treeview a:hover { color: #fff; cursor: pointer; background:#235F91; }

.LeftMenu .treeview li a.current,
.LeftMenu .treeview li.collapsable a{ background: #235F91; color:#fff;}
.LeftMenu .treeview li.collapsable ul a {
    background: inherit;
    color: #31383E;
}

.LeftMenu .treeview li.collapsable ul a:hover { color:#235F91; background:#f6f6f6;}
.LeftMenu .treeview li li a.selected { color:#235F91;background: none;}



@media handheld, only screen and (max-width:767px) {
.LeftMenu { display:none;}

}
