A.parentLink:link    { color:#444849; text-decoration:none; font-weight:normal; }
A.parentLink:visited { color:#444849; text-decoration:none; font-weight:normal; }
A.parentLink:active  { color:#444849; text-decoration:none; font-weight:normal; }
A.parentLink:hover   { color:#444849; text-decoration:none; font-weight:normal; }


.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parent.gif);
    background-color:#F1FAF9;
    background-repeat:no-repeat;
    background-position:left;
    font:bold 9pt Arial;
    color:#444849;
    text-align:right;
    Cursor:hand;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    height:18px;
    
}


.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parentover.gif);
    background-color:#E5E5E5;
    background-repeat:no-repeat;
    background-position:left;
    font:bold 13px Arial;
    color:#E5E5E5;
    text-align:right;
    Cursor:hand;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    cursor:pointer;
        height:18px;

}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    background-image:url(background_parentselected.gif);
    background-color:#E5E5E5;
    background-repeat:no-repeat;
    background-position:left;
    font:bold 13px Arial;
    color:#E5E5E5;
    text-align:right;
   Cursor:hand;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
        height:18px;

}


.SMParent a {

    color:#444849;
	text-decoration:none; 
}

.SMParentOver a {

    color:#444849;
	text-decoration:none; 
}
.SMParentSelected a {

    color:#383E35;
	text-decoration:none; 
}

.SMChild {
    font:11px Arial;
    color:#215DC6;
    padding-left:0px;
    padding-top:0px;
}


.SMChild a:link {
	color:#215DC6;
	font:11px Arial;
	text-decoration:none;
}
.SMChild a:visited {
	color:#215DC6;
	font:11px Arial;
	text-decoration:none;
}
.SMChild a:active {
	color:#215DC6;
	font:11px Arial;
	text-decoration:none;
}
.SMChild a:hover {
	color:#215DC6;
	font:11px Arial;
	text-decoration:none;
}

.SMChildOver {
    font:11px Arial;
    color:#000000;
    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:0px solid white;
    border-left:0px solid white;
    border-right:0px solid white;
	text-align:right;
	padding-right:0px;
	
}

/* for box in submenu */
.SMMenu {
    width:170px;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:0px;
    padding-left:0px;
	background-color:#E5E5E3;
	

}

.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}
