

.SMParent {

    background-image:url(fondoPadre.jpg);
    background-repeat:no-repeat;
    background-position:left;
    font:bold 11px MS Sans Serif;
    color:#ffffff; 
    text-align:left;
    height:21px;
    cursor:hand;
    width:180px;
}
.SMParentOver {
    background-image:url(fondoPadre.jpg);
    background-repeat:no-repeat;
    background-position:left;
    font:bold 11px MS Sans Serif;
    color:#ffffff;
    text-align:left;
    height:21px;
    cursor:hand;
    width:180px;
}

.SMParentSelected {
    background-image:url(fondoPadreSeleccionado.jpg);
    background-repeat:no-repeat;
    background-position:left;
    font:bold 11px MS Sans Serif;
    color:#000000;
    text-align:left;
    height:21px;
    cursor:hand;
    width:180px;
}

.SMChild {
    font:11px tahoma;
    color:#000000;
    padding-left:5px;
    padding-top:5px;
    text-decoration:none;
   
}
.SMChild a {
	color:#000000;
	font:11px Tahoma;
	text-decoration:none;
	
}

.SMChildOver {
    font:11px tahoma;
    color:#000000;
    padding-left:5px;
    padding-top:5px;
    text-decoration:underline;
    cursor:hand;
}
.SMChildOver a {
	color:#000000;
	font:11px Tahoma;
	text-decoration:underline;
	
}

.SMChildSelected {
    font:11px tahoma;
    color:#000000;
    padding-left:5px;
    padding-top:5px;
   
}
.SMChildSelected a {
	color:#000000;
	font:11px Tahoma;
	
}

.SMChildrenBox {
    height:95px;
    background-color:#FFE7A8;
    border-bottom:1px solid white;
    border-left:1px solid white;
    border-right:1px solid white;
    width:180px;
	text-align:left;
	
}

.SMMenu {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    width:180px;
    padding:10px;
	background-color:#ffffff;
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}
a
{
	text-decoration:none;
}
.SMChildImage {
	vertical-align:middle;
	border:0px solid black;
	margin-right:6px;
}
