/*
 Ajatix Pure CSS Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
 Unregistered copy.
 Any usage except for the purpose of evaluation is strictly prohibited.
*/
.AJXMenueDFaTFD {position:relative;margin:0 auto;z-index:100;width:998px;height:30px;border:1px solid #999999;background:#ffffff url(ajxmenu_files/menu-bg.gif) 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;}
.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:11px/30px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;text-align:left;color:#777777;}
.AJXMenueDFaTFD li:hover a,.AJXMenueDFaTFD a:hover {color:#ffffff;background:#999999;}
.AJXMenueDFaTFD ul ul {position:absolute;display:block;left:-9999px;top:-9999px;width:156px;height:auto;border:none;background:#cccccc url(ajxmenu_files/sub-bg.gif) repeat-y center left;}
.AJXMenueDFaTFD table {margin-top:-1px;border-collapse:collapse;}
.AJXMenueDFaTFD ul :hover ul {left:0px;top:30px;}
.AJXMenueDFaTFD li li {width:154px;padding:0 1px 1px 1px;}
.AJXMenueDFaTFD ul ul a,.AJXMenueDFaTFD ul :hover ul a {float:none;margin:0;width:135px;height:auto;white-space:normal;padding:6px 8px 7px 11px;font:11px/11px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#777777;background:#eeeeee url(ajxmenu_files/sub.gif) no-repeat top left;}
.AJXMenueDFaTFD ul :hover ul .sfirst a {margin-top:1px;}
.AJXMenueDFaTFD ul ul :hover a,.AJXMenueDFaTFD ul ul a:hover {color:#ffffff;background:#aaaaaa url(ajxmenu_files/sub.gif) no-repeat bottom left;}
.AJXMenueDFaTFD br {clear:both;height:0;font-size: 1px;line-height: 0px;}
