/*
 Ajatix Advanced CSS Drop Down Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXCSSMenueDFaTFD {position:relative;z-index:100;width:100%;min-width:590px;height:41px;text-align:center;}
* html .AJXCSSMenueDFaTFD .ajxmw {height: 1px;margin-left:590px;}
* html .AJXCSSMenueDFaTFD .ajxmw2 {position:relative;margin-left:-590px;height: 1px;}
.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 a {display:block;float:left;height:41px;white-space:nowrap;overflow:hidden;padding:0 11px 0 11px;font:bold 13px/41px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;text-align:left;color:#e7d8e6;}
.AJXCSSMenueDFaTFD li:hover a,.AJXCSSMenueDFaTFD .ajxover a {color:#f8f3f8;background:#133a56;}
.AJXCSSMenueDFaTFD br {clear:both;height:0;font-size: 1px;line-height: 0px;}
