  Body       {font-family: Arial Cyr; font-size: 10pt; color: #000000;}
  Td         {font-family: Arial Cyr; font-size: 10pt; color: #000000;}
  A:Link     {color: #0000FF; Text-decoration: underline; }
  A:Visited  {color: #00509F; Text-decoration: underline; }
  A:Active   {color: #FF0000; Text-decoration: none; }
  A:Hover    {color: #000080; Text-decoration: none; }

.menu:link {font-family: Arial Cyr; font-size: 8pt; color:#000000; text-decoration: underline;}
.menu:visited {font-family: Arial Cyr; font-size: 8pt; color:#000000; text-decoration: underline;}
.menu:active {font-family: Arial Cyr; font-size: 8pt; color:#FF0000; text-decoration: none;}
.menu:hover {font-family: Arial Cyr; font-size: 8pt; color:#030303; text-decoration: none;}


#nav {
/*position: absolute;*/
background-color: #FFFFFF;
top: 121px;
left: 110px;
width: 160px;
text-align: left;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
filter: alpha(opacity=80, style=0);/*вот она эта прозрачность!*/
-moz-opacity: 10%;
font-family : sans-serif;
}

a.nav {
background-color: transparent;
font: 15px sans-serif;
font-weight: normal;
font-family : sans-serif;
text-transform: uppercase;
width: 100%;
padding-bottom: 3px;
padding-top: 3px;
padding-right: 3px;
padding-left: 3px;
filter: alpha(opacity=100, style=0);
-moz-opacity: 100%;
}

a.nav:link {
background: transparent;
color: #ffffff;
font-weight: bold;
text-decoration: none;
filter: alpha(opacity=100, style=0);
-moz-opacity: 100%;
font-family : sans-serif;
}
a.nav:visited {
background: transparent;
color: #FDDBBF;
font-weight: bold;
font-family : sans-serif;
text-decoration: none;
filter: alpha(opacity=80, style=0);
-moz-opacity: 70%;
}
a.nav:active {
background: transparent;
color: #FF7300;
font-weight: bold;
font-family : sans-serif;
text-decoration: none;
filter: alpha(opacity=70, style=0);
-moz-opacity: 70%;
}
a.nav:hover {
background: #FAB882;
color: #000000;
font-weight: bold;
font-family : sans-serif;
text-decoration: none;
filter: alpha(opacity=80, style=0);
-moz-opacity: 70%;
}

#content {
/*position: absolute;*/
background-color: #FFFFFF;
font: 12px ;
font-family : sans-serif;
color: #000000;
padding: 2px;
margin-bottom: 90px;
filter: alpha(opacity=80, style=0);
-moz-opacity: 80%;
border: 1px solid #000000;

