/*
 Ajatix Pure CSS Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
 Unregistered copy.
 Any usage except for the purpose of evaluation is strictly prohibited.
*/
.AJXMenuKJLLIPD {
	position:relative;
	z-index:100;
	width:100%;
	/* [disabled]min-width:590px; */
	height:35px;
	background:#0b1617 url(css_menu/ajxmenu_files/menu-bg.gif) center right;
}
* html .AJXMenuKJLLIPD .ajxmw1 {float:left;height: 1px;border-left:590px solid #fff;}
* html .AJXMenuKJLLIPD .ajxmw2 {position:relative;margin-left:-590px;height:1px;background:#0b1617 url(css_menu/ajxmenu_files/menu-bg.gif) center right;}
.AJXMenuKJLLIPD ul {position:relative;float:left;margin:0;padding:0;list-style-type:none;}
.AJXMenuKJLLIPD li {float:left;margin:0;}
.AJXMenuKJLLIPD a {
	display:block;
	float:left;
	height:35px;
	white-space:nowrap;
	padding:0 20px 0 20px;
	font:bold 12px/35px Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	background:url(css_menu/ajxmenu_files/top.gif) no-repeat top right;
}
.AJXMenuKJLLIPD li:hover a,.AJXMenuKJLLIPD a:hover {background:#090e0f url(css_menu/ajxmenu_files/top.gif) no-repeat bottom right;}
.AJXMenuKJLLIPD br {clear:both;height:0;font-size: 1px;line-height: 0px;}
