a.tabListItem:hover, a.tabListItem:active {
  background-position: 0 -40px;
  color: #505050;
}

div.tabList {
  float: left;
  background-color: transparent;
  width: 128px;
  padding-right: 5px;
  text-align: center;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  color: #F0F000;
  visibility: hidden;
}

div.tabList:hover, div.tabList:active {
  visibility: visible;
}

div.tabListItem {
  float: left;
  background-image: url(Styles/greenradio/img/tabButton.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
  width: 128px;
  height: 30px;
}

.tabListTop {
  float: left;
  background-image: url(/Styles/greenRadio/img/tabButton.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 128px;
  height: 5px;
}

.tabListBottom {
  float: left;
  background-image: url(/Styles/greenRadio/img/tabButton.gif);
  background-repeat: no-repeat;
  background-position: 0 -38px;
  width: 128px;
  height: 5px;
}

.tabButton {
  vertical-align: middle;
  line-height: 2;
  float: left;
  background-color: transparent;
  background-image: url(/Styles/greenRadio/img/tabButton.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 128px;
  height: 40px;
  padding-right: 5px;
  text-align: center;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  color: #F0F000;
}

a.tabButton:hover, a.tabButton:active {
  background-position: 0 -45px;
  color: #505050;
}

.menuButton {
  display: block;
  background-color: transparent;
  background-image: url(/Styles/greenRadio/img/menuButton.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 162px;
  height: 43px;
  padding: 0;
  margin: 5px;
  text-align: center;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 125%;
  line-height: 2;
  font-weight: bold;
  text-decoration: none;
  color: #F0F000;
}

a.menuButton:hover, a.menuButton:active {
  background-position: 0 -45px;
  color: #505050;
}

a:hover {
  color:#028D02;
}

body {
  color:#000000;
  background-color:#DFDFDF;
  text-decoration: none;
}

img {
  border: 0;
}

div.BANNER {
  padding: 5px;
  clear: both;
  margin-left: 190px;
  height: 110px;
  background-image: url(/Styles/greenRadio/img/header.png);
  background-repeat: no-repeat;
}

div.TAB {
  clear: both;
  float: none;
  margin-left: 190px;
  padding: 5px 5px 5px 0;
  vertical-align: middle;
  overflow: hidden;
  min-width: 800px;
}

div.BODY {
  padding: 5px;
  text-decoration: none;
}

div.MENU {
  float: left;
  display: block;
  width: 170px;
  min-width: 170px;
  padding-top: 10px;
  padding-right: 10px;
  vertical-align: middle;
  overflow: hidden;
}

div.BODY-RIGHT {
  padding: 5px;
  margin-left: 180px;
  width: 790px;
  background-image: url(/Styles/greenRadio/img/background.jpg);
  background-attachment: fixed;
  background-position: 205px 140px;
  background-repeat: no-repeat;
  min-height: 500px;
  text-decoration: none;
}

div.MAIN-PAGE {
  margin: 0 auto;
  padding: 0;
}

.hideMe {
  visibility: hidden;
}

div.copyright {
  color:#0006FF;
  text-align: center;
  vertical-align: middle;
}
div.copyright:hover {
  color:#02B602;
}
