#loginpanel
{
z-index: 999999;
font-size: 5pt;
 background-color: #000000;

position:absolute;
top: 0px;
right: 0px;
  width: 120px;

  height: 50px; 
padding: 10px;

}
.button {
  background-color: #000000; /* Green */
border: 1px solid white;
width: 35px;
  color: white;
 
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 8px;
}





#box2 {
z-index: 999998;
 background-color: #000000;
position:absolute;
align: right;
top: 0px;
left: 0px;

  width: 100%;
  height: 70px;
}

#box3 {
position:absolute;
align: right;
top: 100px;
left: 0px;

  width: 100%;
  height: 70px;
}






#menu {

z-index: 999997;
position:absolute;
align: right;
top: 70px;
left: 0px;

  width: 100%;
  height: 70px;
}
#yamaps {

position:absolute;
align: right;
top: 100px;
left: 0px;

  width: 100%;
  height: 100%;
}




#nav3, #nav3 li {
  margin: 0;
  padding: 2;
}
#nav3 {


  text-align: right; /* пункты и текст горизонтально по центру */
font-family:Arial, solid; Font-size:16px;
  background: rgb(40,40,40);
}
#nav3 li {
  display: inline-block;
}
#nav3 a {
  display: block;
  padding: 1px 5px;
  color: rgb(200,200,200);
text-decoration: none;
}
#nav3 a:hover {
  background: rgb(100,100,100);
  color: rgb(240,240,240);
}