/* Start of CMSMS style sheet 'Navitrolla Mainmenu' */
/********************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 */
/* insure full width */
/* set height */

}
div#menu_horiz ul {
	position: absolute;
	top: 44px;
	right: 40px;
	list-style-position: outside;
	list-style-type: none;
}
/* menu list items */

div#menu_horiz li {
	text-transform: uppercase;
	float: left;
	padding: 8px;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1.5px;
}

/* 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: 0px 0px 0px 0px;
/* still no margin */
	margin: 0;
/* removes default underline */
	text-decoration: none;
/* default link color */
	color: #e2e2e2;
	text-decoration: none;
/* 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: #FFF;
}

div#menu_horiz h3 {
/* compensates for no left padding on the "a" */
	color: #33b311;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#menu_horiz a span {
/* compensates for no left padding on the "a" */
	padding-left: 0px;
}
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: 0px;
/* set your image here, down arrow to note it has children, left side of text */

}
div#menu_horiz li.parent a:hover span {
	padding-left: 0px;
/* hover replaces default with right arrow image */
}

div#menu_horiz li.menuactive a span {
/* menuactive replaces default with right arrow image */
	color: #33b311;
}
/* 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*/
	color: #FFF;
}
/* End of 'Navitrolla Mainmenu' */

