/*////////////////Custom Universal Menu */

#site {
	margin-top: 37px;
}
#ubar {
	width: 100%;
	height: 41px;
	margin-top: 0 !important;
	position:fixed;
	top:0;
	z-index: 9999999999999999;
	background-image: url(../img/top_bar_bg.png);
	background-repeat: repeat-x;
}
.main-menu-holder{
	width:965px;
	margin:0 auto;
}
.menu-main {
	margin-top: -15px;
	font-size: 12px;
	font-weight: 500;
	float:right;
}
.menu-main a {
	color: #ffffff;
	height:23px;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;	
	padding:13px 15px 0 15px;
	display:block;
}
.menu-main a:hover {
	color: #ffffff;
	background-color:#502700;
	height:24px;
	text-decoration: none;
}
.menu-main li {
	height: 37px;
	margin-top:3px;
	margin-left:-2px;
	display: inline-block;
	border-right:#7e5533 solid 1px;
}

#menu-item-12775{
	border-left:#7e5533 solid 1px !important;
}
#menu-item-12776{
	background-color:#502700 !important;
}/* CSS Document */

