.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 arial;
    color:#3F3D3D;
    text-align:left;
    height:37px;
    padding-left:13px;
    padding-top:20px;
}

.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parentover.jpg);
    background-repeat:no-repeat;
    background-position:center;
    font:bold 11px arial;
    color:#7E7C7C;
    text-align:left;
    height:37px;
    padding-left:13px;
    padding-top:20px;
    cursor:pointer;
}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parentselected.jpg);
    background-repeat:no-repeat;
    background-position:center;
    font:bold 11px arial;
    color:#3F3D3D;
    text-align:left;
    height:37px;
    padding-left:13px;
    padding-top:20px;
}

.SMChild {
    font:11px arial;
    color:#3F3D3D;
    padding-left:5px;
    padding-top:3px;
	padding-bottom:3px;
    text-align:left;
	background-color:#666666;
}
.SMChild a {
	color:#FFFFFF;
	font:bold 11px arial;
	text-decoration:none;

}

.SMChildOver {
    font:bold 11px arial;
    color:#FFFFFF;
    padding-left:5px;
    padding-top:3px;
	padding-bottom:3px;
    cursor:pointer;
    text-align:left;
	background-color: #333333;

}
.SMChildOver a {
	color:#FFFFFF;
    font:bold 11px arial;
	text-decoration:none;
}

.SMChildSelected
{
    font: 11px arial;
    color: #3F3D3D;
    padding-left: 5px;
    padding-top:3px;
	padding-bottom:3px;
    text-align: left;
    background-color: #990000;
}
.SMChildSelected a
{
    color: #FFFFFF;
    font: bold 11px arial;
    text-decoration: none;
	
}

.SMChildrenBox
{
    height: 95px;
    background-color:#666666;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.SMMenu {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    width:205px;
    padding:10px;
	background-color:#9A0000;
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}

.SMChildImage {
	vertical-align:middle;
	border:0px solid black;
	margin-right:6px;
}
