.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(titlebar.png);
    background-repeat:repeat-x;
    font:normal 13px tahoma,geneva,sans-serif;
    color:#FFFFFF;
    text-align:left;
    height:20px;
    padding-left:13px;
    margin-top:5px;
    padding-top:2px;
    text-decoration: none;
	text-transform: uppercase;
}

.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(titlebar-active.png);
    background-repeat:repeat-x;
    font:normal 13px tahoma,geneva,sans-serif;
    color:#FFFFFF;
    text-align:left;
    height:20px;
    padding-left:13px;
    margin-top:5px;
    padding-top:2px;
    cursor:pointer;
    text-decoration: none;
	text-transform: uppercase;
}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(titlebar-active.png);
    background-repeat:repeat-x;
    font:normal 13px tahoma,geneva,sans-serif;
    color:#FFFFFF;
    text-align:left;
    height:20px;
    padding-left:13px;
    margin-top:5px;
    padding-top:2px;
    text-decoration: none;
	text-transform: uppercase;
}

.SMParent a, .SMParent a:hover, .SMParent a:visited, 
.SMParentOver a,  .SMParentOver a:hover, .SMParentOver a:visited, 
.SMParentSelected a, .SMParentSelected a:hover, .SMParentSelected a:visited
{
    font:normal 13px tahoma,geneva,sans-serif;
    color:#FFFFFF;
    text-align:left;
    text-decoration: none;
	text-transform: uppercase;
}



.SMChild {
    font-size:12px;
    font-weight:normal;
    color: #000000;
    display: block;
    text-align:left;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    /* background: url(../../images/arrowbullet.png) no-repeat center left; */ /*custom bullet list image*/
	text-transform:uppercase;
}
.SMChild a {
	color: #000000;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
}

.SMPointyBullet {
    width: 6px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    position: relative;
    background: url(../../images/playbutton.gif) no-repeat center left; /*custom bullet list image*/
}

.SMChildOver {
    font-size:12px;
    font-weight:normal;
    color: #A70303;
    display: block;
    text-decoration:none;
    cursor:pointer;
    text-align:left;
    /* background: url(../../images/arrowbullet.png) no-repeat center left; */ /*custom bullet list image*/    
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
	text-transform:uppercase;
}
.SMChildOver a {
	color: #A70303;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
}

.SMChildSelected {
    font-size:12px;
    color: #A70303;
    font-weight:normal;
    text-decoration:none;    
    display: block;
    text-align:left;
    /* background: url(../../images/arrowbullet.png) no-repeat center left; */ /*custom bullet list image*/    
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
	text-transform:uppercase;
}
.SMChildSelected a {
	color: #A70303;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
}

.SMChildrenBox {
	padding-top: 7px;
	padding-bottom: 7px;
}

.SMMenu {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    width:260px;
    margin-left:25px;
    float:left;
    padding:0;
    position:relative;
}
*html .SMMenu {margin-left:12px;}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}

.SMChildImage {
	vertical-align:middle;
	border:0px solid black;
	margin-right:6px;
}