@charset "UTF-8";
#up_menu_block_m {
		float: right;
		height:35px;
		margin-right: 20px;
		font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#up_menu_block_m ul {
    list-style:none;
    overflow:hidden;
    margin:0;
    padding:0;
	height:35px;
}
#up_menu_block_m ul  li {
	display:inline;
	height:35px;
    float:left;
    padding:0 10px;
    /*border-left:1px solid green;*/
	background:url("/css/images/menu/upmenu/uppipe.gif") left no-repeat;
    margin:10px 0;
}
#up_menu_block_m ul  li:first-child {
    background:none;
}

#up_menu_block_m a {
	float:right;
	height:35px;
	line-height:35px;
	text-decoration:none;
	color:#006531; /*цвет текста*/
}

#up_menu_block_m a:hover {
	text-decoration:underline;	
}

