ul.ul_tabs {
	float:none;
	height:20px;
}
.tabas {
	display: block;
	float: left;
	text-align:center;
}
a.tabas_linkas:link, a.tabas_linkas:visited {
	color:#000000;
	font: bold 12px tahoma;
	border-right: 1px solid #676767;
	background:url(/imgs/tab_off.png) top left no-repeat;
	padding: 2px 14px 2px 14px;
	display: block;
	margin-top: 2px;
	margin-right: 0px;
	line-height: 14px;
}
a.tabas_linkas:hover {
	background:url(/imgs/tab_hover3.png) top left no-repeat;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom:2px;
	line-height: 16px;
	}
a.tabas_aktyvus {
	color:#000000;
	font: bold 12px tahoma;
	border-right: 1px solid #676767;
	background:url(/imgs/tab_on.png) top left no-repeat;
	padding: 2px 14px 2px 14px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	line-height: 16px;
}
.tab_bottom {
	float:none;
	height: 20px;
	background: #676767;
	}

ul.left_menu_ul {
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	display:inline;
}

li.left_menu_li {
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #4d4d4d;
	amargin-right: 20px;

}
li.left_menu_li:hover {
	text-decoration: none;
	background: #f0f0f0;
	border-bottom: 1px solid #4d4d4d;
}
a.left_menu_text {
	font: 13px tahoma;
	color: black;
	text-decoration: none;

}