/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/

#mainmenu{
	display: block;
	height: 43px;
	width: 100%;
	background-image: url(images/CHG-Template/MainMenuRepeat.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
div#menu_horiz {
	width: 958px;
	height: 30px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	position: relative;
	top: 5px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	margin: 0;
	padding: 0;
}


/* menu list items */
div#menu_horiz li {
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */
	margin: 0;
	height: 33px;
	display: block;
	overflow: visible;
}


/* the links, that is each list item */
div#menu_horiz a {
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #FDD59D;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 23px;
	float: left; /* Fix moronic bug in IE6 to make items have correct width */
}


/* hover state for links */
div#menu_horiz li a:hover {
	color: #FFFFFF;
}
div#menu_horiz a.activeparent:hover {
 	color: #FFFFFF;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent h3{
	margin: 0px;
	padding: 0px;
	height: 33px;
	position: relative;
	font-weight: normal;
	font-size: 12px;
}
div#menu_horiz li.activeparent a {
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #EFE2CB;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height: 23px;
	left: -5px;
	float: left; /* Fix moronic bug in IE6 to make items have correct width */
	font-weight: bold;
}

div#menu_horiz h3 {
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #AE7A30;
	height: 23px;
	background-image: url(images/CHG-Template/bevel-left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	float: left; /* Fix moronic bug in IE6 to make items have correct width */
	left: -5px;
}
div#menu_horiz  #right-bevel{
	background-image: url(images/CHG-Template/bevel-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 33px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: -1px;
} 

/* Sub Navigation Second Tier */

#secondmenu, #secondmenu h3{
	background-image: url(images/CHG-Template/SubNav-Repeat.gif);
	background-repeat: repeat-x;
	height: 33px;
	width: 100%;
	font-size: 12px;
	color: #FFFFFF;
}
div#second_menu_horiz ul {
	margin: 0;
	padding: 0;
}


/* menu list items */
div#second_menu_horiz li {
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */
	margin: 0;
	height: 31px;
	display: block;
	overflow: visible;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}


/* the links, that is each list item */
div#second_menu_horiz a {
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #D3D3D3;
	display: block;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 20px;
	height: 25px;
	float: left; /* Fix moronic bug in IE6 to make items have correct width */
	font-weight: bold;
}


/* hover state for links */
div#second_menu_horiz li a:hover {
	color: #FFFFFF;
}
div#second_menu_horiz a.activeparent:hover {
 	color: #FFFFFF;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#second_menu_horiz li.activeparent h3{
	margin: 0px;
	padding: 0px;
	height: 33px;
	position: relative;
}
div#second_menu_horiz li.activeparent a {
 	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #FFFFFF;
	display: block;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 20px;
	height: 25px;
	float: left; /* Fix moronic bug in IE6 to make items have correct width */
}

div#second_menu_horiz h3 {
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	display: block;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 20px;
	height: 25px;
	background-image: url(images/CHG-Template/SubNav-Pointer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	float: left;
	width: auto;
}
 
/* End of 'Navigation: Simple - Horizontal' */

