#m1table
{
  width:100%;
  border-collapse: collapse; 
}

TABLE#m1table TR TD 
{
  vertical-align:top;
  text-align:left;
  padding:7px;
}

#m1qw 
{
  padding:0 0 0 10px;
  
}

#menu1
{
  border:1px solid gray;
  padding: 0;
  margin: 0;
  width:350px;
  font-family: Arial, sans-serif;
  background:#ffc;
}

#menu1 UL
{
  margin:0;         /* Убираем отступы */
  padding:10px;     
  white-space: nowrap; /* Запрещаем перенос строки */
  font-size:16px;
  cursor:default;
}

#menu1 UL LI
{
  list-style: none;    /* Убираем маркеры */
  display: inline;     /* Последовательный элемент */
}

#menu1 UL LI SPAN
{
  color:blue;
}

#menu1 #m1text
{
  width:auto;
  border-top: 1px solid black;
  padding:10px;
  font-size:22px;
  background: url(../../pic/vr.png) repeat-y;
}

#menu1 #m1text .head
{
  font-size:26px;
  color: #009900;
  font-weight:bold;
  margin-bottom:10px;
}
