/*
 Ajatix Pure CSS Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXMenueDFaTFD {position:relative;z-index:100;width:100%;min-width:1010px;height:50px;background:#4b4b4d;text-align:center;}
* html .AJXMenueDFaTFD .ajxmw1 {float:left;height: 1px;border-left:1010px solid #fff;}
* html .AJXMenueDFaTFD .ajxmw2 {position:relative;margin-left:-1010px;height:1px;background:#4b4b4d;}
.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 a {display:block;float:left;height:50px;white-space:nowrap;padding:0 50px 0 50px;font:17px/50px Arial,Helvetica,sans-serif;text-decoration:underline;text-transform:uppercase;text-align:left;color:#ffffff;}
.AJXMenueDFaTFD li:hover a,.AJXMenueDFaTFD a:hover {text-decoration:none;background:#0080ff;}
.AJXMenueDFaTFD br {clear:both;height:0;font-size: 1px;line-height: 0px;}
