#SubMenu {
  width : 284px;
  float : left;
  padding-left : 308px;
  margin-top : 24px;
}
#SubMenu LI {
  display : inline;
  padding : 0;
  margin : 0;
  list-style-type : none;
}
#SubMenu SPAN {
  display : none;
}
#SubMenu A {
  display : block;
  float : left;
  height : 18px;
}
#SubMenu1 A {
  background : url(../images/submenu_ua.gif) 0 0;
  width : 68px;
}
#SubMenu1 A:hover, active {
  background : url(../images/submenu_ua.gif) 0 -18px;
  width : 68px;
}
#SubMenu2 A {
  background : url(../images/submenu_ua.gif) -68px 0;
  width : 70px;
}
#SubMenu2 A:hover, active {
  background : url(../images/submenu_ua.gif) -68px -18px;
  width : 70px;
}
#SubMenu3 A {
  background : url(../images/submenu_ua.gif) -138px 0;
  width : 146px;
}
#SubMenu3 A:hover, active {
  background : url(../images/submenu_ua.gif) -138px -18px;
  width : 146px;
}
