/** 
 * Add By P.Belski
 *
 */
.table_main_links
{
	width:100%;
	height:32px;	
}

.table_main_links td
{
	vertical-align:bottom;
}

.table_main_links td table
{
	vertical-align:bottom;
	width:1px;
}

tr.unactive td.left 
{
	width:14px;
	height:26px;
	background-image:url(../_i/main_links_left.jpg);
	background-repeat:no-repeat;
}
tr.unactive td.left div
{
	width:14px;
}

tr.unactive td.bg
{
	height:26px;
	background-repeat:repeat-x;
	background-image:url(../_i/main_links_bg.jpg);
	background-position:top left;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}

tr.unactive td.bg a
{
	color:#FFF;
	text-decoration:underline;
	font-size:12px;
	white-space:nowrap;
}

tr.unactive td.right
{
	width:14px;
	height:26px;
	background-image:url(../_i/main_links_right.jpg);
	background-repeat:no-repeat;
}

tr.unactive td.right div
{
	width:14px;
}

tr.active td.left 
{
	width:14px;
	height:32px;
	background-image:url(../_i/main_links_aleft.jpg);
	background-repeat:no-repeat;
}

tr.active td.left div
{
	width:14px;
}

tr.active td.bg
{
	height:32px;
	background-repeat:repeat-x;
	background-image:url(../_i/main_links_abg.jpg);
	background-position:top left;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}

tr.active td.bg a
{
	color:#000;
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
	white-space:nowrap;
}

tr.active td.right
{
	width:14px;
	height:32px;
	background-image:url(../_i/main_links_aright.jpg);
	background-repeat:no-repeat;
}

tr.active td.right div
{
	width:14px;
}



