/* Start of CMSMS style sheet 'INT-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-color: #0186A9;
	/* insure full width */
	width: 100%;
	/* set height */
	height: 42px;
	margin: 0;
	background-image: url(images/cms/TopMenuBck.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	display: block;
 /*	font-family: Futura-CondensedLight-NormalReg, Arial Narrow, Tahoma,Geneva, Verdana, sans-serif; */
}
div#menu_horiz ul {
	/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	/* pushes the menu div up to give room above for background color to show */
	padding-top: 10px;
	/* keeps the first menu item off the left side */
	padding-left: 10px;
	position: relative;
	left: 90px;
}
/* menu list items */
div#menu_horiz li {
	/* makes the list horizontal */
	float: left;
	/* remove any default bullets */
	list-style: none;
	/* still no margin */
	margin: 0;
	position: relative;
	top: 5px;
}
/* the links, that is each list item */
div#menu_horiz a {
	font-family: Futura-CondensedLight-NormalReg, Arial Narrow, Tahoma,Geneva, Verdana, sans-serif;
	margin: 0;
	/* removes default underline */
	text-decoration: none;
	/* default link color */
	color: #FFF;
	/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;	font-size: 18px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/* hover state for links */
div#menu_horiz li a:hover {
	color: #F5D06F;
}
div#menu_horiz a span {
/* compensates for no left padding on the "a" */
	padding-left: 5px;
}
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: 5px;
  }
div#menu_horiz li.parent a:hover span {
	padding-left: 5px;
  }
div#menu_horiz li.menuactive a span {
	padding-left: 5px;
	color: #F5D06F;
  }
/* 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 {
	color: #000;
}
 
#pagewrapper #menu_horiz .currentpage  h3 {
	font-family: Futura-CondensedLight-NormalReg, Arial Narrow, Tahoma,Geneva, Verdana, sans-serif;
	margin: 0px;
	/* removes default underline */
	text-decoration: none;
	/* default link color */
	color: #FABA3F;
	/* makes it hold a shape, IE has problems with this, fixed above */	
	font-size: 18px;
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
  }
/* End of 'INT-Navigation: Simple - Horizontal' */

