@charset "utf-8";
/* CSS Document */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.menu {                 /* Параметры текста меню  */
	font-famely: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
   /* Нов Начало */
    padding-left:10px;  /* Отступ текста ссылок от картинки стрелка, в левом меню */
	margin-bottom:5px;  /* Нижний отступ текста между строк в левом меню */
}