/*
 Ajatix Pure CSS Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXMenuefTCELC {position:relative;z-index:100;width:100%;min-width:590px;height:41px;background:#0a489b url(navbar_files/menu-bg.gif) center right;text-align:center;}
* html .AJXMenuefTCELC .ajxmw1 {
	float:left;
	height: 1px;
	border-left:590px solid #fff;
	background-color: #000;
}
* html .AJXMenuefTCELC .ajxmw2 {position:relative;margin-left:-590px;height:1px;background:#0a489b url(navbar_files/menu-bg.gif) center right;}
.AJXMenuefTCELC ul {position:relative;display:inline-block;margin:0;padding:0;list-style-type:none;}
* html .AJXMenuefTCELC ul {display:inline;}
*+html .AJXMenuefTCELC ul {display:inline;}
.AJXMenuefTCELC li {float:left;margin:0;}
.AJXMenuefTCELC a {display:block;float:left;height:41px;white-space:nowrap;padding:0 14px 0 14px;font:bold 14px/41px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;color:#ffffff;background:url(navbar_files/menu-bg.gif) top right;}
.AJXMenuefTCELC li:hover a,.AJXMenuefTCELC a:hover {color:#ef3828;background:#5597d1 url(navbar_files/menu-bg.gif) bottom right;}
.AJXMenuefTCELC br {clear:both;height:0;font-size: 1px;line-height: 0px;}
