/* Basic code - NE PAS TOUCHER */

#categories_block_top_sc_ul { display: block; margin: 0; padding: 0; position: relative; text-align: left; z-index:99; clear:both; }
#categories_block_top_sc_ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	text-align:center;
	z-index:99;
}
#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; } /* IE6/7 fix */


#categories_block_top_sc_ul ul li { float: none; }
#categories_block_top_sc_ul ul ul { top: 0; }
    
	
/* Essentiels - configurer ce qui suit */

			
/* enrichissement menu, position */			
#categories_block_top_sc_ul {
	background-color: transparent;
	text-align: center;
	top: 15pt;
	vertical-align:middle;
	left: 3px;
}

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

/* 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 {
	background: url('../img/menu_on.gif') no-repeat;
	font-family: Tahoma;
	text-transform: uppercase;
	color: white;
	font-size: 9px;
	width:96px;
	height: 39px;
	padding: 4px 1px;
	text-decoration:none;
}

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

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

/* 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:165px;
	color: #5D717E;
	font-size: 9px;
	font-weight:normal;
	text-indent: 10px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
	line-height:20px;
}

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

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


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

#categories_block_top_sc_ul ul ul li a {
	background: #F3F7D9;
	height:20px;
	width:165px;
	color: #5D717E;
	font-size: 9px;
	font-weight:normal;
	text-indent: 10px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
	line-height:20px;
}

#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 a { border-bottom: none; } - I also needed this for IE6/7 */