/* Basic code - don't modify */
 
 #categories_block_top_sc_ul { display: block; margin: 0; padding: 0; position: relative; text-align: left; float:right; }
#categories_block_top_sc_ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
  #categories_block_top_sc_ul a { display: block; }
  #categories_block_top_sc_ul ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  #categories_block_top_sc_ul ul ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #categories_block_top_sc_ul ul { line-height: 0; } /* IE6 "fix" */
#categories_block_top_sc_ul ul a {
	zoom: 1;
	border-bottom: none;
} /* IE6/7 fix */


    #categories_block_top_sc_ul ul li { float: none; }
    #categories_block_top_sc_ul ul ul { top: 0; }
    
/* Essentials - configure this */

			
/* enrichissement menu */			
#categories_block_top_sc_ul {
	background-color: transparent;
	text-align: center;
	top: 15px;
	*top: 14px;
	padding-left: 0px;
	
}

/* enrichissement sous-menu */
#categories_block_top_sc_ul ul {
	border-bottom: 1px solid #5D717E;
	top: 48px;
}

/* enrichissement 2 ème niveau sous-menu */
#categories_block_top_sc_ul ul  ul{
	border-top: 1px solid #5D717E;
}

/* enrichissement catégories */

#categories_block_top_sc_ul a.selected {
	background: url('../img/menu_over.gif') no-repeat;
	color: black;
}

#categories_block_top_sc_ul a.hover {
	background:#76675D;
	color:#FFFFFF;
}

#categories_block_top_sc_ul a {
	background:#50443D;
	font-family: Arial; 
	color: white;
	font-size: 12px;
	width:auto;
	height: 15px;
	padding:5px 30px 5px 30px;
	display:block;
	float:left;
	text-decoration:none;
}

/* enrichissement sous-catégories */
#categories_block_top_sc_ul ul li a {
	background: white;
	border-right: 1px solid #5D717E;
	border-left: 1px solid #5D717E;
	height:20px;
	width:135px;
	color: #5D717E;
	font-size: 12px;
	font-weight:normal;
	text-indent: 10px;
	text-align: left;
	padding-top: 7px;
}

#categories_block_top_sc_ul ul a {
	margin-top: 0px;
	/* opacity: 0.9; */
	/* filter: alpha(opacity=90); */
}
#categories_block_top_sc_ul ul a.hover {
	background: #B1C903;
	color: white;
}

#categories_block_top_sc_ul ul a.selected{ 
	background: #B1C903;
	color: white;
}


/* enrichissement 2ème niveau sous-catégories */

#categories_block_top_sc_ul ul ul li a {
	background: #F3F7D9;
	height:20px;
	width:135px;
	color: #5D717E;
	font-size: 12px;
	font-weight:normal;
	text-indent: 10px;
	text-align: left;
	padding-top: 0px;
}

#categories_block_top_sc_ul ul ul a {
	margin-top: 0px;
	/* opacity: 0.9; */
	/* filter: alpha(opacity=90); */
}
#categories_block_top_sc_ul ul ul a.hover {
	background: #B1C903;
	color: white;
}

#categories_block_top_sc_ul ul ul a.selected{ 
	background: #B1C903;
	color: white;
}
/* #categories_block_top_sc_ul ul a { border-bottom: none; } - I also needed this for IE6/7 */


/* #categories_block_top_sc_ul ul a { border-bottom: none; } - I also needed this for IE6/7 */

