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

div#menu_horiz {
	width: 760px;
	margin: 0;
line-height:1em;
font-size:13px;
}
div#menu_horiz ul {
	list-style-type: none;
	margin: 0;
display:inline;
}
/* menu list items */
div#menu_horiz li {
	float: left;
	list-style: none;
	margin: 0;
padding:0 16px;
	background: #fff url(uploads/cshrm/div.gif) no-repeat left 1px;

}

div#menu_horiz li.Home{
padding:0 16px 0 0;
	background: none;

}

/* the links, that is each list item */
div#menu_horiz a{
	margin: 0;
	text-decoration: none;
	color: #b4b3b3;
	display: block;

}
/* hover state for links */
div#menu_horiz li a:hover {;
	color:#ee522f;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_horiz li.menuactive, 
div#menu_horiz li.menuactive a:hover,
div#menu_horiz li.currentpage
{
	color:#ee522f;
}

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

