/* Start of CMSMS style sheet 'Loyfam top navigation' */
/********************
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 
*/
div#menu_horiz {
	background-color: #006666;  /* background color for the entire menu row */
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	height: 3.3em;
	background: #611701 url('images/cms/mnav-static.gif') top left repeat-x;
}

/* menu list items */
div#menu_horiz li {
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */ 
}

/* the links, that is each list item */
div#menu_horiz a {
	padding: 1.7em 3.5em .5em .6em;  /*padding inside the list item box */
	text-decoration: none; /* no underline for links */
	color: #fff;
	display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
	background: #13959e url('images/cms/mnav-hover2.gif') top left repeat-x;
	color: #fff;
}

div#menu_horiz a.activeparent:hover {
	background-color: #126979;
	color: #fff;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
	background: #a02921 url('images/cms/mnav-active.gif') top left repeat-x; 
	color: #fff;
}

div#menu_horiz h3 {
	padding: 1.7em 3.5em .5em .6em;  /*padding inside the list item box */
	font-weight: normal;
	text-decoration: none; /* no underline for links */
	color: #fff;
	background: #a02921 url('images/cms/mnav-active.gif') top left repeat-x;
	display: block; /* IE has problems with this, fixed above */
	font-size: 1em;   /* instead of the normal font size for <h3> */
}

/* End of 'Loyfam top navigation' */

