/* 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 
*/
div#menu_horiz {
	width: 875px;
	position: relative;
	left: 40px;
	background-image: url(images/SER/TopMenuRepeat.jpg);
	background-repeat: repeat-x;
	height: 29px;
	text-transform: uppercase;
	margin: 0px;
}

/* 
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;
   height:2.2em;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   
}


/* 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: #FFFFFF;
	display: block; /* IE has problems with this, fixed above */
	background-image: url(images/SER/TopMenuDivider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 29px;
	padding-top: 0em;
	padding-right: 1.5em;
	padding-bottom: 0em;
	padding-left: 1.5em;
		font-size: 13px;
}


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

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
	color: #333333;
	margin-right: 4px;
	background-color: #DBD9C4;
	background-image: url(images/SER/TopMenuRepeat-ActiveParent.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding-left: 22px;
}

div#menu_horiz li.activeparent{
	background-image: url(images/SER/TopMenuDivider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

div#content #menu_horiz h3 {
 	margin: 0; /* margin outside each list item box */
		font-size: 13px;
	color: #F0EACB;
	display: block; /* IE has problems with this, fixed above */
	background-image: url(images/SER/TopMenuDivider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 29px;
	padding-top: 0em;
	padding-right: 1.5em;
	padding-bottom: 0em;
	padding-left: 1.5em;
}

/* End of 'Navigation: Simple - Horizontal' */

