@charset "utf-8";
/*
 Ajatix Pure CSS Menu
 Copyright (C) 2009-2013 Ajatix. All rights reserved.
 http://www.ajatix.com
 Unregistered copy.
 Any usage except for the purpose of evaluation is strictly prohibited.
*/
.AJXMenuDcHfONA {position:relative;z-index:100;width:100%;min-width:590px;height:31px;background:#509629 url(ajxmenu3_files/menu-bg.gif) center right;}
* html .AJXMenuDcHfONA .ajxmw1 {float:left;height: 1px;border-left:590px solid #fff;}
* html .AJXMenuDcHfONA .ajxmw2 {position:relative;margin-left:-590px;height:1px;background:#509629 url(ajxmenu3_files/menu-bg.gif) center right;}
.AJXMenuDcHfONA ul {position:relative;float:left;margin:0;padding:0;list-style-type:none;}
.AJXMenuDcHfONA li {float:left;margin:0;}
.AJXMenuDcHfONA a {
	display: block;
	float: left;
	height: 31px;
	white-space: nowrap;
	padding: 0 20px 0 20px;
	line-height: 31px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	background: url(ajxmenu3_files/top.gif) no-repeat top right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.AJXMenuDcHfONA li:hover a,.AJXMenuDcHfONA a:hover {
	background: #316415 url(ajxmenu3_files/top.gif) no-repeat bottom right;
	font-size: 18px;
}
.AJXMenuDcHfONA img {position:fixed;left:0;top:0;width:0;height:0;z-index:-1;display:none;}
.AJXMenuDcHfONA li.tsub:hover ~ li img {width:100%;height:100%;display:block;}
.AJXMenuDcHfONA br {clear:both;height:0;font-size: 1px;line-height: 0px;}
