﻿#topMenu a
{
  width: 86px;
  height: 21px;
  background-color: Transparent;
  background-image: url('../rest/menu.gif');
  background-repeat: no-repeat;
  color: White;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  font-size: 9px;
  line-height: 16px;
  float: left;
  margin-right: 1px;
}

#topMenu a:hover
{
  color: #df0021;
}

#topMenu img
{
  float: left;
  margin-right: 1px;
}

#topMenu a.party_needs
{
  background-image: url('../rest/menu_p.gif');
}

#topMenu a.selected
{
  color: #df0021;
}

.party_needs
{
  background-color: #ffcccc;
}

a.homeLink
{
  position: absolute;
  left: 1061px;
  top: 0;
  display: block;
  width: 155px;
  height: 85px;
  background-image: url('../rest/transparent.gif'); /* IE workaround*/
}

