/* Меню */
div.menu1 {
	border: thin black solid;
	border-right: none;
	background-color: silver;
	text-align: center;
	width: 100%;
}
div.br {
	border-right: thin black solid;
}
div.menu2 {
	border: thin black solid;
	border-top: none;
	background: silver;
	display: none;
	width: 100%;
}
table.menu td {
	text-align: left;
	font-size: 16;
	font-family: serif;
}
ul.menu {
	margin: 0;
	margin-left: 1em;
	padding: 0;
}
li.menu {
	margin: 0;
	padding: 0;
}
li.menu a:link    {text-decoration: none; font-size:11; color: black}
li.menu a:visited {text-decoration: none; font-size:11; color: black}
li.menu a:hover   {text-decoration: underline; font-size:11; color: black}
li.menu a:visited:hover {text-decoration: underline; font-size:11; color: black}

/* Рубрикатор */
td.list {
	text-align: left;
	width: 20%;
}
ul.list {
	margin: 0;
	margin-left: 1em;
	padding: 0;
}

.layer {visibility: hidden; top:30; position: absolute;}
.tdm {font-family: Verdana; font-size:11; background-color:white}
.tdw {font-family: Arial; font-size:12; background-color: silver; font-color:0; text-decoration: none; text-align: center; cursor: hand}
li {font-family: Verdana; font-size:11;margin-top: 0}
.helptext {color: #969696; background-color: white; font-family: MS Sans Serif, Verdana, Arial; font-size:10}

a:link {text-decoration: none; color: blue}
a:visited {text-decoration: none; color: blue}
a:hover {text-decoration: underline; color: black}
a:visited:hover {text-decoration: underline; color: black}
