.SMParent
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 27px;
  background-image:url('background_parent.png');
  background-repeat: no-repeat;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma;
  color:#275a7e;
  font-weight: bold;
  text-align:left;
	text-decoration: none;
	padding-top:6px;
  padding-left: 34px;
  cursor: hand;
}

.SMParent a
{
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma;
  color:#275a7e;
  font-weight: bold;
  text-align:left;
	text-decoration: none;
}

.SMParentOver
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 27px;
  background-image:url('background_parent.png');
  background-repeat: no-repeat;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma;
  color:#275a7e;
  font-weight: bold;
  text-align:left;
	text-decoration: none;
	padding-top:6px;
  padding-left: 34px;
  cursor: hand;
}

.SMParentOver a
{
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma;
  color:#275a7e;
  font-weight: bold;
  text-align:left;
	text-decoration: none;
}

.SMParentSelected
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 27px;
  background-image:url('background_parentselected.png');
  background-repeat: no-repeat;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma;
  color:#275a7e;
  text-align:left;
	text-decoration: none;
	padding-top:6px;
  padding-left: 34px;
  cursor: hand;
}

.SMParentSelected a
{
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma;
  color:#275a7e;
  font-weight: bold;
  text-align:left;
	text-decoration: none;
}

.SMChild
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 27px;
  background-image:url('background_child.png');
  background-repeat: no-repeat;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma;
  color:#7bacbe;
  text-align:left;
	text-decoration: none;
	padding-top:6px;
  padding-left: 34px;
  cursor: hand;
}

.SMChild a
{
	color:#7bacbe;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma;
	text-decoration:none;
}

.SMChildOver
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 27px;
  background-image:url('background_child.png');
  background-repeat: no-repeat;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma;
  color:#e46b40;
  text-align:left;
	text-decoration: none;
	padding-top:6px;
  padding-left: 34px;
  cursor: hand;
}

.SMChildOver a
{
	color:#e46b40;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma;
	text-decoration:none;
}

.SMChildSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 27px;
  background-image:url('background_childselected.png');
  background-repeat: no-repeat;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma;
  color:#006099;
  text-align:left;
	text-decoration: none;
	padding-top:6px;
  padding-left: 34px;
  cursor: hand;
}

.SMChildSelected a
{
	color:#006099;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma;
	text-decoration:none;
}

.SMChildrenBox
{
	background-color:#717171;
}

.SMMenu
{
	background-color:white;
	width: 183px;
	overflow:hidden;
}

.SMImageParent
{
	display:none;
}

.SMImageChild
{
	display:none;
}
