.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 27px;
    background-image:url('background_parent.gif');
    background-repeat: no-repeat;
    background-position: top left;
    font: 14px Trebuchet MS,verdana, Tahoma;
    color:#ffffff;
    text-align:left;
	text-decoration: none;
	padding-top:4px;
    padding-left: 34px;
}

.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 27px;
    background-image:url('background_parentover.gif');
    background-repeat: no-repeat;
    background-position: top left;
    font: 14px Trebuchet MS,verdana, Tahoma;
    color:#ffff99;
    text-align:left;
	text-decoration: none;
	padding-top:4px;
    padding-left: 34px;
	cursor:pointer; 
}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 27px;
    background-image:url('background_parentselected.gif');
    background-repeat: no-repeat;
    background-position: top left;
    font: 14px Trebuchet MS,verdana, Tahoma;
    color:#ffEEDD;
    text-align:left;
	text-decoration: none;
	padding-top:4px;
    padding-left: 34px;

}

.SMParent a {
	text-decoration: none;
	color:#ffffff;
}

.SMParentOver a {
	text-decoration: none;
	color:#ffff99;
}

.SMParentSelected a {
	text-decoration: none;
	color:#ffEEDD;
}

.SMChild {
	font:11px Tahoma; 
	color:#ffffff;
	text-decoration:none;
    padding-left: 12px;
	padding-bottom:6px;
    text-align:left;
}
.SMChild a {
	color:#ffffff;
	font:12px Tahoma;
	text-decoration:none;
}

.SMChildOver {
	font:12px Tahoma; 
	color:#ffff99;
    padding-left: 12px;
	cursor:pointer;
	text-align:left;
	text-decoration:none;
	padding-bottom:6px;
}
.SMChildOver a {
	color:#ffff99;
	text-decoration:none;
}

.SMChildSelected {
	font:11px Tahoma; 
	color:#FFE99A;
	text-decoration:none;
    padding-left: 12px;
    text-align:left;
	padding-bottom:6px;
}
.SMChildSelected a {
	color:#FFE99A;
	font:11px Tahoma;
	text-decoration:none;
}

.SMChildrenBox {
	background-color:#717171;
}

.SMMenu {
	background-color:white;
	width: 157px;
	overflow:hidden;
padding-left: 0px;
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}