/*
 Ajatix Pure CSS Menu
 Copyright (C) 2009 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXMenueDFaTFD {position:relative;z-index:100;width:850px;height:30px;background:#2e6001 url(images/bg_menu.gif) repeat-x center center;text-align:center;}
.AJXMenueDFaTFD ul {position:relative;display:inline-block;margin:0;padding:0;list-style-type:none;}
* html .AJXMenueDFaTFD ul {display:inline;}
*+html .AJXMenueDFaTFD ul {display:inline;}
.AJXMenueDFaTFD li {float:left;margin:0;padding:0px 2px 0px 0;}
.AJXMenueDFaTFD li.tlast {padding-right:0px;}
.AJXMenueDFaTFD li:hover,.AJXMenueDFaTFD li a:hover {position:relative;}
.AJXMenueDFaTFD a {display:block;float:left;height:30px;white-space:nowrap;padding:0 11px 0 11px;font:bold 14px/30px Arial,Helvetica,sans-serif;text-decoration:none;text-transform:uppercase;text-align:left;color:#396116;}
.AJXMenueDFaTFD li:hover a,.AJXMenueDFaTFD a:hover {color:#243d0e;background:#e3e983 url(images/bg_menu.gif) no-repeat center right;}
.AJXMenueDFaTFD a.ajxsub {padding:0 20px 0 11px;}
.AJXMenueDFaTFD li:hover a.ajxsub,.AJXMenueDFaTFD a.ajxsub:hover {background:#e3e983;}
.AJXMenueDFaTFD ul ul {position:absolute;display:block;left:-9999px;top:-9999px;width:156px;height:auto;background:#2e6001;}
.AJXMenueDFaTFD table {margin-top:-1px;border-collapse:collapse;}
.AJXMenueDFaTFD ul :hover ul {left:-1px;top:30px;}
.AJXMenueDFaTFD li li {width:154px;border:1px solid #2e6001;border-width:0 1px;padding:0 0px 1px 0px;}
.AJXMenueDFaTFD li li.sfirst {border-top:1px solid #2e6001;}
.AJXMenueDFaTFD li li.slast {border-bottom:1px solid #2e6001;padding-bottom:0px;}
.AJXMenueDFaTFD ul ul a,.AJXMenueDFaTFD ul :hover ul a,.AJXMenueDFaTFD ul :hover ul :hover ul a {float:none;margin:0;width:138px;height:auto;white-space:normal;padding:6px 8px 6px 8px;font:12px/12px Arial,Helvetica,sans-serif;text-decoration:none;text-transform:none;color:#26400f;background:#cccc6c;}
.AJXMenueDFaTFD ul ul :hover a,.AJXMenueDFaTFD ul ul a:hover,.AJXMenueDFaTFD ul ul :hover ul :hover a,.AJXMenueDFaTFD ul ul :hover ul a:hover {background:#d9d993;}
.AJXMenueDFaTFD ul ul a.ajxsub,.AJXMenueDFaTFD ul :hover ul a.ajxsub {width:138px;padding:6px 8px 6px 8px;background:#cccc6c;}
.AJXMenueDFaTFD ul ul :hover a.ajxsub,.AJXMenueDFaTFD ul ul a.ajxsub:hover  {background:#d9d993;}
.AJXMenueDFaTFD ul :hover ul ul {position:absolute;left:-9999px;top:-9999px;}
.AJXMenueDFaTFD ul :hover ul :hover ul {left:154px;top:-1px;}
.AJXMenueDFaTFD br {clear:both;height:0;font-size: 1px;line-height: 0px;}
