.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parent.jpg);
    background-repeat:no-repeat;
    background-position:center;
    font:bold 11px tahoma;
    color:#6CB51B;
    text-align:left;
    height:27px;
    padding-left:12px;
    padding-right:10px; 
    padding-top:10px;
}

.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parent.jpg);
    background-repeat:no-repeat;
    background-position:center;
    font:bold 11px tahoma;
    color:#428EFF;
    text-align:left;
    height:27px;
    padding-left:12px;
    padding-right:10px; 
    padding-top:10px;
    cursor:hand;
}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parent.jpg);
    background-repeat:no-repeat;
    background-position:center;
    font:bold 11px tahoma;
    color:#6CB51B;
    text-align:left;
    height:27px;
    padding-left:12px;
    padding-right:10px; 
    padding-top:10px;
}

.SMChild {
    font:11px tahoma;
    color:#215DC6;
    padding-left:5px;
    padding-top:5px;
}
.SMChild a {
	color:#215DC6;
	font:11px Tahoma;
	text-decoration:none;
}

.SMChildOver {
    font:11px tahoma;
    color:#428EFF;
    padding-left:5px;
    padding-top:5px;
    text-decoration:underline;
    cursor:hand;
}
.SMChildOver a {
	color:#428EFF;
	font:11px Tahoma;
	text-decoration:underline;
}

.SMChildSelected {
    font:11px tahoma;
    color:#215DC6;
    padding-left:5px;
    padding-top:5px;
}
.SMChildSelected a {
	color:#215DC6;
	font:11px Tahoma;
	text-decoration:none;
}

.SMChildrenBox {
    height:100px;
    background-color:#D6DFF7;
    border-bottom:1px solid white;
    border-left:1px solid white;
    border-right:1px solid white;
	text-align:left;
	margin-left:8px;
	width:185px;
}

.SMMenu {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    width:200px;
    padding:0px;
    background-image:url(background_backside.gif);
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}

.SMChildImage {
	vertical-align:middle;
	border:0px solid black;
	margin-right:6px;
}

