/* 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: 900px;
 font-size: 11px;
	background-color: #262C55;
	height: 26px;
	top: 107px;
	position: absolute;
	letter-spacing: 0.03em;
	text-align: middle;
	padding-top: 0px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	text-transform: uppercase;
	display: inline;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   border-right: 1px dotted #C0C0C0;
	height: 25px;
	padding-top: 2px;
display: inline;
}


/* the links, that is each list item */
div#menu_horiz a {
 font-size: 11px;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 5px;
   color: #fefefe;
   
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #c2d1d3;
   color: #262c56;
}
div#menu_horiz a.activeparent:hover {
   background-color: #c2d1d3;
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
  background-color: #c2d1d3;
   color: #18507C;
}

div#menu_horiz h3 {
 font-size: 11px;
font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	letter-spacing: 2px;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #7980A3;
   color: #fefefe;
height: 18px;
margin: 0px;
}

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

