div.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height:36px;
}

div.menu ul li {
	float: left;
	display: block;
	background: url("/bitrix/templates/web20/images/menu.jpg") top no-repeat;
	margin: 0;
	padding: 12px 0px 0px 0px;
	text-align: left;
	width: 105px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:15px;
font-weight:bold;
border:0px double #000;
}

div.menu > ul a {
	width:auto;
}

div.menu a {
	text-decoration: none;
	color: #525252; 
}

div.menu ul a, div.menu ul a nobr {
	float: none;
	text-decoration: none;
}


div.menu li:hover {
	background:url("images/menu_act.jpg") top no-repeat;
}

div.menu li.selected, div.menu li.selected li:hover {
	background:url("/bitrix/templates/web20/images/menu_act.jpg") top no-repeat;
	font-weight: bold;
color:#000;
}

