/*
 Ajatix Advanced CSS Drop Down Menu
 Copyright (C) 2009 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXCSSMenueDFaTFD {position:relative;z-index:100;width:100%;min-width:650px;height:40px;background:url(gfx/bkg-nav.giv) center center;text-align:center;}
* html .AJXCSSMenueDFaTFD .ajxmw1 {float:left;height: 1px;border-left:650px solid #fff;}
* html .AJXCSSMenueDFaTFD .ajxmw2 {position:relative;margin-left:-650px;height: 1px;background:url(gfx/bkg-nav.jpg) center 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 li:hover,.AJXCSSMenueDFaTFD .ajxover {position:relative;}
.AJXCSSMenueDFaTFD a {display:block;float:left;height:40px;white-space:nowrap;overflow:hidden;padding:0 25px 0 25px;font:bold 13px/40px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;color:#ffffff;}
.AJXCSSMenueDFaTFD li:hover a,.AJXCSSMenueDFaTFD .ajxover a {background:#9b63a3 url(gfx/gradient-normal.gif) no-repeat bottom right;}
.AJXCSSMenueDFaTFD a.ajxsub {padding:0 33px 0 20px;}
.AJXCSSMenueDFaTFD li:hover a.ajxsub,.AJXCSSMenueDFaTFD .ajxover a.ajxsub {background:#9b63a3 url(gfx/gradient-sub.gif) no-repeat bottom right;}
.AJXCSSMenueDFaTFD ul ul {position:absolute;display:block;left:-9999px;top:-9999px;width:167px;height:auto;background:#7bb01a;}
.AJXCSSMenueDFaTFD ul :hover ul,.AJXCSSMenueDFaTFD ul .ajxover ul {left:-1px;top:40px;}
.AJXCSSMenueDFaTFD li li {width:165px;border:1px solid #ffffff;border-width:0 1px;padding:0}
.AJXCSSMenueDFaTFD li li.sfirst {border-top:1px solid #ffffff;}
.AJXCSSMenueDFaTFD li li.slast {border-bottom:1px solid #ffffff;}
.AJXCSSMenueDFaTFD ul ul a,.AJXCSSMenueDFaTFD ul :hover ul a,.AJXCSSMenueDFaTFD ul .ajxover ul a {
	float: none;
	margin: 0;
	width: 120px;
	height: auto;
	white-space: normal;
	padding: 7px 25px 7px 20px;
	font: 12px/12px Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	border: 0;
	color: #ffffff;
	background: none;
}
.AJXCSSMenueDFaTFD ul ul :hover a,.AJXCSSMenueDFaTFD ul ul .ajxover a {background:#6f207c;}
.AJXCSSMenueDFaTFD br {clear:both;height:0;font-size: 1px;line-height: 0px;}
