/* Start of CMSMS style sheet 'menuhsuper' */
/*MENU*/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz {
	background-color: #349a08;
	width: 100%;
	height: 36px;
	margin: 0;
        padding : 0;
}
div#menu_horiz ul {
list-style-type: none;
	margin: 0;
	padding-top:0;
	padding-left: 0;
}

div#menu_horiz li {
        float: left;
	list-style: none;
	margin: 0;
}

div#menu_horiz a {
        font-weight: bold;
	padding: 10px 10px 10px 15px;
	margin: 0;
	text-decoration: none;
	color: #facd05;
	display: block;
}

div#menu_horiz li a:hover {;
 color: #fa0000;
background-color : #facd05;
font-weight: bold;	
}
div#menu_horiz a span {
/* compensates for no left padding on the "a" */
	padding-left: 0;
}
div#menu_horiz .currentpage {
        padding: 10px 10px 10px 15px;
	color: #329b05;
        background-color : #fa0500;
        font-weight: bold;	
}
div#menu_horiz li.parent a span {
/* no left padding on the "a" we can set it here, it lets us use the span for an image */
	padding-left: 20px;
/* set your image here, down arrow to note it has children, left side of text */
	/*background: url(uploads/ngrey/active.gif) no-repeat 0.3em center;*/
}
div#menu_horiz li.parent a:hover span {
	padding-left: 20px;
/* hover replaces default with right arrow image */
/*	background: url(uploads/ngrey/parent.gif) 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.gif) no-repeat 0.5em center;*/
	color: #facd05;
}
/* 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 'menuhsuper' */

