/*
 Ajatix Pure CSS Menu
 Copyright (C) 2009 Ajatix. All rights reserved.
 http://www.ajatix.com
 Unregistered copy.
 Any usage except for the purpose of evaluation is strictly prohibited.
*/
.AJXMenueDFaTFD {position:relative;z-index:0;width:100%;height:30px;background:#000000;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:160px;
	margin:0;
}
.AJXMenueDFaTFD li:hover,.AJXMenueDFaTFD li a:hover {position:relative;}
.AJXMenueDFaTFD a {display:block;width:141px;height:30px;white-space:nowrap;padding:0 11px 0 11px;font:12px/30px Arial,Helvetica,sans-serif;text-decoration:none;text-transform:uppercase;text-align:center;color:#ff8000;}
.AJXMenueDFaTFD li:hover a,.AJXMenueDFaTFD a:hover {color:#ffffff;background:#000000;}
.AJXMenueDFaTFD a.ajxsub {width:132px;padding:0 20px 0 11px;}
.AJXMenueDFaTFD ul ul {position:absolute;display:block;left:-9999px;top:-9999px;width:163px;height:auto;background:#000000 url(clf-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:163px;padding:0}
.AJXMenueDFaTFD ul ul a,.AJXMenueDFaTFD ul :hover ul a {margin:0;width:137px;height:auto;white-space:normal;padding:7px 18px 7px 8px;font:11px/11px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;text-transform:none;color:#ffffff;background:#3a3a3a;}
.AJXMenueDFaTFD ul ul :hover a,.AJXMenueDFaTFD ul ul a:hover {color:#ff8000;background:#000000;}
.AJXMenueDFaTFD br {clear:both;height:0;font-size: 1px;line-height: 0px;}

