.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parent.gif);
    background-repeat:no-repeat;
    background-position:center;
    font:bold 9pt Arial;
    color:#ffffff;
    text-align:right;
    Cursor:pointer;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    height:22px;
    
}


.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parentover.gif);
    background-repeat:no-repeat;
    background-position:center;
    font:bold 13px Arial;
    color:#ffffff;
    text-align:right;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    cursor:pointer;
        height:22px;

}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parentselected.gif);
    background-repeat:no-repeat;
    background-position:center;
    font:bold 13px Arial;
    color:#00388D;
    text-align:right;
    Cursor:pointer;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
        height:22px;

}


.SMParent a {

    color:#ffffff;
	text-decoration:none; 
}
.SMParentOver a {

    color:#ffffff;
	text-decoration:none; 
}
.SMParentSelected a {

    color:#383E35;
	text-decoration:none; 
}

.SMChild {
    font:11px Arial;
    color:#215DC6;
    padding-left:0px;
    padding-top:0px;
}
.SMChild a {
	color:#1243A2;
	font:11px Arial;
	text-decoration:none;
}

.SMChildOver {
    font:11px Arial;
    color:#428EFF;
    padding-left:0px;
    padding-top:0px;
    text-decoration:underline;
    cursor:pointer;
}

.SMChildOver a {
	color:#428EFF;
	font:11px Arial;
	text-decoration:underline;
}


.SMChildSelected {
    font:11px Arial;
    color:#215DC6;
    padding-left:0px;
    padding-top:0px;
}

.SMChildSelected a {
	color:#215DC6;
	font:11px Arial;
	text-decoration:none;
}


.SMChildrenBox {
    background-color:#ffffff;
    border-bottom:1px solid white;
    border-left:1px solid white;
    border-right:1px solid white;
	text-align:right;
	padding-right:0px;
	
}

/* for box in submenu */
.SMMenu {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    width:130px;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:0px;
    padding-left:0px;
	background-color:#ffffff;
	

}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}

.SMChildImage {
	vertical-align:middle;
	border:0px solid black;
	margin-right:0px;
	
}

.menuHeight {
	height:1px;
}

.iconCss {
	height:5px;
}
.hiddenPic {display:none}
