/* Start of CMSMS style sheet 'INT-Navigation: Sub - Horizontal' */
/********************MENU*********************/
div#sub_menu_horiz {
	background-image: url(images/cms/SubMenuBck.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	height: 2.5em;
	position: relative;
	background-color: #0287A9;
  }
div#sub_menu_horiz ul {
	margin: 0px;
	position: relative;
 	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 105px;
}
/* menu list items */
#subnav #sub_menu_horiz li {
	padding: 0px;
	list-style-type: none;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#sub_menu_horiz a {
	font-family: Futura-CondensedLight-NormalReg, Arial Narrow, Tahoma,Geneva, Verdana, sans-serif;
	text-decoration: none;
	color: #BBDDEA;
	font-size: 18px;
	margin-right: 10px;
	line-height: 2em;
	padding-top: 0px;
	display: block;
	height: auto;
	width: auto;
    }
/* hover state for links */
div#sub_menu_horiz li a:hover {
	color: #FFFFFF;
}
 
/* active parent, that is the first level parent of a child page that is the current page */
div#sub_menu_horiz li.menuactive, div#sub_menu_horiz li.menuactive a:hover {

}
div#sub_menu_horiz li.currentpage h3   {
	font-family: Futura-CondensedLight-NormalReg, Arial Narrow, Tahoma,Geneva, Verdana, sans-serif;
 	text-decoration: none;
	color: #FABA3F;	font-size: 18px;
	margin-right: 10px;
	line-height: 2em;
	background-image: url(images/cms/active-subpage-bck.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* End of 'INT-Navigation: Sub - Horizontal' */

