.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(/images/pnlnew2.png);
    background-repeat:no-repeat;
    border-left:0px solid #e3e3e3;
    border-right:0px solid #e3e3e3;
    border-top:0px solid #e3e3e3;
    font:8pt Tahoma;
    color:#e3e3e3;
    text-align:left;
    height:15px;
    padding-left:0px;
    padding-top:3px;
    margin-top:5px;
}

.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(/images/pnlnew1.png);
    background-repeat:no-repeat;
    border-left:0px solid #e3e3e3;
    border-right:0px solid #e3e3e3;
    border-top:0px solid #e3e3e3;
    font:8pt Tahoma;
    color:#e3e3e3;
    text-align:left;
    height:15px;
    padding-left:0px;
    padding-top:3px;
    margin-top:5px;
    cursor:pointer;
}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(/images/pnl1.png);
    background-repeat:no-repeat;
    border-left:0px solid #e3e3e3;
    border-right:0px solid #e3e3e3;
    border-top:0px solid #e3e3e3;
    font:6pt Tahoma;
    color:#000000;
    text-align:left;
    height:20px;
    padding-left:0px;
    padding-top:3px;
    margin-top:5px;
}

.SMChild {
    font:6pt tahoma;
    color:white;
    padding-left:10px;
    padding-top:5px;
    text-align:left;
}
.SMChild a {
	color:white;
	font:6pt Tahoma;
	text-decoration:none;
}

.SMChildOver {
    font:8pt tahoma;
    color:#767676;
    padding-left:5px;
    padding-top:5px;
    text-align:left;
}
.SMChildOver a {
    color:#767676;
	font:8pt Tahoma;
}

.SMChildSelected {
    font:8pt tahoma;
    color:#545DC6;
    padding-left:5px;
    padding-top:5px;
    text-align:left;
}
.SMChildSelected a {
	color:#545DC6;
	font:8pt Tahoma;
	text-decoration:none;
}

.SMChildrenBox {
    background-color:white;
    border-bottom:1px solid #e3e3e3;
    border-left:1px solid #e3e3e3;
    border-right:1px solid #e3e3e3;
    border-top:1px solid #e3e3e3;
	padding-top: 7px;
	padding-bottom: 7px;
}

.SMMenu {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    width:160px;
    padding: 5px;
	background-color:Transparent;
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}

.SMChildImage {
	vertical-align:middle;
	border:0px solid #e3e3e3;
	margin-right:6px;
}
