.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parent.gif);
    background-repeat:no-repeat;
    background-position:right;
    background-color: #749DD4;
	border-top:2px solid #FFFFFF;
    font:bold 12pt Tahoma;
    color:white;
    text-align:left; 
	vertical-align: middle;
	padding: 2px;
    padding-left: 8px;
    height:50px;
}

.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parentover.gif);
    background-repeat:no-repeat;
    background-position:right;
    background-color: #749DD4;
	border-top:2px solid #FFFFFF;
    font:bold 12pt Tahoma;
    color:white;
    text-align:left;
	vertical-align: middle;
	padding: 2px;
    padding-left: 8px;
	cursor:pointer; 
    height:50px;
}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parentselected.gif);
    background-repeat:no-repeat;
    background-position:right;
    background-color: #749DD4;
	border-top:2px solid #FFFFFF;
    font:bold 12pt Tahoma;
    color:white;
    text-align:left;
	vertical-align: middle;
	padding: 2px;
    padding-left: 8px;
    height:50px;
}

.SMChild {
	font:bold 12pt Tahoma; 
	padding: 2px;
    padding-left: 8px;
    color:white;
	text-align:left;
    background-color: #749DD4;
}
.SMChild a {
	font:bold 12pt Tahoma; 
    color:white;
	text-align:left;
    background-color: #749DD4;
}

.SMChildOver {
	font:bold 12pt Tahoma; 
	padding: 2px;
    padding-left: 8px;
    color:white;
	text-align:left;
    background-color: #749DD4;
}
.SMChildOver a {
	font:bold 12pt Tahoma; 
    color:white;
	text-align:left;
    background-color: #749DD4;
	text-decoration:underline;
}

.SMChildSelected {
	font:bold 12pt Tahoma; 
	padding: 2px;
    padding-left: 8px;
    color:white;
	text-align:left;
    background-color: #749DD4;
}
.SMChildSelected a {
	font:bold 12pt Tahoma;
    color:white;
	text-align:left;
    background-color: #749DD4;
}

.SMChildrenBox {
}

.SMMenu {
	background-color:white;
	width: 550px;
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}