* html #b_topmenu_but {
	float:left;
	min-width:30px;
	width:expression(document.body.clientWidth < 30? "30px": "auto" );
        /*width:expression(document.body.clientWidth > 30? “auto” :”30px”);*/
zoom:1;
overflow:hidden;
}
#b_topmenu_bg {
	margin:0 16px 0 15px;
	height:19px;
	background:url(/bitrix/templates/main/i/topmenu_but_bg.jpg);
	padding:8px 0 0 0;
	//height:27px;
}
#b_topmenu_left {
	float:left;
	width:15px;
	height:27px;
	background:url(/bitrix/templates/main/i/topmenu_but_left.jpg);
}
#b_topmenu_right {
	float:right;
	width:16px;
	height:27px;
	background:url(/bitrix/templates/main/i/topmenu_but_right.jpg);
}
div.menu-clear-left
{
	clear:both;
}
a.b_topmenu_link {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-transform:uppercase;
	color:#a11b20;
	text-decoration:none;
	font-weight:bold;
}
a:hover.b_topmenu_link {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-transform:uppercase;
	color:#a11b20;
	text-decoration:underline;
	font-weight:bold;
}