.SMParent
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: 27px;
  background-image:url('background_parent.png');
  background-repeat: no-repeat;
  font:bold 11px Trebuchet MS,verdana, Tahoma;
  color:#417b9e;
  font-weight: bold;
  text-align:left;
	text-decoration: none;
	padding-top:6px;
  padding-left: 34px;
}

.SMParent a
{
  font:bold 11px Trebuchet MS,verdana, Tahoma;
  color:#417b9e;
  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_parentover.png');
  background-repeat: no-repeat;
  font:bold 11px Trebuchet MS,verdana, Tahoma;
  color:#417b9e;
  font-weight: bold;
  text-align:left;
	text-decoration: none;
	padding-top:6px;
  padding-left: 34px;
	cursor:pointer; 
}

.SMParentOver a
{
  font:bold 11px Trebuchet MS,verdana, Tahoma;
  color:#417b9e;
  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:bold 11px Trebuchet MS,verdana, Tahoma;
  color:#417b9e;
  text-align:left;
	text-decoration: none;
	padding-top:6px;
  padding-left: 34px;
}

.SMParentSelected a
{
  font:bold 11px Trebuchet MS,verdana, Tahoma;
  color:#417b9e;
  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:bold 11px Trebuchet MS,verdana, Tahoma;
  color:#7bacbe;
  text-align:left;
	text-decoration: none;
	padding-top:6px;
  padding-left: 34px;
}

.SMChild a
{
	color:#7bacbe;
  font:bold 11px 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:bold 11px Trebuchet MS,verdana, Tahoma;
  color:#e46b40;
  text-align:left;
	text-decoration: none;
	padding-top:6px;
  padding-left: 34px;
}

.SMChildOver a
{
	color:#e46b40;
  font:bold 11px 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:bold 11px Trebuchet MS,verdana, Tahoma;
  color:#006099;
  text-align:left;
	text-decoration: none;
	padding-top:6px;
  padding-left: 34px;
}

.SMChildSelected a
{
	color:#006099;
  font:bold 11px 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;
}