/*
 Ajatix Advanced CSS Drop Down Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXCSSMenueDFaTFD {position:relative;margin:0 auto;z-index:100;width:980px;height:30px;background:#ffffff;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;}
.AJXCSSMenueDFaTFD a {display:block;float:left;height:30px;white-space:nowrap;overflow:hidden;padding:0 0 0 21px;font:12px/30px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;color:#000000;background:url(ajxmenu_files/top.jpg) no-repeat top left;}
.AJXCSSMenueDFaTFD a b {display:block;padding:0 14px 0 0;font-weight:normal;background:url(ajxmenu_files/top.jpg) no-repeat top right;}
.AJXCSSMenueDFaTFD li:hover a,.AJXCSSMenueDFaTFD .ajxover a {color:#808080;}
.AJXCSSMenueDFaTFD li:hover a b,.AJXCSSMenueDFaTFD .ajxover a b {background:url(ajxmenu_files/top.jpg) no-repeat top right;}
.AJXCSSMenueDFaTFD br {clear:both;height:0;font-size: 1px;line-height: 0px;}
