.SMParent, .SMParentOver, .SMParentSelected 
{
	padding-left: 13px;
	font: bold 10px arial;
	color: #FFF;
	line-height:20px;
	border-bottom: 1px solid #e1d4c8;
	/*border-top: 1px solid #d2bead;*/
	cursor:pointer;
}

.SMParentOver, .SMParentSelected 
{
	background-color: #d2bead;
}

.SMParent a, .SMParentOver a, .SMParentSelected a
{
	color: #ffffff;
	text-decoration: none;
}

.SMChild, .SMChildSelected, .SMChildOver {
	padding-left: 13px;
	font: bold 10px arial;  
	color:#d2bead;
	line-height:16px;
}

.SMChildSelected, .SMChildOver {
	background-color: #b59e8a;
}

.SMChild a, .SMChildOver a, .SMChildSelected a {
	text-decoration:none;
	color:#e2e2e2;
}

.SMChildrenBox {
	background-color: #a78d77;
	padding-top: 2px;
	padding-bottom: 1px;
}

.SMMenu {
	width: 173px;
	padding-top: 0px;
	background-color: #c3a891;
	overflow:hidden;
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}