<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ajaxmenu{
	position: relative;
	left:4px;
	width:945px;
	height:30px;
	}





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

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:157px;
	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:250px;
	display: block;

	}
	
	
	#ajaxmenu li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	width:250px;
	} /* Sub Menu Styles */
	
	
	
#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;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu_gor.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
	

	}
#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/menu_gor.jpg);
	background-repeat: no-repeat;
	background-position: -129px;
	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/menu_gor.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/menu_gor_green.jpg);
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	background-image: url(images/menu_gor_green.jpg);
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background-image: url(images/menu_gor_green.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;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/bullet_11x8_roll.gif)  !important;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #8dbc00;
	background-position: left center;
	text-indent: 8pt;
	display: block;
	
}

/* выпадающее меню */
#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;
	background-color: #045fad;
	background-position: left center;
	text-indent: 8pt;
	display: block;
	
	
	
}


#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
</pre></body></html>