/*
 Ajatix Advanced CSS Drop Down Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXCSSMenuCeGKRNA {
	position: relative;
	z-index: 100;
	width: 100%;
	min-width: 590px;
	height: 34px;
	background: #800000 url(ajxmenu_files/menu-bg.gif) center center;
	float: left;
}
* html .AJXCSSMenuCeGKRNA .ajxmw {height: 1px;margin-left:590px;}
* html .AJXCSSMenuCeGKRNA .ajxmw2 {position:relative;margin-left:-590px;height: 1px;background:#800000 url(ajxmenu_files/menu-bg.gif) center center;}
.AJXCSSMenuCeGKRNA ul {position:relative;float:left;margin:0;padding:0;list-style-type:none;}
.AJXCSSMenuCeGKRNA li {float:left;margin:0;}
.AJXCSSMenuCeGKRNA a {display:block;float:left;height:34px;white-space:nowrap;overflow:hidden;padding:0 12px 0 0;font:13px/34px Arial,Helvetica,sans-serif;text-decoration:none;text-align:left;color:#ffffff;}
.AJXCSSMenuCeGKRNA a b {display:block;padding:0 0 0 12px;}
.AJXCSSMenuCeGKRNA li:hover a,.AJXCSSMenuCeGKRNA .ajxover a {background:#ffffff url(ajxmenu_files/top-mo.gif) no-repeat bottom right;}
.AJXCSSMenuCeGKRNA li:hover a b,.AJXCSSMenuCeGKRNA .ajxover a b {background:url(ajxmenu_files/top-mo.gif) no-repeat bottom left;}
.AJXCSSMenuCeGKRNA br {clear:both;height:0;font-size: 1px;line-height: 0px;}
