.SMParent
{
	-moz-box-sizing: border-box;
	height: 30px;
	background-image: url('bg_parent_vmenu.png');
	background-repeat:no-repeat;
	font: bold 13px Tahoma;
	color: #883c00;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 33px;
}

.SMParentOver
{
	-moz-box-sizing: border-box;
	height: 30px;
	background-image: url('bg_parent_vmenu.png');
	background-repeat:no-repeat;
	font: bold 13px Tahoma;
	color: #c73f03;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 33px;
	cursor: pointer;
}

.SMParentSelected
{
	-moz-box-sizing: border-box;
	height: 30px;
	background-image: url('bg_parent_vmenu.png');
	background-repeat:no-repeat;
	font: bold 13px Tahoma;
	color: #c73f03;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 33px;
	cursor: pointer;
}

.SMChild
{
	padding-left: 3px;
	text-align: left;
}
.SMChild a
{
    height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #883c00;
	text-decoration: none;
}

.SMChildOver
{
    height: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3e7cc;
	padding-left: 3px;
	cursor: pointer;
	text-align: left;
}
.SMChildOver a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.SMChildSelected
{
    height: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3e7cc;
	padding-left: 3px;
	text-align: left;
}
.SMChildSelected a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #883c00;
	text-decoration: none;
}

.SMChildrenBox
{
	background-color: Transparent;
}

.SMMenu
{
	background-color: Transparent;
	width: 226px;
	overflow: hidden;
}

.SMImageParent
{
    display: none;
}

.SMImageChild
{
	display: none;
}

