/* Start of CMSMS style sheet 'MBM - menu_hor' */
/* NAVIGATION */

	/* horizontal */
#h_navigation {
	width: 886px;
	height: 31px;
	margin: 0 auto;
	text-transform: uppercase;
	background-color: #ffa800;
	background-image: url(uploads/images/layout/bg-menu.gif);
	padding:0;
	border-right: 3px solid #e59700;
	border-left: 3px solid #e59700;
	background-repeat: repeat-x;

}


#h_navigation ul {
	font-size:90%;
	height: 31px;
	list-style: none;
	float: right;
	padding:0;
	margin: 0;
	margin-right: 70px;
	
}

#h_navigation ul li {

	float: left;
	height: 30px;
	text-align: center;
	border-left: solid 1px #ea9c05;
	border-right: solid 1px #ea9c05;
}

#h_navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;	
	color: #ac2222;
	line-height: 30px;
	font-weight: normal;
	margin: 0 2em;

}

#h_navigation a:hover {

}

#h_navigation li:hover{
	border-top: solid 4px #fbbe4f;
	position: relative; top: -4px
}

li.currentpage {
	border-top: solid 4px #fbbe4f;
	position: relative; top: -4px
}
li.currentpage h3 {
	color: #ac2222;
	padding: 0; margin: 0;
	line-height: 28px;
	font-size: 98%;
	margin: 0 2em;
}

/* End of 'MBM - menu_hor' */

