/*
 Ajatix Pure CSS Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXMenueDFaTFD {position:relative;margin:0 auto;z-index:100;width:800px;height:30px;background:#800000 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;width:100px;margin:0;}
.AJXMenueDFaTFD a {display:block;width:88px;height:30px;white-space:nowrap;padding:0 12px 0 0;font:13px/30px Georgia,Times New Roman,Times,serif;text-decoration:none;text-align:center;color:#ffffff;}
.AJXMenueDFaTFD a b {display:block;padding:0 0 0 12px;font-weight:normal;}
.AJXMenueDFaTFD li:hover a,.AJXMenueDFaTFD a:hover {background:#ffffff url(ajxmenu_files/top-mo.gif) no-repeat bottom right;}
.AJXMenueDFaTFD li:hover a b,.AJXMenueDFaTFD a:hover b {background:url(ajxmenu_files/top-mo.gif) no-repeat bottom left;}
.AJXMenueDFaTFD br {clear:both;height:0;font-size: 1px;line-height: 0px;}
