/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz {
     position: absolute;    
     top: -15pt;
}
div#menu_horiz ul {
        margin-left:15px;	
        list-style-type: none;
	font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;font-size:15pt;
}
div#menu_horiz li {
	list-style-type: none;
        text-align:center;
	float: left;
}

div#menu_horiz a {
        color: #000;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	

	margin-right: 15px;
}
/* hover state for links */
div#menu_horiz li a:hover {;
	color: #CCC;
}

div#menu_horiz li a:active {;
	color: #000;
}

div#menu_horiz a span {
/* compensates for no left padding on the "a" */

}
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: #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-color:#444;
	color: #000;
}


/* End of 'Navigation: Simple - Vertical' */

