.font-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

.menu-font{
    font-family: Arial, Helvetica, sans-serif;
	color:#6E7F26;
	font-size:smaller;
}

a:link {color:#2000ff; text-decoration: none;}
a:visited {color:#2000ff; text-decoration: none;}
a:hover {color:#2000ff; text-decoration: underline;}
a:active {color:#2000ff; text-decoration: none;}

.стиль3 {
	font-weight: bold;
	color: #31C100;
	text-align: center;
}

.стиль5 {
color: #CCCCFF
}

.text1 {
	text-align: justify;
	text-indent: 20px;
}

table.Frame td#Menu
{
	background: #DBEDED url(../img/wrbg.gif);
}

table.Frame td#Menu ul
{
	margin: 0px;
	padding: 0px;
/*	border-left: 0.21em solid #fff;
*/	display: block;
	float: left;
}

table.Frame td#Menu ul li
{
	width: 11.96em;
	height: 1.5em;
	list-style: none;
	background: #DBEDED url(../img/wrbg.gif);
	display: block;
	float: left;
	position: relative;
}

table.Frame td#Menu ul li a
{
	height: 100%;
	font-size: 75%;
	color: #333;
	padding: 0.3em 1em 0em 1.7em;
	background: url(../img/rdot.gif) no-repeat 1.1em 0.9em;
/*	border-right: 0.25em solid #fff;
*/	display: block;
	text-decoration:none;
}

table.Frame td#Menu ul li ul
{
	top: 1.8em;
	border: 0em;
	background: #e25a43;
	display: none;
	position: absolute;
}

table.Frame td#Menu ul li:hover, table.Frame td#Menu ul li.Over
{
	background: #dcdcdc url(../img/wrbg.gif) repeat-x bottom !important;
	z-index: 1;
}

table.Frame td#Menu ul li:hover ul, table.Frame td#Menu ul li.Over ul
{
	display: block !important;
	z-index: 1;
}

table.Frame td#Menu ul li ul li
{
	width: 11.96em;
	height: auto;
	margin: 0em 0em 1px 0em;
}

table.Frame td#Menu ul li ul li a
{
	font-size: 70%;
	color: #fff !important;
	padding: 0.5em 1em 0.8em 1.9em;
	border: 0em;
	background: #cc0000 url(../img/wdot.gif) no-repeat 1.2em 0.9em;
	text-decoration:none;
}

table.Frame td#Menu ul li ul li a:hover
{
	background: #e25a43 url(../img/wdot.gif) no-repeat 1.2em 0.9em;
}