body{
	background-color: #d6d6d6
}
.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parent.gif);
    background-repeat: repeat;
	border-top: 1px solid #747474;
    color: Black;
    text-align:left;
	padding: 5px;
    padding-left: 12px;
    height:22px;
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, Geneva;
}

.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parent.gif);
    background-repeat:repeat-x;
	border-top: 1px solid #747474;
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, Geneva;
    color: Blue;
    text-align:left;
	padding: 5px;
    padding-left: 12px;
	cursor:pointer; 
    height:22px;
}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parentselected1.gif);
    background-repeat:repeat-x;
	border-top: 1px solid Blue;
	border-bottom: 1px solid Blue;
	border-left: 1px solid Blue;
	border-right: 1px solid Blue;
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, Geneva;
    color: #0000CD;
    text-align:left;
	padding: 5px;
    padding-left: 12px;
    height:22px;
}

.SMChild {
	font-family : Tahoma, Arial, Helvetica, Geneva;
	font-size : 8Pt;
	color: Navy;
    padding-left: 8px;
	text-align:left;
}
.SMChild a {
	font-family : Tahoma, Arial, Helvetica, Geneva;
	font-size : 8Pt;
	color: Navy;
	text-decoration: none;
}

.SMChildOver {
	font-family : Tahoma, Arial, Helvetica, Geneva;
	font-size : 8Pt;
	color: Navy;
    padding-left: 8px;
	text-align:left;
}
.SMChildOver a {
	font-family : Tahoma, Arial, Helvetica, Geneva;
	font-size : 8Pt;
	color: Navy;
	text-decoration: none;
}

.SMChildSelected {
	font-family : Tahoma, Arial, Helvetica, Geneva;
	font-size : 8Pt;
	color: #B22222;
    padding-left: 8px;
	text-align:left;
	font-weight: bold;
}
.SMChildSelected a {
	font-family : Tahoma, Arial, Helvetica, Geneva;
	font-size : 8Pt;
	color: #B22222;
	text-decoration:none;
}

.SMChildrenBox {
	background-color: #f0f0f0;
}

.SMMenu {
	background-color:#d6d6d6;
	width: 160px;
	border-bottom: 1px solid #747474;
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	border:0px;
	margin-right:2px;
}
