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

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

div#menu_horiz {
	height: 50px;
	}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #392285;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
}

/* 
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;
   padding-top: 7px;
   padding-left: 10px;
}


/* 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 {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 14px;
	padding-top: 15px;
	font-size: 140%;
	color: #ffffff;
	text-decoration: none;
	margin-right: 4px;
	display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
	background-color: #757ad3;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
}
div#menu_horiz a.activeparent:hover {
	color: #392285;
	background-color: #b1b3dc !important;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
	color: #392285;
	background-color: #b1b3dc !important;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
}

div#menu_horiz h3 {
	color: #392285;
	background-color: #b1b3dc !important;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-right: 4px;
                font-weight: normal;
  }

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

