.SMParent 
{
	background-image:url('bullet.png');
	background-repeat:no-repeat;
	background-position:left center;
	font:bold 8pt Arial;
    color: #000000;
    text-indent:3px;
    text-align:left;
    padding: 2px;
    padding-left: 12px;
    height:21px;
    background-color: transparent;
    overflow:hidden;
    border-bottom: solid 1px #565656; 
    vertical-align:middle;
    
}

.SMParentOver {
	background-image:url('bullet.png');
	background-repeat:no-repeat;
	background-position:left center;
	font:bold 8pt Arial;
    color: #000000;
    text-indent:3px;
    text-align:left;
    padding: 2px;
    padding-left: 12px;
    height:21px;
    background-color: transparent;
    overflow:hidden;
    border-bottom: solid 1px #565656;   
    cursor:pointer; 
    
    
}

.SMParentSelected {
	background-image:url('bullet.png');
	background-repeat:no-repeat;
	background-position:left center;
	font:bold 8pt Arial;
    color: #000000;
    text-indent:3px;
    text-align:left;
    padding: 2px;
    padding-left: 12px;
    height:21px;
    background-color: transparent;
    overflow:hidden;
    border-bottom: solid 1px #565656;    
    
    
}


.SMChild 
{	
	font:8pt Arial; 
	color:#000000;
	text-decoration:none;
    padding-left: 5px;
	text-align:left;
	overflow:hidden;
	
}


.SMChildOver {
	font:8pt Arial; 
	color:black;
	text-decoration:none;
    padding-left: 5px;
	text-align:left;
	overflow:hidden; 
}

.SMChildSelected {
	font:bold 8pt Tahoma; 
	color:#000000;
	text-decoration:none;
    padding-left: 7px;
	text-align:left;
	overflow:hidden;
}

.SMChildrenBox {
	padding-left:3px;
	overflow:hidden;
	height:-1px;
}


.SMImageParent {
	display:none;
	overflow:hidden;
}

.SMImageChild {
	border:0px;
	margin-right:2px;
	overflow:hidden;
	height:-1px;
}

.SMMenu
{
width:175px;
overflow:hidden;
height:-1px;

}

