table.ttmenu_table{
  border: none;
/*  background-color: #ff8c00; */
  background-color: #4169e1;
  border-collapse: collapse;
  margin: 0 auto 0 auto;
}
td.ttmenu_item{
/*  background-color: #ff8c00; */
  background-color: #4169e1;
}
td.ttmenu_current_item{
  background-color: #ffffff;
}
td.ttmenu_item,td.ttmenu_current_item{
  height: 25px;
}
a.ttmenu_taga_item, a.ttmenu_taga_cur_item{
  padding: 0 10px 0 10px;
}
a.ttmenu_taga_item, a.ttmenu_taga_cur_item,
a.ttmenu_taga_item:hover, a.ttmenu_taga_cur_item:hover,
a.ttmenu_taga_item:visited,a.ttmenu_taga_cur_item:visited{
  font-family: arial;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: none;
}
a.ttmenu_taga_item, a.ttmenu_taga_item:visited{
  color: #ffffff;
}
a.ttmenu_taga_item:hover, a.ttmenu_taga_cur_item:hover{
  color: #ffff00;
/*  color: #808080; */
}
a.ttmenu_taga_cur_item, a.ttmenu_taga_cur_item:visited{
  color: #000000;
}

/*-отдельный-класс-для-кнопки-корзина-----------------------------------------*/
td.ttmenu_bask{
  background-color: #00ff00;
}
td.ttmenu_current_bask{
  background-color: #bbffbb;
}
td.ttmenu_bask,td.ttmenu_current_bask{
  height: 25px;
/*  border: 1px solid red; */
}
a.ttmenu_a_bask, a.ttmenu_a_cur_bask{
  padding: 0 10px 0 10px;
}
a.ttmenu_a_bask, a.ttmenu_a_cur_bask,
a.ttmenu_a_bask:hover, a.ttmenu_a_cur_bask:hover,
a.ttmenu_a_bask:visited,a.ttmenu_a_cur_bask:visited{
  font-family: arial;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: none;
}
a.ttmenu_a_bask, a.ttmenu_a_bask:visited{
  color: #000000;
}
a.ttmenu_a_bask:hover, a.ttmenu_a_cur_bask:hover{
  color: #0000ff;
/*  color: #808080; */
}
a.ttmenu_a_cur_bask, a.ttmenu_a_cur_bask:visited{
  color: #000000;
}

