/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz {
/* background color for the entire menu row */
	background: #000000 url(uploads/images/charte/menu.jpg);
	height: 34px;
	padding-top:1px;
	padding-left:79px;
	margin: 0;
}
div#menu_horiz ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
}
/* menu list items */
div#menu_horiz li {
	float: left;
	list-style: none;
	margin: 0;
}


div#menu_horiz H3 {
	float:left;
	margin: 0;
      padding: 10px;
      font-size: 1em;
	text-decoration: none;
	color: #CFFF31;
	border-right: 1px solid #CFFF31;
	border-bottom:1px solid #fff;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
}
/* the links, that is each list item */
div#menu_horiz a {
/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 10px;
	float:left;
	margin: 0;
     
        font-weight:bold;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #CFFF31;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
}
/* hover state for links */
div#menu_horiz li a:hover {;
/* set your image here, dark grey image with white text set above*/
	color:#CFFF31;
	border-bottom:1px solid #fff;
		


div#menu_horiz li.parent a:hover span {
	background: url(uploads/ngrey/parent.png) no-repeat 0.3em center;
}
div#menu_horiz li.menuactive a span {
	padding-left: 20px;
/* menuactive replaces default with right arrow image */
	background: url(uploads/ngrey/parent.png) no-repeat 0.5em center;
	color: #000;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_horiz li.menuactive, div#menu_horiz li.menuactive a:hover {
/* set your image here, light image with #000/black text set below*/
	background:  url(uploads/ngrey/nav.png) repeat-x left 0px;
	color: #000;
}
/* End of 'Navigation: Simple - Horizontal' */

