@charset "utf-8";
/*
 Ajatix Advanced CSS Drop Down Menu Light
 Copyright (C) 2009-2015 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXCSSMenuJaRHbZC,.AJXCSSMenuJaRHbZC_n,.AJXCSSMenuJaRHbZC *,.AJXCSSMenuJaRHbZC_n * {box-sizing:border-box;}
.AJXCSSMenuJaRHbZC {
	position: relative;
	z-index: 100;
	line-height: 0;
	text-align: right;
	margin-bottom: 0px;
	padding-top: 0px;
}
.AJXCSSMenuJaRHbZC ul {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	background: #fffffe;
}
*+html .AJXCSSMenuJaRHbZC ul {display:inline;}
.AJXCSSMenuJaRHbZC li {float:left;margin:0;}
.AJXCSSMenuJaRHbZC a,.AJXCSSMenuJaRHbZC_n a {display:block;overflow:hidden;}
.AJXCSSMenuJaRHbZC>ul>li>a {
	height: 40px;
	white-space: nowrap;
	padding: 0 11px 0 11px;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	color: #66503C;
	background: #fffffe;
}
.AJXCSSMenuJaRHbZC>ul>li:hover>a,.AJXCSSMenuJaRHbZC>ul>li.ajxover>a {
	color: #66503C;
	font-weight: bold;
}
