body { 
     background: url(http://www.eltech.com.ua/images/etback.jpg) repeat ;
     font-family: Verdana; 
     font-size: 11px; 
}

a:link {COLOR:#ffffff;}
a:visited {color:#99ccff;}
a:active {color:#66ffff;}
a:hover {COLOR:#FF9966;}

a.text:link,a.text:visited {COLOR:#333399;}
a.text:active {color:#66ffff;}
a.text:hover {COLOR:#FF9966;}

a.text1:link,a.text1:visited {COLOR:#ffffff;}
a.text1:active {color:#ffffff;}
a.text1:hover {COLOR:#333399;}

.menu1 { font-family:Arial; font-size:12px;}
.text1 { font-family:Arial; font-size:12px; color:#333399;}
.h1 {text-align:center; color:#333399; font-family:Arial; font-size:14px;}
.h2 { font-family:Times New Roman; font-size:16px;}
.h3 { font-family:Arial; font-size:13px;}
.h4 { font-family:Arial; font-size:10px; color:#000066;}
.h5 { font-family:Arial; font-size:15px; color:#000066;}
.enter { font-size:6px;}

.tabl {BORDER-BOTTOM: #b0b0b0 1px solid; BORDER-LEFT: #b0b0b0 1px solid; BORDER-RIGHT: #e0e0e0 1px solid; 
BORDER-TOP: #e0e0e0 1px solid; font-family:Arial; font-size:13px; }

#brd { border:3px;} 

#td1 { background:#D0D0F0; text-align:center; }
#td2 { background:#E0E0F0; text-align:left;}
#td2a { background:#E0E0F0; text-align:left; vertical-align:top; }
#td3 { background:#F0F0FF; text-align:center; vertical-align:top; }
#td3a { background:#F0F0FF; text-align:left; vertical-align:top; }
#td4 { background:#FFF0F0; text-align:center; }
#td5 { background:#FFE0E0; text-align:left; vertical-align:top; }
#td5a { background:#FFF0F0; text-align:left; vertical-align:top; }

INPUT{	border: 1px solid #333399; font-size: 12px;font-family: Arial; font-weight: 100; }

TEXTAREA.gb { font-family: Arial; font-size:12px; font-style:italic; border: 1px solid #333399;
	width:460; height:200; }

.form {	BACKGROUND: #004080; BORDER-BOTTOM: #336699 1px solid; BORDER-LEFT: #336699 1px solid; BORDER-RIGHT: #336699 1px solid; 
BORDER-TOP: #336699 1px solid; COLOR: cyan; FONT-FAMILY: Arial; FONT-SIZE: 9pt; WIDTH: 190px }

.topmenu nav {
    font-family: Arial;
    font-size: 12px;
 
}

nav {
  display: table;
  margin: 0 auto;
  
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
   
}


.topmenu > li {
  width: 12%;
  float: left;
  position: relative;
} 

.topmenu > li > a {
  padding: 5px 15px;
}
.topmenu li a:hover { color: #FF9966; }

.dropdown-link:after {
  font-family: Arial;
  color: inherit;
  margin-left: 10px;
}

.dropdown {
  background: #333399;
  position: absolute;
  left: 75px;
  top: 22px;
  width: 210px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
}
.dropdown li {
  padding: 2px;
}
.dropdown a {
  color: white;
  text-align: left;
  padding: 2px 15px;
  font-size: 12px;
}

.dropdown li:last-child a { border-bottom: 0; }
.topmenu > li:hover .dropdown {
  opacity: 1;
  transform: scaleY(1);
}



.menuright > li {
  width: 12%;
  float: left;
  position: relative;
  
 
} 

.menuright > li > a {
  padding: 5px 15px;
  white-space: nowrap;
  
}


.dropright {
  background: #FF9966;
  position: absolute;
  left: 114px;
  top: -1px;
  width: 220px;
  
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
}
.dropright li {
  padding: 2px;
}
.dropright a {
  display: block; /* Ссылка как блочный элемент */
  background: #FF9966;
  color: white;
  text-align: left;
  padding: 2px 15px;
  font-size: 12px;
  text-decoration: none;/* Подчеркивание у ссылок убираем */
}


.menuright > li:hover 


.dropright {
  opacity: 1;
  transform: scaleY(1);
}
.dropright a:hover {
background-color: #ffffff;
color: #FF9966;
 
}
