/* Left menu*/
table.left-menu
{
	margin:0,0,0,0; 
	padding: 0;
	margin-bottom:8px;
}
/* верхний уровень*/
table.left-menu td
{
	padding: 0px 10px 0px 25px;
	background:#F5F5F5 url(images/1.gif) top repeat-x;
}

table.left-menu td a
{
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

table.left-menu td a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

table.left-menu td a:hover
{
	color:#000000;
	text-decoration:none;
}


/* 2-й уровень*/
table.left-menu td.second
{
	padding: 0px 10px 0px 35px;
	font-size:9px;
	font-weight:bold;	
}

table.left-menu td.second a
{
	font-size:9px;
	color:#2b8858;
	text-decoration:none;
}

table.left-menu td.second a:visited
{
	color:#349b66;
	text-decoration:none;
}

table.left-menu td.second a:hover
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

table.left-menu td a.selected:link, 
table.left-menu td a.selected:visited, 
table.left-menu td a.selected:active, 
table.left-menu td a.selected:hover
{
	color:#000000;
	text-decoration:none;
}



