.SMParent {
	font-size: 11px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-repeat:repeat-x;
	text-align:left;
	padding-left: 16px;
	background-image: url(/images/EMIG/slide-bg-light.gif);
	line-height:30px;
	height:30px;
	color:white;
	cursor: pointer;
}
.SMParent2 {
	font-size: 11px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-repeat:repeat-x;
	text-align:left;
	padding-left: 16px;
	background-image: url(/images/EMIG/slide-bg-dark.gif);
	line-height:30px;
	height:30px;
	color:white;
	cursor: pointer;
}

.SMLParentSelected {
	font-size: 11px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-repeat:repeat-x;
	line-height:30px;
	text-align:left;
	padding-left: 16px;
	background-image: url(/images/EMIG/slide-bg-left-active.gif);
	height:30px;
	font-weight:bold;
}
.SMRParentSelected {
	font-size: 11px;
	color:white;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-repeat:repeat-x;
	line-height:30px;
	text-align:left;
	padding-left: 16px;
	background-image: url(/images/EMIG/slide-bg-right-active-light.gif);
	height:30px;
}
.SMRParentSelected2 {
	font-size: 11px;
	color:white;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-repeat:repeat-x;
	line-height:30px;
	text-align:left;
	padding-left: 16px;
	background-image: url(/images/EMIG/slide-bg-right-active-dark.gif);
	height:30px;
}

.SMLChild, .SMLChildSelected{
	cursor:pointer;
}

.SMRChild, .SMRChildSelected {
	background-color:white;
	background-image: url(/images/EMIG/slide-right-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}