#SubMenu {
  width : 370px;
  float : left;
  padding-left : 264px;
  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 : 140px;
}
#SubMenu1 A:hover, active {
  background : url(../images/submenu_ua.gif) 0 -18px;
  width : 140px;
}
#SubMenu2 A {
  background : url(../images/submenu_ua.gif) -140px 0;
  width : 52px;
}
#SubMenu2 A:hover, active {
  background : url(../images/submenu_ua.gif) -140px -18px;
  width : 52px;
}
#SubMenu3 A {
  background : url(../images/submenu_ua.gif) -192px 0;
  width : 178px;
}
#SubMenu3 A:hover, active {
  background : url(../images/submenu_ua.gif) -192px -18px;
  width : 178px;
}
