.SMParent {
    background-image:url('parent.gif');
    background-repeat: no-repeat;
	font:bold 9pt Tahoma;
	color:#333333;
	text-align:left;
	text-decoration: none;
	height:20px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding-left: 5px;
	padding-top: 3px;
	background-image: none;
}
.SMParentOver {
    background-image:url('parentover.gif');
    background-repeat: no-repeat;
	color:#333333;
	text-align:left;
	text-decoration: underline;
	cursor:pointer;
	height:20px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 3px;
	background-image: none;
}
.SMParentSelected {
    background-image:url('parentselected.gif');
    background-repeat: no-repeat;
	background-color: #808080;
	font:bold 9pt Tahoma;
	color:#FFFFFF;
	text-align:left;
	text-decoration: none;
	cursor:pointer;
	height:20px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding-left: 5px;
	padding-top: 3px;
	background-image: none;
}
.SMChild {
	color:#333333;
	text-decoration:none;
	padding-left: 5px;
	text-align:justify;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Tahoma;
	font-size: 8pt;
	background-color: #FFFFFF;
}

.SMChildOver {
	font:8pt Tahoma;
	color:#333333;
	padding-left: 5px;
	text-align:justify;
	padding-top: 5px;
}
.SMChildrenBox {
	background-color: white;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #808080;
	border-left-color: #808080;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
	padding-right: 5px;
}

.SMMenu {
	background-color:white;
	width: 100%;
	overflow:auto;
}

.SMImageParent {
	vertical-align:top;
}

.SMImageChild {
	display:none;
}