/* Outline Child CSS */
ul.sw_child_navList {
	margin: 0em;
	padding: 0em;
	list-style: none;
}

ul.sw_child_navList li a, ul.sw_child_navList li span{
	font-size: 1.3em;
	text-decoration: none;
	/* min-height: 35px; */
	display: inline-block;
	padding-left: 6px;
	/* padding-top:5px; */
	margin-bottom: 6px;
	cursor: pointer;
	vertical-align: top;
	cursor: pointer;
	color:#5e5e5e;
}

ul.sw_child_navList li span{
	background-color: transparent
}

ul.sw_child_navList li a:hover span{
	color: #60749c;
}
ul.sw_child_navList .mnu_intro::before,
ul.sw_child_navList .mnu_conclu::before,
ul.sw_child_navList .mnu_obj::before,
ul.sw_child_navList .mnu_expUc::before,
ul.sw_child_navList .mnu_ueDiv:before,
ul.sw_child_navList .mnu_assmntUa::before,
ul.sw_child_navList .mnu_courseUa::before,
ul.sw_child_navList .mnu_conclu::before,
ul.sw_child_navList .mnu_practUc::before,
ul.sw_child_navList .mnu_trainUc::before,
ul.sw_child_navList .mnu_quest::before {
	
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
}

ul.sw_child_navList .mnu_ueDiv:before {
  content: "\f0c9";
}
ul.sw_child_navList .mnu_assmntUa::before {
	content:'\f14b';
}
ul.sw_child_navList .mnu_courseUa::before {
	content:'\f14b';
}

ul.sw_child_navList .mnu_conclu::before {
	content:'\f14b';
}

ul.sw_child_navList .mnu_expUc:before {
  content: "\f0f6";
}
ul.sw_child_navList .mnu_practUc::before {
	content:'\f14b';
}
ul.sw_child_navList .mnu_trainUc::before {
	content:'\f14b';
}
ul.sw_child_navList .mnu_quest::before {
	content:'\f14b';
}

.childs{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/* border:5px solid #a7a9ac; */
	width:80%;
	padding-top:15px;
	padding-bottom:15px;
	margin:auto
}

.childs_co{
	/* background:url(../img/mnu/cadreChildsTop.png) 22px top no-repeat; */
	margin-left:-27px;
	/* padding-top:38px
 */}

.childs_co_co{
	/* background:url(../img/mnu/cadreChildsBottom.png) 22px bottom no-repeat; */
	/* padding-bottom:38px
 */}
