.SMParent2 {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 20px;
    background-image:url('background_parent.jpg');
    background-repeat: no-repeat;
	border-top:none;
    font:bold 11px arial;
    color:#7d6f61;
    text-align:left;
	text-decoration: none;
	padding-top:3px;
    padding-left: 3px;
}

.SMParent2 a {
	color:#7d6f61;
	font:bold 11px arial;
	text-decoration:none;
}

.SMParent2 a:visited {
	color:#7d6f61;
	font:bold 11px arial;
	text-decoration:none;
}

.SMParentOver2 {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 20px;
    background-image:url('background_parentover.jpg');
    background-repeat: no-repeat;
	border-top:none;
    font:bold 11px arial;
    color:#ffffff;
    text-align:left;
	text-decoration: none;
	padding-top:3px;
    padding-left:3px;
	cursor:pointer; 
}

.SMParentOver2 a {
	color:#ffffff;
	font:bold 11px arial;
	text-decoration:none;
}

.SMParentSelected2 {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 20px;
    background-image:url('background_parent.jpg');
    background-repeat: no-repeat;
	border-top:none;
    font:bold 11px arial;
    color:#7d6f61;
    text-align:left;
	text-decoration: none;
	padding-top:3px;
    padding-left:3px;
}

.SMParentSelected2 a {
	color:#ffffff;
	font:bold 11px arial;
	text-decoration:none;
}

.SMChild2 
{
    font-family:arial; 
    font-size:11px;
	color:#7d6f61;
	text-decoration:none;
    padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
    text-align:left;
    background-color:#ebe8e2;
}
.SMChild2 a {
	font-family:arial; 
    font-size:11px;
	color:#7d6f61;
	text-decoration:none;
}

.SMChildOver2 {
	font-family:arial; 
    font-size:11px;
	color:#7d6f61;
	text-decoration:none;
    padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:text;
	text-align:left;
}
.SMChildOver2 a {
	color:#7d6f61;
	font-family:arial; 
    font-size:11px;
	text-decoration:underline;
}

.SMChildSelected2 {
    font-family:arial; 
    font-size:11px;
	color:#7d6f61;
	text-decoration:underline;
    padding-left: 20px;
    text-align:left;
}
.SMChildSelected2 a {
	font-family:arial; 
    font-size:11px;
	color:#7d6f61;
	font:11px arial;
	text-decoration:none;
}

.SMChildrenBox2 {
	background-color:#ebe8e2;
}

.SMMenu2 {
	background-color:white;
	width: 580px;
	overflow:hidden;
}

.SMImageParent2 {
	display:none;
}

.SMImageChild2 {
	display:none;
}