@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.
*/
.AJXMenuOIFTAZC {position:relative;z-index:100;width:808px;height:30px;border:1px solid #98b1c4;background:#34768b;}
.AJXMenuOIFTAZC ul {position:relative;float:left;margin:0;padding:0;list-style-type:none;}
.AJXMenuOIFTAZC li {float:left;margin:0;}
.AJXMenuOIFTAZC a {display:block;float:left;height:30px;white-space:nowrap;padding:0 10px 0 10px;font:13px Arial,Helvetica,sans-serif;line-height:30px;text-decoration:none;text-align:center;color:#ffffff;}
.AJXMenuOIFTAZC li:hover a,.AJXMenuOIFTAZC a:hover {
	color: #293d6b;
	background: #f1eff1;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.AJXMenuOIFTAZC img {position:fixed;left:0;top:0;width:0;height:0;z-index:-1;display:none;}
.AJXMenuOIFTAZC li.tsub:hover ~ li img {width:100%;height:100%;display:block;}
.AJXMenuOIFTAZC br {clear:both;height:0;font-size: 1px;line-height: 0px;}
