.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-color:#E7E7E7;
	border-top:1px solid #DADBDB;
    font:8pt arial;
    color:#006699;
    text-align:left;
	padding: 1px;
    padding-left: 5px;
    height: 18px;
}

.SMParent a {
	text-decoration:none;
	
}

.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:#E7E7E7;
    border-top:1px solid #DADBDB;
    font: 8pt arial;
    color:#006699;
    text-align:left;
	padding: 1px;
    padding-left: 5px;
	height: 18px;
	cursor:pointer; 
	text-decoration:underline;
}


.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-top:1px solid #DADBDB;
    font:bold 8pt arial;
    color:#006699;
    text-align:left;
	padding: 1px;
    padding-left: 5px;
    height:18px;

}
.SMParentSelected a{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	color:#006699;
    text-align:left;
	padding: 1px;
    padding-left: 5px;
    height:18px;
	text-decoration:none;
}

.SMParentSelected a:hover{
	color:#006699;
    text-align:left;
	padding: 1px;
    padding-left: 5px;
    height:18px;
	text-decoration:underline;
}


.SMChild {
	font:8pt Arial; 
	color:#006699;
	text-decoration:none;
    padding-left: 10px;
	text-align:left;
}

.SMChild a{
	font:8pt Arial; 
	color:#006699;
	text-decoration:none;
    padding-left: 10px;
	text-align:left;
}


.SMChildOver {
	font:8pt Arial; 
	color:#006699;
	text-decoration:underline;
    padding-left: 20px;
	cursor:pointer;
	text-align:left;
}


.SMChildSelected {
	font:bold 8pt Arial; 
	color:#006699;
	text-decoration:none;
    padding-left: 10px;
	text-align:left;
}


.SMChildrenBox {
	padding-left:5px;
}

.SMMenu {
	background-color:E7E7E7;
	border:1px solid #DADBDB;
	border-left:0px;
	border-right:0px;
	border-top:none;
	width: 150px;
	padding:0px;
	border-top: none;
}

.SMImageParent {
	border:0px;
	margin-right:2px;
	width:5px;
	height:7px;
}

.SMImageChild {
	border:0px;
	margin-right:1px;
}
