@charset "utf-8";
/*
 Ajatix Pure CSS Menu
 Copyright (C) 2009-2013 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXMenuAbHYVMA {
	position: relative;
	z-index: 100;
	width: 147px;
	margin-left: 5px;
	margin-top: 5px;
}
.AJXMenuAbHYVMA ul {position:relative;float:left;margin:0;padding:0;list-style-type:none;background:#e6e6e6;}
.AJXMenuAbHYVMA li {float:left;width:145px;margin:0;padding:0 1px 1px 1px;}
.AJXMenuAbHYVMA a {display:block;width:131px;padding:7px 6px 8px 6px;font:10px Arial,Helvetica,sans-serif;line-height:10px;text-decoration:none;text-transform:uppercase;text-align:left;border:1px solid #ffffff;color:#ca0002;background:#ffffff;}
.AJXMenuAbHYVMA .tfirst a {margin-top:1px;}
.AJXMenuAbHYVMA li:hover a,.AJXMenuAbHYVMA a:hover {color:#ffffff;background:#ca0002;}
.AJXMenuAbHYVMA img {position:fixed;left:0;top:0;width:0;height:0;z-index:-1;display:none;}
.AJXMenuAbHYVMA li.tsub:hover ~ li img {width:100%;height:100%;display:block;}
.AJXMenuAbHYVMA br {clear:both;height:0;font-size: 1px;line-height: 0px;}
