#MainTabMenu {
  margin: 1px 0 0 0;
}

*:first-child+html #MainTabMenu {
  margin: 2px 0 0 0;
}

* html #MainTabMenu {
  margin: 2px 0 0 0;
}

#MainTabMenu .propertysearch a {
  background: #D3D3D3 url(/images/static/sectionmenu/main-bt.gif) repeat-x top;
  color: black;
}
#MainTabMenu .propertysearch a:hover {
  background: #595959 url(/images/static/sectionmenu/hover-bt.gif) repeat-x bottom;
  color: white;
}

#MainTabMenu .services a {
  background: #A5021A url(/images/static/sectionmenu/services-bt.gif) repeat-x top;
}
#MainTabMenu .services a:hover {
  background: #595959 url(/images/static/sectionmenu/hover-bt.gif) repeat-x bottom;
}

#MainTabMenu .utils a {
  background: #E27203 url(/images/static/sectionmenu/utils-bt.gif) repeat-x top;
}
#MainTabMenu .utils a:hover {
  background: #595959 url(/images/static/sectionmenu/hover-bt.gif) repeat-x bottom;
}

#MainTabMenu .news a {
  background: #20701B url(/images/static/sectionmenu/news-bt.gif) repeat-x top;
}
#MainTabMenu .news a:hover {
  background: #595959 url(/images/static/sectionmenu/hover-bt.gif) repeat-x bottom;
}

#MainTabMenu .members a {
  background: #07216B url(/images/static/sectionmenu/members-bt.gif) repeat-x top;
}
#MainTabMenu .members a:hover {
  background: #595959 url(/images/static/sectionmenu/hover-bt.gif) repeat-x bottom;
}

#MainTabMenu .pro a {
  background: #771913 url(/images/static/sectionmenu/pro-bt.gif) repeat-x top;
}
#MainTabMenu .pro a:hover {
  background: #595959 url(/images/static/sectionmenu/hover-bt.gif) repeat-x bottom;
}

/* vim600: set ts=2 sw=2 et foldenable foldmethod=marker foldmarker={,} foldlevel=1 fcl=all : */

