.main-menu{
	float:right;
	padding-left:3px;
	background:url('images/main-menu-border-right.png') no-repeat top left;
	_background:url('images/main-menu-border-right.gif') no-repeat top left;
}
.main-menu a, .main-menu a:link, .main-menu a:visited{
	color:#3466C5;
	display:block;
	height:30px;
	line-height:30px;
	padding:15px 18px 3px;
	_padding:15px 16px 3px;
	position:relative;
	zoom:1;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}
.main-menu a:visited{
	cursor:pointer;
}
.main-menu a .crn-left{
	position:absolute;
	overflow:hidden;
	background:url('images/main-menu-border-left.png') no-repeat top left;
	_background:url('images/main-menu-border-left.gif') no-repeat top left;
/*	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bitrix/templates/.default/components/articul/menu/main_menu/main-menu-border-left.png');*/
	width:3px;
	height:48px;
	top:0;
	left:0;
}
.main-menu a .crn-right{
	position:absolute;
	overflow:hidden;
	background:url('images/main-menu-border-right.png') no-repeat top left;
	_background:url('images/main-menu-border-right.gif') no-repeat top left;
/*	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/optima/bitrix/templates/.default/components/articul/menu/main_menu/main-menu-border-right.png');*/
	width:4px;

	top:0;
	right:-1px;
}
.main-menu a.selected{
	font-size:16px;
	background:url('images/main-menu-sel-bg.gif') repeat-x top left;
	display:block;
	position:relative;

	line-height:32px;
	padding:13px 18px 3px;
	_padding:13px 16px 3px;
	cursor:pointer;
}
.main-menu a.selected .crn-left{
	position:absolute;
	overflow:hidden;
	background:url('images/main-menu-sel-left.gif') no-repeat top left;
	width:9px;

	top:0;
	left:-1px;
	_left:-2px;
}
.main-menu a.selected  .crn-right{
	position:absolute;
	overflow:hidden;
	background:url('images/main-menu-sel-right.gif') no-repeat top left;
	width:9px;
	
	top:0;
	right:0;
	_right:-2px;
}