/*
 Ajatix Advanced CSS Drop Down Menu
 Copyright (C) 2009 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXCSSMenueDFaTFD {position:relative;z-index:100;width:899px;height:32px;border:1px solid #999999;background:#ffffff url(gfx/silver-bg.gif) center center;text-align:center;}
.AJXCSSMenueDFaTFD ul {position:relative;display:inline-block;margin:0;padding:0;list-style-type:none;}
* html .AJXCSSMenueDFaTFD ul {display:inline;}
*+html .AJXCSSMenueDFaTFD ul {display:inline;}
.AJXCSSMenueDFaTFD li {float:left;margin:0;padding:0px 20px 0px 0;}
.AJXCSSMenueDFaTFD li.tlast {padding-right:0px;}
.AJXCSSMenueDFaTFD li:hover,.AJXCSSMenueDFaTFD .ajxover {position:relative;}
.AJXCSSMenueDFaTFD a {display:block;float:left;height:32px;white-space:nowrap;overflow:hidden;padding:0 11px 0 11px;font:11px/32px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;text-align:left;color:#777777;}
.AJXCSSMenueDFaTFD li:hover a,.AJXCSSMenueDFaTFD .ajxover a {color:#ffffff;background:#999999;}
.AJXCSSMenueDFaTFD ul ul {position:absolute;display:block;left:-9999px;top:-9999px;width:150px;height:auto;border:none;background:#cccccc url(gfx/silver-sub-bg.gif) repeat-y center left;}
.AJXCSSMenueDFaTFD ul :hover ul,.AJXCSSMenueDFaTFD ul .ajxover ul {left:0px;top:34px;}
.AJXCSSMenueDFaTFD li li {width:159px;padding:0 1px 1px 1px;}
.AJXCSSMenueDFaTFD ul ul a,.AJXCSSMenueDFaTFD ul :hover ul a,.AJXCSSMenueDFaTFD ul .ajxover ul a {float:none;margin:0;width:129px;height:auto;white-space:normal;padding:6px 8px 7px 11px;font:11px/11px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;border:0;color:#777777;background:#eeeeee url(gfx/silver-sub.gif) no-repeat top left;}
.AJXCSSMenueDFaTFD ul :hover ul .sfirst a,.AJXCSSMenueDFaTFD ul .ajxover ul .sfirst a {margin-top:1px;}
.AJXCSSMenueDFaTFD ul ul :hover a,.AJXCSSMenueDFaTFD ul ul .ajxover a {color:#ffffff;background:#aaaaaa url(gfx/silver-sub.gif) no-repeat bottom left;}
.AJXCSSMenueDFaTFD br {clear:both;height:0;font-size: 1px;line-height: 0px;}

