@charset "utf-8";
/*
 Ajatix Advanced CSS Drop Down Menu
 Copyright (C) 2009-2013 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXCSSMenuHVeGVMB {
	left: 0;
	width: 100%;
	height: 35px;
	background-color: #7C7C7C;
	text-align: center;
	min-width: 1366px;
	clear: both;
	background-image: url(navmenu_files/top.jpg);
	z-index: 1;
	position: relative;
}
.AJXCSSMenuHVeGVMB ul {
	position: relative;
	display: inline-block;
	padding: 0;
	list-style-type: none;
	width: auto
}
* html .AJXCSSMenuHVeGVMB ul {display:inline;}
*+html .AJXCSSMenuHVeGVMB ul {display:inline;}
.AJXCSSMenuHVeGVMB li {float:left;width:147px;margin:0;}
.AJXCSSMenuHVeGVMB a {
	display: block;
	width: 93px;
	height: 35px;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 27px 0 27px;
	font: bold 12px Geneva,Arial,Helvetica,sans-serif;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background: url(navmenu_files/top.jpg) top right;
	border-left: 1px solid 75767a;
	border-right-color: #2757A4;
}
.AJXCSSMenuHVeGVMB li:hover a,.AJXCSSMenuHVeGVMB .ajxover a {
	background-position: bottom right;
	background-image: url(navmenu_files/top-mo.jpg);
}
.AJXCSSMenuHVeGVMB img {
	left: 0;
	top: 0;
	height: 32px;


}
.AJXCSSMenuHVeGVMB br {clear:both;height:0;font-size: 1px;line-height: 0px;}