.SMParent, .SMParentOver, .SMParentSelected {
	background-image: url(header.png); 
	font: 12px arial; 
	color: white; 
	text-align: center; 
	padding: 4px;
	cursor: pointer; cursor: hand;
}

.SMChild {
    font: 12px arial; 
    color: #2D466F; 
    text-align: center;
}
.SMChild a {
    font: 12px arial; 
    color: #2D466F; 
	text-decoration: none;
}

.SMChildOver {
    font: 12px arial; 
    color: blue; 
    text-align: center; 
    text-decoration: none;
    cursor: pointer;
}
.SMChildOver a {
    font: 12px arial; 
    color: blue; 
	text-decoration: none;
}

.SMChildSelected {
    font: 12px arial; 
    color: #2D466F; 
    text-align: center;
}
.SMChildSelected a {
    font: 12px arial; 
    color: #2D466F; 
	text-decoration: none;
}

.SMChildrenBox {
    background-image: url(background.png);
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

.SMMenu {
    width: 145px;
}

.SMImageParent {
	display: none;
}

.SMImageChild {
	display: none;
}

.SMChildImage {
	vertical-align: middle;
	border: 0px solid black;
	margin-right: 6px;
}
