/* A few IE bug fixes */
		* { margin: 0; padding: 0; }
		* html ul ul li a { height: 100%; }
		* html ul li a { height: 100%; }

		#theMenu {width:184px;text-align:left;background:url('img/sf_categorie_center.jpg') repeat-y;line-height:12px }
		
		/* Some list and link styling */
		ul li { width: 184px; }
		ul ul li {  padding: 0; width: 175px; margin-bottom: 0; }
		ul ul li a { display:block; color: #000;  }
		ul ul li a:hover { display:block; color: #369;  }
		/* For the xtra menu */
		ul ul ul li { border-left: none;  padding: 0; width: 175px; margin-bottom: 0; }
		ul ul ul li a { display:block; color: #000; }
		ul ul ul li a:hover { display:block; color: #369;}
		
		
		li { list-style-type: none; }
		h2 { margin-top: 1.5em; }
		
		/* Header links styling */
		h3.head a { 
		font-size:12px;
		text-decoration:none;
		color: #00b2d8;
		display:block; 
		}
		h3.head a:hover { 
		}
		h3.selected a { 
		font-size:12px;
		text-decoration:none;
		color: #00b2d8;
		}
		h3.selected a:hover { 
		}
		
		/* Xtra Header links styling */
		h4.head a { 
		color: #333;
		display:block; 
		border-top: 1px solid #36a;
		border-right: 1px solid #36a;
		background: #eee url(down.gif) no-repeat; 
		background-position: 98% 50%;
		padding: 3px 6px;
		}
		h4.head a:hover { 
		color: #000;
		background: #ddd url(down.gif) no-repeat; 
		background-position: 98% 50%;
		}
		h4.selected a { 
		background: #6c9 url(up.gif) no-repeat; 
		background-position:98% 50%;
		color: #fff;
		padding: 3px 6px;
		}
		h4.selected a:hover { 
		background: #6c9 url(up.gif) no-repeat; 
		background-position:98% 50%;
		color: #36a;
		}

