/*
 Ajatix Pure CSS Menu
 Copyright (C) 2009-2012 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXMenuaEYZVCA {position:relative;z-index:100;width:130px;}
.AJXMenuaEYZVCA ul {position:relative;float:left;margin:0;padding:0;list-style-type:none;background:#ffffff;}
.AJXMenuaEYZVCA li {float:left;width:130px;margin:0;}
.AJXMenuaEYZVCA a {display:block;width:110px;padding:9px 10px 9px 10px;font:bold 12px Arial,Helvetica,sans-serif;line-height:12px;text-decoration:none;text-align:left;color:#000000;}
.AJXMenuaEYZVCA li:hover a,.AJXMenuaEYZVCA a:hover {color:#80ffff;background:#98b1c4;}
.AJXMenuaEYZVCA img {position:fixed;left:0;top:0;width:0;height:0;z-index:-1;display:none;}
.AJXMenuaEYZVCA li.tsub:hover ~ li img {width:100%;height:100%;display:block;}
.AJXMenuaEYZVCA br {clear:both;height:0;font-size: 1px;line-height: 0px;}
