/* Start of CMSMS style sheet 'Dunstable Horiz' */
/********************
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: #BD0F00;

}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
  height:31px;
  margin:0;
  padding:0;
}


/* menu list items */
div#menu_horiz li {
  border-right:1px solid #FFF;
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}


/* the links, that is each list item */
div#menu_horiz a {
	background: #BD0F00;
	color:#FFFFFF;
	display:block;
	margin:0;
	padding:0.6em 1em 0.6em 1.4em;
	text-decoration:none;
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #BD5000;
}
div#menu_horiz a.activeparent:hover {
   background-color: #C3D4DF;
   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: #BD5000; 
   color: #fff;
}

div#menu_horiz h3 {
	background:#BD5000;
	color:#FFFFFF;
	display:block;
	font-size:1em;
	margin:0;
	padding:0.6em 1em 0.6em 1.4em;
	text-decoration:none;
}

/* End of 'Dunstable Horiz' */

