/* 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: left; }

#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;
}

/* enrichissement sous-menu */
#categories_block_top_sc_ul ul {
	top:31px;
}

/* enrichissement 2 ème niveau sous-menu */
#categories_block_top_sc_ul ul  ul{
	border-top: none;
}

/* enrichissement catégories */

#categories_block_top_sc_ul a {
	font-size: 14px;
	text-decoration:none;
	width: 173px;
	height: 31px;
	float: left;	
	color: #000000;
	background: transparent url(http://www.nouvelaccord.com/images/ongletsmag.jpg) no-repeat;
	background-position: top;
	line-height:33px;
	font-weight:bold;
}

#categories_block_top_sc_ul a.selected {
	width: 173px;
	height: 31px;
	float: left;
	color: #113cff;
	background: transparent url(http://www.nouvelaccord.com/images/ongletsmag.jpg) no-repeat;
	background-position: bottom;
}

#categories_block_top_sc_ul a.hover {
	width: 173px;
	height: 31px;
	float: left;
	color: #113cff;
	background: transparent url(http://www.nouvelaccord.com/images/ongletsmag.jpg) no-repeat;
	background-position: bottom;
}

/* enrichissement sous-catégories */
#categories_block_top_sc_ul ul li a {
	background: #cfd0d3;
	height:31px;
	width:173px;
	color: #7777777;
	font-size: 15px;
	font-weight:normal;
	text-indent: 10px;
	text-align: left;
	text-decoration:none;
	line-height:27px;
}

#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: #797a7f;
	color: #fff;
}

#categories_block_top_sc_ul ul a.selected{ 
	background:#797a7f;
	color: #fff;
}


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

#categories_block_top_sc_ul ul ul li a {
	background: #e5e4e5;
	height:31px;
	width:170px;
	color: #5D717E;
	font-size: 12px;
	font-weight:normal;
	text-indent: 10px;
	text-align: left;
	text-decoration:none;
	line-height:20px;
}
#categories_block_top_sc_ul ul ul li a.selected{
	background:#7d7b7f;
	color:#fff;
}

#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 */
