#MnuCategorie .SMParent {
    background-image:url(bg_parent.gif);
    background-repeat:no-repeat;
    background-position:right;

	height: 18px; 
	background-color:#FFCC66;
	border-bottom:1px solid #17A398; /* dotted */
    font: bold 11px Verdana; /* bold*/
    letter-spacing: -0.05em;
    color:#154A2C;
    text-align:left;
    padding-left: 4px;
padding-right: 15px;    
}

#MnuCategorie .SMParent a{
    color:#009999;
	text-decoration: none;
}

#MnuCategorie .SMParentOver {
    background-image:url(bg_parentselected.gif);
    background-repeat:no-repeat;
    background-position:right;

	height: 18px; 
	background-color: #17A398;
	border-bottom:1px solid #17A398;	 /* dotted */
	font: bold 11px Verdana;
	letter-spacing: -0.05em;
    text-align:left;
	text-decoration:none; 
    padding-left: 4px;
	padding-right: 15px;
    cursor:pointer;
}

#MnuCategorie .SMParentOver a{
	background-color: #17A398;
	border-bottom:1px #17A398;	 
	font:bold 11px Verdana;
    color:white;
    text-align:left;
	text-decoration:none; 
    cursor:pointer;
}

#MnuCategorie .SMParentSelected {
    background-image:url(bg_parentselected.gif);
    background-repeat:no-repeat;
    background-position:right;
	
	height: 18px; 
	background-color :#17A398;
	border-bottom:1px solid #17A398; /* dotted */
	font:bold 11px Verdana;
	letter-spacing: -0.05em;
    color:#000000;
    text-align:left;
    padding-left: 4px;
    padding-right: 15px;
	cursor:default;
}

#MnuCategorie .SMParentSelected a{
	height: 18px; 
	background-color :#17A398;
	font:bold 11px Verdana;
    color:#FFFFFF;
    text-align:left;
	text-decoration: none;
    paadding-left: 4px;
}

#MnuCategorie .SMChild {
	height: 18px; 
	border-bottom:1px solid #009999; /* dotted */
	font:11px Verdana;
	text-decoration:none;
	color:white;
	padding-left: 3px;
	cursor:pointer;
	text-align:left;
	aoverflow: hidden;
}
#MnuCategorie .SMChild a {
	color:009999;
	font: 10px Verdana;
	text-decoration:none;
	aoverflow: hidden;
}

#MnuCategorie .SMChildOver {
	height: 18px; 
	border-bottom:1px solid #17A398; /* dotted */
    font: 10px Verdana; 
	text-decoration:none; 
    color:#FFFFFF;
    padding-left: 3px; /* ex 15*/
	cursor:pointer;
	text-align:left;
    text-decoration: none;
	aoverflow: hidden;
}

#MnuCategorie .SMChildOver a {
	color:#FFFFFF;
	font: 10px Verdana;
	text-decoration: none;
	aoverflow: hidden;
}

#MnuCategorie .SMChildSelected {
	height: 18px; 
	border-bottom:1px solid #17A398; /* dotted */
    font: 10px Verdana; 
    color:white;
    padding-left: 3px;
    text-align:left;
}
#MnuCategorie .SMChildSelected a {
	color:white;
	font: 10px Verdana;
	text-decoration:none;

    /*
	background-image:url(childselected.gif);
    background-repeat:no-repeat;
    background-position:right;
	*/
}

#MnuCategorie .SMChildrenBox {
}

.SMMenu {
	/* background-color:#AEE75C; */
	width: 145px;
	height: auto;
	border-bottom:none;
	overflow:hidden;
}

#MnuCategorie .SMImageParent {
	border:0px;
	vertical-align:middle;
	margin: 0 0 0 0;
	width:0px;
	height:0px;
	visibiliy: hidden;
}

#MnuCategorie .SMImageChild {
	border:0px;
	vertical-align: middle;
	width:13px;
	height:12px;
}
