/* Start of CMSMS style sheet 'DATC Navigation: 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 {
	text-align:center;	
	overflow :hidden;
	position: relative;
	margin: 5px 0 5px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	float: left;
	height:2.2em;
	position: relative;
	left: 50%;
}


/* menu list items */
div#menu_horiz li {
	float: left; /* makes the list horizontal */
	list-style: none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	right: 50%;
}


/* 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: #333333;
	display: block; /* IE has problems with this, fixed above */
	padding-top: 0.4em;
	padding-right: 0.8em;
	padding-bottom: 0.6em;
	padding-left: 0.8em;
}


/* hover state for links */
div#menu_horiz li a:hover {
	background-color: #F6E2B3;
}
div#menu_horiz a.activeparent:hover {
	background-color: #FAE5B6;
	color: #333333;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
}

div#menu_horiz h3 {
	margin: 0;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 0.4em;
	padding-right: 0.8em;
	padding-bottom: 0.6em;
	padding-left: 0.8em;
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
}

/* End of 'DATC Navigation: Horizontal' */

