.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url('background_parentbr.gif');
    background-repeat:no-repeat;
    border-left:1px solid #2A4DAB;
    border-right:1px solid #2A4DAB;
    border-top:1px solid #2A4DAB;
    color:white;
    text-align:left;
    height:23px;
    padding-left:13px;
    padding-top:5px;
    margin-top:20px; cursor:none; font-style:normal; font-variant:normal; font-weight:bold; font-size:11px; font-family:tahoma
}

.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url('background_parentoverbr.gif');
    background-repeat:no-repeat;
    border-left:1px solid #2A4DAB;
    border-right:1px solid #2A4DAB;
    border-top:1px solid #2A4DAB;
    color:white;
    text-align:left;
    height:23px;
    padding-left:13px;
    padding-top:5px;
    margin-top:20px;
    cursor:hand; font-style:normal; font-variant:normal; font-weight:bold; font-size:11px; font-family:tahoma
}

.SMParent a {
	color:white;
	font:bold 11px tahoma;
	text-decoration:none;
}

.SMParentover a {
	color:white;
	font:bold 11px tahoma;
	text-decoration:underline;
}

.SMParentSelected a {
	color:white;
	font:bold 11px tahoma;
	text-decoration:none;
}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url('background_parentselectedbr.gif');
    background-repeat:no-repeat;
    border-left:1px solid #2A4DAB;
    border-right:1px solid #2A4DAB;
    border-top:1px solid #2A4DAB;
    color:white;
    text-align:left;
    height:23px;
    padding-left:13px;
    padding-top:5px;
    margin-top:20px; cursor:hand; font-style:normal; font-variant:normal; font-weight:bold; font-size:11px; font-family:tahoma
}

.SMChild {
    font:11px tahoma;
    color:#800000;
    padding-left:10px;
    padding-top:5px;
    text-align:left;
}
.SMChild a {
	color:#800000;
	font:11px Tahoma;
	text-decoration:none;
}

.SMChildOver {
    font:11px tahoma;
    color:#800000;
    padding-left:10px;
    padding-top:5px;
    text-decoration:underline;
    cursor:pointer;
    text-align:left;
}
.SMChildOver a {
	color:#800000;
	font:11px Tahoma;
	text-decoration:underline;
}

.SMChildSelected {
    font:11px tahoma;
    color:#800000;
    padding-left:10px;
    padding-top:5px;
    text-align:left;
}
.SMChildSelected a {
	color:#545DC6;
	font:11px Tahoma;
	text-decoration:none;
}

.SMChildrenBox {
    background-color:#FFFFFF;
    border-bottom:1px solid #2A4DAB;
    border-left:1px solid #2A4DAB;
    border-right:1px solid #2A4DAB;
	padding-top: 7px;
	padding-bottom: 7px;
}

.SMMenu {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    width:148px;
    padding:5px;
    cursor:none;
	background-color:#F2D2A3;
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}

.SMChildImage {
	vertical-align:middle;
	border:0px solid black;
	margin-right:6px;
}