.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#ffffff;
    background-color: #000000;
    background-image:url(/images/titlebar.png);
    background-repeat:repeat-x;
    background-position:left center;
    text-align:left;
    height:22px;
    cursor:pointer;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    overflow:hidden;
}
.SMParent a{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    color:#ffffff;
	text-decoration:none;
	overflow:hidden;
}

.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#ffffff;
    background-color: #000000;
    background-image:url(/images/titlebar-active.gif);
    background-repeat:repeat-x;
    background-position:left center;
    text-align:left;
    height:22px;
    cursor:pointer;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    overflow:hidden;
}
.SMParentOver a{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    color:#ffffff;
	text-decoration:none;
	overflow:hidden;
}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#ffffff;
    background-color: #000000;
    background-image:url(/images/titlebar-active.gif);
    background-repeat:repeat-x;
    background-position:left center;
    text-align:left;
    height:22px;
    cursor:pointer;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    overflow:hidden;
}
.SMParentSelected a{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    color:#ffffff;
	text-decoration:none;
	overflow:hidden;
}

.SMChild {
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
	color:#98760F;
    padding-bottom:4px;
	text-align:left;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
    border-bottom: 1px solid #dadada;
	overflow:hidden;
}
.SMChild a {
	color:#98760F;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
	text-decoration:none;
	overflow:hidden;
}

.SMChildOver {
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
	color:#98760F;
	text-decoration:underline;
    padding-bottom:4px;
    background-color: #F3F3F3;
	cursor:pointer;
	text-align:left;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
    border-bottom: 1px solid #dadada;
	overflow:hidden;
}
.SMChildOver a {
	color:#98760F;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
	text-decoration:underline;
	overflow:hidden;
}

.SMChildSelected {
	color:#98760F;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    padding-bottom:4px;
	text-align:left;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
    border-bottom: 1px solid #dadada;
	overflow:hidden;
}
.SMChildSelected a {
	color:#98760F;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-weight:bold;
	text-decoration:none;
	overflow:hidden;
}

.SMChildrenBox {
    padding-left:10px;
}

.SMMenu {
	background-color:Transparent;
	width: 180px;
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}