/*
Active text color: #1a6da9
Active text color: #b95447

Normal text color: #1e4d75
Normal text color (level 2 dan level seterusnya yg normal):#60798f

Hover text color: #87449d
Hover text color (level 2 dan level seterusnya yg hover):#9179be
*/

.boxmenulvl {
	padding:6px;
	border-bottom:1px dashed #333;
}

/*--- SIDE MENU ROOT ---*/
.sidemenu_root {
	text-align:left;
	FONT-SIZE: 15px; 
	FONT-WEIGHT: bold; 
	COLOR: #fff;
	FONT-FAMILY: Arial, Geneva, Helvetica, Verdana, sans-serif;
	margin:0;
	text-transform: uppercase;
}
.sidemenu_root a {
  color: #196EBF;
  text-decoration:  none;
	FONT-SIZE: 15px; 
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Arial, Geneva, Helvetica, Verdana, sans-serif;
}
.sidemenu_root a:hover {
	color:  #87449d;
	text-decoration:  none;
}

/*--- SIDE MENU SUB ROOT ---*/
.sidemenu_subroot_selected {
	text-align:left;
	FONT-SIZE: 15px; 
	FONT-WEIGHT: bold; 
	COLOR:#60798f;
	FONT-FAMILY: Arial, Geneva, Helvetica, Verdana, sans-serif;
}
.sidemenu_subroot_selected a {
    color:#60798f;
    text-decoration:  none;
}
.sidemenu_subroot_selected a:hover {
		color:#9179be;
    text-decoration:  none;
}
.sidemenu_subroot_unselected {
	FONT-SIZE: 15px; 
	FONT-WEIGHT: bold; 
	COLOR:#60798f;
	FONT-FAMILY: Arial, Geneva, Helvetica, Verdana, sans-serif;
}
.sidemenu_subroot_unselected a {
    color:#60798f;
    text-decoration:none;
}
.sidemenu_subroot_unselected a:hover {
		color:#9179be;
		text-decoration:  none;
}

/*--- SIDE MENU CHILD ---*/
.sidemenu_child_selected {
	text-align:left;
	FONT-SIZE: 15px;
	FONT-WEIGHT: bold; 	
	COLOR:#b95447;
	FONT-FAMILY: Arial, Geneva, Helvetica, Verdana, sans-serif;
}
.sidemenu_child_selected a {
    color:#b95447;
    FONT-WEIGHT: bold; 
    text-decoration:  none;
}
.sidemenu_child_selected a:hover {
	color:#9179be;
    text-decoration:  none;
}
.sidemenu_child_unselected {
	FONT-SIZE: 15px;
	COLOR:#60798f;
	FONT-FAMILY: Arial, Geneva, Helvetica, Verdana, sans-serif;
}
.sidemenu_child_unselected a {
    color:#60798f;
    text-decoration:  none;
}
.sidemenu_child_unselected a:hover {
	color:#9179be;
 	text-decoration:none;
}