#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:100px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;

}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:28px;
	line-height: 16px;
        width: 180px;

	}
#ajaxmenu ul li a {
	color: #ffffff;
	font-weight: bold;
       
}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;ss
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/array_332x28.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #062E4B;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	/*background-image: url(images/array_332x28.jpg);*/
	background-repeat: no-repeat;
	background-position: -111px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	/*background-image: url(images/array_332x28.jpg);*/
	background-repeat: no-repeat;
	background-position: -222px;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
	background-image: url(images/h2-marker.jpg);
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	background-image: url(images/h2-marker.jpg);
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background-image: url(images/h2-marker.jpg);
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	width: 111px;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/h2-marker.jpg)  !important;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #666666;
	background-position: left center;
	text-indent: 8pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	/*background-image: url(images/bullet_11x8.gif) !important;*/
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	font-weight: normal;
	width: 180px;
	background-color: #666666;
	background-position: left center;
	text-indent: 8pt;
}
#ajaxmenu li ul li a {
	/*background-image: url(images/sub_color_4x25.jpg);*/
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 100%;

}

#myajaxmenu {
	position: absolute;
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
}



/* podmenu */

div.gr_menu {
	width:90%;
	margin-left:15px;
	position:absolute;
	z-index:2;	
}

div.gr_menu div{
	float:left;
	height:18px;
	margin-top:2px;
}

div.gr_menu_item {
	background:#ccc;
}

div.gr_menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#02364b;
	text-decoration:underline;
}

div.gr_menu a:hover {
	text-decoration:none;
}

div.arrow_marker {
	width:14px;
	margin-left:330px;
	position:relative;
	z-index:1;
}

div.arrow_marker_bg {
	width:14px;
	height:25px;
	background:#fe682d url(images/arrow_bg.jpg) repeat-y;
}

div.subitem {
	margin-left:295px;
	background:#ff632a;
	display:table;
	white-space:nowrap;
}



div.subitem div {
	float:left;
	height:18px;
	background:#ff632a;
	font-size:14px;
	color:white;
}

div.subitem a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	text-decoration:underline;
}

div.subitem a:hover {
	text-decoration:none;
}




/* podmenu-main */
div.arrow_marker_main {
	width:14px;
	margin-left:30px;
	position:relative;
	z-index:1;
}

div.arrow_marker_bg_main{
	width:14px;
	height:25px;
	background:#fe682d url(images/arrow_bg.jpg) repeat-y;
}



/* podmenu-bussnes */
div.arrow_marker_business {
	width:14px;
	margin-left:130px;
	position:relative;
	z-index:1;
}

div.arrow_marker_bg_business{
	width:14px;
	height:25px;
	background:#fe682d url(images/arrow_bg.jpg) repeat-y;
}

div.subitem_business {
	margin-left:85px;
	background:#ff632a;
	display:table;
	white-space:nowrap;
}



div.subitem_business div {
	float:left;
	height:18px;
	background:#ff632a;
	font-size:14px;
	color:white;
}

div.subitem_business a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	text-decoration:underline;
}

div.subitem_business a:hover {
	text-decoration:none;
}

/* podmenu-spravka */
div.arrow_marker_spravka {
	width:14px;
	margin-left:230px;
	position:relative;
	z-index:1;
}

div.arrow_marker_bg_spravka {
	width:14px;
	height:25px;
	background:#fe682d url(images/arrow_bg.jpg) repeat-y;
}




