﻿.SMParent {
    text-align:left;
}
.SMParentOver {
    cursor:pointer;
}
.SMParentSelected {
	cursor:default;
}
.SMChild {
	font: 12px; 
	cursor:pointer;
	text-align:left;
}
.SMChild a {
	font:12px;
	color: #3976b4;
}

.SMChildOver {
	font: 12px;
	text-decoration:none;
	
	cursor:pointer;
	text-align:left;
}
.SMChildOver a {
	color: #3976b4;
    
}

.SMChildSelected {
	font:bold;
}

.SMChildSelected a {
	font:bold 12px;
	text-decoration:none;
}

.SMChildrenBox {
	max-width:280px;
	margin-left:20px;
	margin-bottom:0px;
	padding-bottom:5px;
	overflow:hidden;
}

.SMMenu {
	background-color:white; 
	width: 348px;
	padding: 0px;
	overflow:hidden;
}

.SMImageParent {
	border:0px;
	display:none;
}

.SMImageChild {
	display:none;
}
