.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parent.jpg);
    background-repeat:no-repeat;
    background-position:center;
    font:bold 11px tahoma;
    color:#215DC6;
    text-align:left;
    height:37px;
    padding-left:13px;
    padding-top:19px;
}


.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parentover.jpg);
    background-repeat:no-repeat;
    background-position:center;
    font:bold 11px tahoma;
    color:#428EFF;
    text-align:left;
    height:37px;
    padding-left:13px;
    padding-top:19px;
    cursor:pointer;    
}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parentselected.jpg);
    background-repeat:no-repeat;
    background-position:center;
    font:bold 11px tahoma;
    color:#215DC6;
    text-align:left;
    height:37px;
    padding-left:13px;
    padding-top:19px;     
}

.SMChild {
    font:11px tahoma;
    color:#215DC6;
    padding-left:5px;
    padding-top:5px;
}
.SMChild a {
	color:#215DC6;
	font:11px Tahoma;
	text-decoration:none;
}

.SMChildOver {
    font:11px tahoma;
    color:#428EFF;
    padding-left:5px;
    padding-top:5px;
    text-decoration:underline;
    cursor:pointer;
}
.SMChildOver a {
	color:#428EFF;
	font:11px Tahoma;
	text-decoration:underline;
}

.SMChildSelected {
    font:11px tahoma;
    color:#215DC6;
    padding-left:5px;
    padding-top:5px;
}
.SMChildSelected a {
	color:#215DC6;
	font:11px Tahoma;
	text-decoration:none;
}

.SMChildrenBox {
    height:95px;
    background-color:#D6DFF7;
    border-bottom:1px solid white;
    border-left:1px solid white;
    border-right:1px solid white;
	text-align:left;
	margin:0px;
	padding:0px;
}

.SMMenu {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    width:205px;
	height:auto;
    padding:10px;
	background-color:#6F8CDE;
}




.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}

.SMChildImage {
	vertical-align:middle;
	border:0px solid black;
	margin-right:6px;
}


/*IE8 Hack*/
.SMParent, .SMParentOver, .SMParentSelected
{
    padding-top /*\**/:0px\9;
    line-height /*\**/:50px\9;
}
.SMMenu {
	width/*\**/:225px\9;
	* width:205px;
}


/*Safari hack*/
body:nth-of-type(1) .SMParent,
body:nth-of-type(1) .SMParentOver,
body:nth-of-type(1) .SMParentSelected
{    
    padding-top:0px;
    line-height:50px; 
}

body:nth-of-type(1) .SMMenu
{
    width:185px;
}
