ul#topnav {
	right:0;
	float:right;
	width: auto;
	list-style: none;
	position: relative;
	font-size: 14px;
	font-weight:normal;
}
ul#topnav li {
	float: left;
	margin:0 3px 0 3px;
	padding: 0;
	position: relative;
}
ul#topnav li b.bl{
    height:28px;
    width:4px;
    padding: 0;
    margin:0;
    display: block;
    float: left;
}
ul#topnav li b.bc{
    height:28px;
    width:auto;
    padding:0;
    margin:0;
    display: block;
    float: left;
	font-weight: normal;
}
ul#topnav li b.br{
    height:28px;
    width:5px;
    padding: 0;
    margin:0;
    display: block;
    float: left;
}
ul#topnav li b.bh{
    height:6px;
    width: 11px;
    padding:0;
    margin:0 0 0 2px ;
    top:22px;
    position:absolute;
    display: block;
    float: left;
}
ul#topnav li a {
    display: block;
    padding:3px 0px 2px 0;
    margin:0;
    float: left;
    color: #696969;
    text-decoration: none;
}
ul#topnav li a:hover {
    /* Цвет фона основных пунктов меню */
    color:#fff;
}
ul#topnav li span {
	background: #ebf6ff;
	padding: 5px 0 0 0;
	height:auto;
	margin:2px 5px 5px 5px;
	right: -4px;
	position: absolute;
	top: 25px;
	display: none;
	width: auto;
	min-width: 250px;
	color: #fff;
	border: 0px solid #2b2b2b;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-opera-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:inset 0 1px 0 1px #c7cdd2, inset 0 -1px 0 1px #c7cdd2;
	-moz-box-shadow:inset 0 1px 0 1px #c7cdd2, inset 0 -1px 0 1px #c7cdd2;
	-o-box-shadow:inset 0 1px 0 1px #c7cdd2, inset 0 -1px 0 1px #c7cdd2;
	box-shadow:inset 0 1px 0 1px #c7cdd2, inset 0 -1px 0 1px #c7cdd2;
	text-align: left;
	z-index: 222;
}
ul#topnav li span a {
	padding: 0;
	margin: 2px 10px 0 10px;
	display: block;
	float: none;
	height: 29px;
	min-width: 32px;
	color: #343434;
}
ul#topnav li span a:hover {
	color: #2887E8;
	background-image:url(/tpl/images/menusub_hov.png);  /*  Цвет фона основных пунктов меню */
	background-position: left bottom;
	background-repeat:no-repeat;
}
