@charset "utf-8";
/*
 Ajatix Advanced CSS Drop Down Menu
 Copyright (C) 2009-2013 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXCSSMenuLNVPJTC {position:relative;z-index:100;width:100%;min-width:590px;background:#2c1503;}
.AJXCSSMenuLNVPJTC ul {position:relative;display:inline-block;margin:0;padding:0;list-style-type:none;}
*+html .AJXCSSMenuLNVPJTC ul {display:inline;}
.AJXCSSMenuLNVPJTC li {float:left;margin:0;}
.AJXCSSMenuLNVPJTC li a {display:block;float:left;height:30px;white-space:nowrap;overflow:hidden;padding:0 20px 0 20px;font:bold 12px Verdana,Arial,Helvetica,sans-serif;line-height:30px;text-decoration:none;text-transform:uppercase;text-align:center;color:#ffffff;background:url(ajxmenu2_files/top.jpg) no-repeat top right;}
.AJXCSSMenuLNVPJTC li:hover > a,.AJXCSSMenuLNVPJTC li.ajxover > a {background:#316415 url(ajxmenu2_files/top-mo.jpg) no-repeat bottom right;}
.AJXCSSMenuLNVPJTC img {position:fixed;left:0;top:0;width:0;height:0;z-index:-1;display:none;}
.AJXCSSMenuLNVPJTC li.tsub:hover ~ li img {width:100%;height:100%;display:block;}
