.SMParent {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background: #F8F8F8 url("/images/breadcrumbs_bg.gif") bottom repeat-x;
    background-repeat:repeat-x;
    border-top:1px solid #DADBDB;
    font:bold 8pt Tahoma;
    color:#000000;
    text-align:left;
    padding-left: 12px;
    padding-top: 4px;
    height:24px;
    text-shadow: #999999 3px 3px 5px;  //nice Safari Shadow for us Macs
}
.SMParentOver {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background: #F8F8F8 url("/images/breadcrumbs_bg.gif") bottom repeat-x;
    background-repeat:repeat-x;
    border-top:1px solid #DADBDB;
    font:bold 8pt Tahoma;
    color:#006896;
    text-align:left;
    padding-left: 12px;
    padding-top: 4px;
    cursor:pointer; 
    height:24px;
    text-shadow: #999999 3px 3px 3px;  //nice Safari Shadow for us Macs
}
.SMParentSelected {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-image:url(/admin/images/ProMenu/background_parentselected.gif);
    background-repeat:repeat-x;
    border-top:1px solid #DADBDB;
    font:bold 8pt Tahoma;
    color:white;
    text-align:left;
    padding-left: 12px;
    padding-top: 4px;
    height:24px;
}
.SMChild {
	font:8pt Tahoma; 
	color:#232323;
	text-decoration:none;
        padding-left: 5px;
	text-align:left;
	
}
.SMChild a {
	color:#232323;
	font:8pt Tahoma;
	text-decoration:none;
}
.SMChildOver {
	font:8pt Tahoma; 
	color:#232323;
	text-decoration:underline;
        padding-left: 5px;
	cursor:pointer;
	text-align:left;
}
.SMChildOver a {
	color:#232323;
	font:8pt Tahoma;
	text-decoration:underline;
}
.SMChildSelected {
	font:bold 8pt Tahoma; 
	color:#232323;
	text-decoration:none;
          padding-left: 7px;
	text-align:left;
}
.SMChildSelected a {
	color:#232323;
	font:bold 8pt Tahoma;
	text-decoration:none;
}
.SMChildrenBox {
        height:95px;
        background-color:#f5f5f5;
        border-bottom:1px solid white;
        border-left:1px solid white;
        border-right:1px solid white;
        text-align:left;
}
.SMMenu {
	background-color:#f5f5f5;
	border:1px solid #DADBDB;
	border-top:none;
	width: 145px;
	overflow:hidden;
}
.SMImageParent {	
        display:none;
}
.SMImageChild {
	border:0px;
	margin-right:2px;
}
.SMChildImage {
	vertical-align:middle;
	border:0px solid black;
	margin-right:6px;
}