/* 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: none;
	width: 620px;
	height: 50px;
        float: left;
        display: inline;
        margin:  0;
        padding: 0 0 0 1.5em;
        font-size: 80%;
        font-family: "Century Gothic", Helvetica, sans-serif;
        text-transform: uppercase;
}
div#menu_horiz ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding-top: 10px;
	padding-left: 0px;
        float: left;
        text-align: left;
}
/* menu list items */
div#menu_horiz li {
	float: left;
	list-style: none;
	margin: 0 25px 0 0;
        text-align: center;
}
/* the links, that is each list item */
div#menu_horiz a {
	padding: 6px 0;
	margin: 0;
	text-decoration: none;
	color: #999;
	display: block;
        font-size: 1.5em;
}
/* hover state for links */
div#menu_horiz li a:hover {;
        color: #2ca497;
}
div#menu_horiz a span {

}
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 */

}
div#menu_horiz li.parent a:hover span {

}

div#menu_horiz li.currentpage {
	padding-left: 0px;
	color: #2ca497;
        margin: 0;
}


div#menu_horiz li.currentpage h3 {
	padding: 0.34em 0 0 0;
	color: #2ca497;
        font-weight: normal;
        font-size: 1.5em;
        margin: 0 25px 0 0;
}


div#menu_horiz li.menuactive a {
	padding-left: 0px;
	color: #2ca497;
}
/* 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:  none;
	color: #2ca497;
}
/* End of 'Navigation: Simple - Horizontal' */

