/* Start of CMSMS style sheet 'PdR Navigation: Simple - Horizontal' */
* html div#menu_horiz {
	height: 1%;
}
div#menu_horiz {
	font-size: 19px;
}
div#menu_horiz li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#menu_horiz a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: black;
}
div#menu_horiz li a:hover {
	font-weight: bold;
}
div#menu_horiz li.currentpage {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: black;
}
/********************List to Rows/Columns*********************/

div#menu_horiz ul li {
	/* Stipulate the height of each item so that 
  vertical return = items * height */

  line-height: 21px;
	/* Clear the default margins & padding 
  so we can style the list from scratch */

  margin: 0;
	padding: 0;
}
/* If li position is left static, Internet 
Explorer disables hyperlinks in the list 
in all but the final column.

This rule will be processed only by 
Internet Explorer because only IE believes 
that there’s a level above HTML: */

* html ul li {
	position: relative;
}
/* Bring the first item of each column 
back up to the level of item 1.
Vertical return = items * height.
Here, 3 items * 1.2em line-height = 6em */

div#menu_horiz ul li#node24, div#menu_horiz ul li#node58 {
	margin-top: -63px;
}
/* horizontal position of each column */
div#menu_horiz ul li#node15, div#menu_horiz ul li#node34, div#menu_horiz ul li#node19 {
	margin-left: 0px;
}
div#menu_horiz ul li#node24, div#menu_horiz ul li#node56, div#menu_horiz ul li#node57 {
	margin-left: 117px;
}
div#menu_horiz ul li#node58, div#menu_horiz ul li#node59, div#menu_horiz ul li#node60 {
	margin-left: 278px;
}

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

