/*
 Ajatix Pure CSS Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXMenueDFaTFD {position:relative;z-index:90;width:100%; /*min-width:420px;*/ height:32px;/*background:#F1EEE1*/ url(../ajxmenu_files/menu-bg2.gif) center right;}
* html .AJXMenueDFaTFD .ajxmw1 {float:left;height: 1px;border-left:590px solid pink;}
* html .AJXMenueDFaTFD .ajxmw2 {position:relative;margin-left:-590px;height:1px;/*background:#F1EEE1*/ url(../ajxmenu_files/menu-bg2.gif) center right;}
.AJXMenueDFaTFD ul {position:relative;float:left;margin:0;padding:0;list-style-type:none;}
.AJXMenueDFaTFD li {float:left;margin:0; /*border-right: solid 1px #FFFFFF;*/}
.AJXMenueDFaTFD li:hover,.AJXMenueDFaTFD li a:hover {position:relative; }
.AJXMenueDFaTFD a {display:block;float:left;height:32px;white-space:nowrap;padding:0 12px 0 12px;font:bold 12px/32px Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;color:#7F7F7F /* text colour */;background:url(../ajxmenu_files/top2.gif) top center;}
.AJXMenueDFaTFD li:hover a,.AJXMenueDFaTFD a:hover {background:blue url(../ajxmenu_files/top2.gif) bottom center;}

/*.AJXMenueDFaTFD a.ajxsub {padding:0 26px 0 12px;background:url(ajxmenu_files/top-sub2.gif) top right;}*/
.AJXMenueDFaTFD li.top-sub a {padding:0 12px 0 12px;background:url(../ajxmenu_files/top-sub2.gif) top center;} /* Off */

/*.AJXMenueDFaTFD li:hover a.ajxsub,.AJXMenueDFaTFD a.ajxsub:hover {background:#ffffff url(ajxmenu_files/top-sub2.gif) bottom right;}*/
.AJXMenueDFaTFD li.top-sub-over a {padding:0 12px 0 12px;background: #FFF url(../ajxmenu_files/top-sub2.gif) center center;} /* Over */

.AJXMenueDFaTFD li.top-sub-selected a {padding:0 12px 0 12px;background:#7F7F7F url(../ajxmenu_files/top-sub2.gif) bottom center;} /* selected */

#active a {padding:0 0px 0 0px;background:green url(../ajxmenu_files/top-sub2.gif) bottom center;} /* active custom */

.AJXMenueDFaTFD ul ul {position:absolute;left:-9999px;top:-9999px;width:110px;height:auto;/*background:#EEEFE7;   this cause issues */}
.AJXMenueDFaTFD table {margin-top:-1px;border-collapse:collapse;}
.AJXMenueDFaTFD ul :hover ul {left:-1px;top:32px;}
.AJXMenueDFaTFD li li {width:110px;/*border:1px solid #F1EEE1;border-width:0 1px;*/}
.AJXMenueDFaTFD li li.sfirst {border-top:1px solid #7F7F7F;}
.AJXMenueDFaTFD li li.slast {border-bottom:1px solid #7F7F7F;}
.AJXMenueDFaTFD ul ul a,.AJXMenueDFaTFD ul :hover ul a,.AJXMenueDFaTFD ul :hover ul :hover ul a {float:none;margin:0px 0px -1px 0px;width:120px;height:auto;white-space:normal;padding:6px 8px 6px 6px;font:12px/12px Arial,Helvetica,sans-serif;text-decoration:none;text-transform:capitalize;text-align:left;border:1px solid #E3E0D7;color:#7F7F7F;background:#F6F5F2;}    /* DROP DOWNS */

.AJXMenueDFaTFD ul ul :hover a,.AJXMenueDFaTFD ul ul a:hover,.AJXMenueDFaTFD ul ul :hover ul :hover a,.AJXMenueDFaTFD ul ul :hover ul a:hover {background:#ffffff; border:1px solid #E3E0D7;color:#5B5B5B }

/*.AJXMenueDFaTFD ul ul a.ajxsub,.AJXMenueDFaTFD ul :hover ul a.ajxsub {width:170px;padding:8px 16px 8px 12px;background:#F1EEE1 url(ajxmenu_files/sub-sub2.gif) no-repeat center right;}*/
.AJXMenueDFaTFD ul ul li.sub-sub a {width:100px;padding:8px 16px 8px 12px;background:#E5DEC7 url(../ajxmenu_files/sub-sub2.gif) no-repeat center right;}

/*.AJXMenueDFaTFD ul ul :hover a.ajxsub,.AJXMenueDFaTFD ul ul a.ajxsub:hover  {background:#a7a7a7 url(ajxmenu_files/sub-sub2.gif) no-repeat center right;}*/
.AJXMenueDFaTFD ul ul li.sub-sub-over a {width:100px;padding:8px 16px 8px 12px;background:#E5DEC7 url(../ajxmenu_files/sub-sub2.gif) no-repeat center right;}

.AJXMenueDFaTFD ul :hover ul ul {position:absolute;left:-9999px;top:-9999px;}
.AJXMenueDFaTFD ul :hover ul :hover ul {left:135px;/*distance from drop menu*/top:0px;}
* html .AJXMenueDFaTFD ul :hover ul :hover ul {left:199px;top:-2px;}
.AJXMenueDFaTFD br {clear:both;height:0;font-size: 1px;line-height: 0px;}




.navCont{
	float:right;
	margin: 0px 0px 0px 0px;
	border-bottom: 5px solid #fff;/**/
	height: 32px;

	/*border-top:solid 2px #F1EDE0;
	border-bottom:solid 2px #F1EDE0;
	background-color:#999999;*/
}
