/* 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: block;
	padding-left: 30px;
	padding-top:5px;
	cursor: hand;
	cursor: pointer;
	color:#5e5e5e
}
ul.sw_child_navList li a:hover span{
	color: #f40a0a;
}
ul.sw_child_navList .mnu_ueDiv {
	background: url(../img/deco/ueDivChild.png) no-repeat top left;
}
ul.sw_child_navList .mnu_assmntUa {
	background: url(../img/deco/assmntUaChild.png) no-repeat top left;
}
ul.sw_child_navList .mnu_courseUa {
	background: url(../img/deco/courseUaChild.png) no-repeat top left;
}
ul.sw_child_navList .mnu_intro {
	background: url(../img/deco/introChild.png) no-repeat top left;
}
ul.sw_child_navList .mnu_conclu {
	background: url(../img/deco/concluChild.png) no-repeat top left;
}
ul.sw_child_navList .mnu_expUc {
	background: url(../img/deco/expUcChild.png) no-repeat top left;
}
ul.sw_child_navList .mnu_practUc {
	background: url(../img/deco/practUcChild.png) no-repeat top left;
}
ul.sw_child_navList .mnu_trainUc {
	background: url(../img/deco/trainUcChild.png) no-repeat top left;
}
ul.sw_child_navList .mnu_quest {
	background: url(../img/deco/questChild.png) no-repeat top left;
}

.tabChildH{
	margin-top:50px;
}
.tabChildB{
	margin-bottom:30px;
}

.tabChildH, .tabChildM, .tabChildB{
	border-collapse: collapse;
	width:100%;
}

.childHG, .childHD, .childBG, .childBD{
	width:100px;
	height:54px;
	background-repeat: no-repeat;
}

.childHG{
	background-image:url(../img/mnu/childHG.gif);
	background-position:top right
}

.childHD{
	background-image:url(../img/mnu/childHD.gif);
	background-position:top left;
	width:30px
}

.childBG{
	background-image:url(../img/mnu/childBG.gif);
	background-position:bottom right
}

.childBD{
	background-image:url(../img/mnu/childBD.gif);
	background-position:bottom left;
	width:30px
}

.childB{
	background-image:url(../img/mnu/childB.gif);
	background-position:bottom;
	background-repeat: repeat-x
}

.childH{
	background-image:url(../img/mnu/childH.gif);
	background-position:top;
	background-repeat: repeat-x
}

.childMD{
	background-image:url(../img/mnu/childD.gif);
	background-position:12px;
	background-repeat: repeat-y;
	width:30px
}