#tabs {
	float:right;
	/*width:732px;*/		/* 980 - 241 -7(menu:margin-right)-2(border-left/right), но должно вмещать 5 закладок по 141+5 (730) + запасик */
	font-size:90%;
	line-height:normal;
	margin:0 0 5px;
	padding:0;
	}

#tabs td {
	float:left;
	height:16px;
	margin:0;
	padding:0;
	overflow:hidden;
	}

#tabs td.l {
	width:141px;
	background:url("/images/tabs_l.gif") no-repeat left top;
	}

#tabs td.r {
	width:5px;
	background:url("/images/tabs_r.gif") no-repeat left top;
	}

#tabs td.l_ {
	width:141px;
	}

#tabs td.r_ {
	width:5px;
	}

#tabs td.l_current {
	width:141px;
	background:url(/images/tabs_on_l.gif) no-repeat left top;
	}
#tabs td.r_current {
	width:5px;
	background:url(/images/tabs_on_r.gif) no-repeat left top;
	}

#tabs a {
	float:left;
	display:block;
	padding:2px 4px 2px 6px;
	text-decoration:none;
	font-weight:normal;
	color:#006633 /*#765*/;
	white-space: nowrap;
	text-align:left;
	}
    /* Commented Backslash Hack
	 hides rule from IE5-Mac \*/
#tabs a {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover {color:#0066FF /*#333*/; text-decoration:underline;}
#tabs a.current {
	text-decoration:underline;
	border-width:0;
	color:#0066FF;
	font-weight:bold;
	}
#tabs img {height:12px; width:12px;}	/*иконки городов в закладках-табах*/
