.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parent.gif);
    background-repeat:repeat-x;
	border-top:1px solid #DADBDB;
    font:bold 8pt Tahoma;
    color:#7E7D7B;
    text-align:left;
	padding: 2px;
    padding-left: 12px;
    height:21px;
}

.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parent.gif);
    background-repeat:repeat-x;
	border-top:1px solid #DADBDB;
    font:bold 8pt Tahoma;
    color:#006896;
    text-align:left;
	padding: 2px;
    padding-left: 12px;
	cursor:pointer; 
    height:21px;
}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parentselected.gif);
    background-repeat:repeat-x;
	border-top:1px solid #DADBDB;
    font:bold 8pt Tahoma;
    color:white;
    text-align:left;
	padding: 2px;
    padding-left: 12px;
    height:21px;
}

.SMChildSelected {
	
}
.SMChildSelected a {
	
}
.SMChildOver a {
	
}
.SMChildOver {
	
	
}
.SMChild 
{
	
	
	
}
.SMChild a {
	/*color:#000000;
	text-decoration:none;	
	font-size:8pt;*/
	text-decoration:none;
	
	
}



.SMChildrenBox {
	padding-left:3px;
}



.SMMenu {
	/*background-color:white;*/
	background-color: #f8ffff;
	border:2px solid #DADBDB;
	border-top:none;
	/*width: 150px;*/
	border-top: none;
	overflow:hidden;
}

.SMImageParent {
	display:none;
}

/*.SMImageChild {
	border:0px;
	margin-right:2px;
}*/
/* no undelined links
a
{
	text-decoration:none;
 }*/
