.SMParent {
	height: 20px;
	background-color:#3366cc;
	border-bottom:1px solid white;
    font:11px Verdana;
    font-weight:bold; 
    color:White;
    text-align:left;
    padding-left: 4px;
}
.SMParentOver {
	height: 20px;
	background-color: #3366cc;
	border-bottom:1px solid white;	 
	font:11px Verdana; 
    color:white;
    font-weight:bold;
    text-align:left;
	text-decoration:none; 
    padding-left: 4px;
    cursor:hand;
}
.SMParentSelected {
	height: 20px;
	background-color :#3366cc;
	border-bottom:1px solid white;
	font:11px Verdana; 
    color:White;
    font-weight:bold;
    text-align:left;
    padding-left: 4px;
	cursor:default;
}

.SMChild {
	height: 18px;
    font: 11px Verdana;  
	text-decoration:none;
    color:Gray;
    padding-left: 25px;
	cursor:hand;
	text-align:left;
}
.SMChild a {
	color:Gray;
	font: 11px Verdana; 
	text-decoration:none;
}

.SMChildOver {
	height: 18px;
    font: 11px Verdana;  
	text-decoration:none; 
    color:#3ab6f6;
    padding-left: 25px;
	cursor:hand;
	text-align:left;
}
.SMChildOver a {
	color:#3ab6f6;
	font: 11px Verdana; 
}

.SMChildSelected {
	height: 18px;
    font: 11px Verdana; 
    color:gray;
    padding-left: 25px;
    text-align:left;
}
.SMChildSelected a {
	color:gray;
	font: 11px Verdana; 
	text-decoration:none;
}

.SMChildrenBox {
}

.SMMenu {
	background-color:White; 
	width: 100%;
	border-bottom:none;
	overflow:hidden;
}

.SMImageParent {
	border:0px;
	vertical-align:middle;
	margin-right:4px;
	width:9px;
	height:9px;
}

.SMImageChild {
	border:0px;
	width:0px;
	height:0px;
}

