.SMParent, .SMParentOver, .SMParentSelected 
{
	padding-left: 13px;
	font: bold 10px arial;
	color: #FFF;
	line-height:20px;
	border-bottom: 1px solid #a6a6a6;
	border-top: 1px solid #bcbcbc;
	cursor:pointer;
}

.SMParentOver, .SMParentSelected 
{
	background-color: #b8b8b8;
}

.SMParent a, .SMParentOver a, .SMParentSelected a
{
	color: #ffffff;
	text-decoration: none;
}

.SMChild, .SMChildSelected, .SMChildOver {
	padding-left: 13px;
	font: bold 10px arial;  
	color:#e2e2e2;
	line-height:16px;
}

.SMChildSelected, .SMChildOver {
	background-color: #99999a;
}

.SMChild a, .SMChildOver a, .SMChildSelected a {
	text-decoration:none;
	color:#e2e2e2;
}

.SMChildrenBox {
	background-color: #8e8e8f;
	padding-top: 2px;
	padding-bottom: 1px;
}

.SMMenu {
	width: 173px;
	padding-top: 0px;
	background-color: #b0b0b0;
	overflow:hidden;
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}
