.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 25px;
    background-image:url('background_parent.gif');
    background-repeat: no-repeat;
	border-top:1px solid #212A69;
    font:bold 12px Arial;
    color:#ffffff;
    text-align:left;
	text-decoration: none;
	padding-top:5px;
    padding-left: 6px;
}

.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 25px;
    background-image:url('background_parentover.gif');
    background-repeat: no-repeat;
	border-top:1px solid #212A69;
    font:bold 12px Arial;
    color:#ffd200;
    text-align:left;
	text-decoration: none;
	padding-top:5px;
    padding-left: 6px;
	cursor:pointer; 
}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 25px;
    background-image:url('background_parentselected.gif');
    background-repeat: no-repeat;
	border-top:1px solid #212A69;
    font:bold 12px Arial;
    color:#ffffff;
    text-align:left;
	text-decoration: none;
	padding-top:5px;
    padding-left: 6px;
}

.SMChild {
	font:bold 12px Arial; 
	color:#ffffff;
	text-decoration:none;
    padding-left: 12px;
    text-align:left;
}
.SMChild a {
	color:#ffffff;
	font:bold 12px Arial;
	text-decoration:none;
}

.SMChildOver {
	font:bold 12px Arial; 
	color:#ffdd20;
	text-decoration:none;
    padding-left: 12px;
	cursor:pointer;
	text-align:left;
}
.SMChildOver a {
	color:#ffd200;
	font:bold 12px Arial;
	text-decoration:none;
}

.SMChildSelected {
	font:bold 12px Arial; 
	color:#ffffff;
	text-decoration:none;
    padding-left: 12px;
    text-align:left;
}
.SMChildSelected a {
	color:#ffffff;
	font:bold 12px Arial;
	text-decoration:none;
}

.SMChildrenBox {
	background-color:#809ab3;
	padding-bottom: 4px;
}

.SMMenu {
	background-color:#7FC1FF;
	width: 154px;
	overflow:hidden;
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}