
.menu_cell
{
  text-align: center;
  background-image: url('../images/menu_bg.jpg');
	height: 31px;
}

.menu_active_cell
{
  text-align: center;
  background-image: url('../images/menu_active_bg.jpg');
	height: 31px;
}

.menu_href
{
  font-family: "Arial", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFE;
  text-decoration: none;
}

.menu_ltl_href
{
  font-family: "Arial", Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFE;
  text-decoration: none;
}

.menu_spacer
{
  width: 4px;
  background-image: url('../images/menu_spacer.gif');
  font-size: 1px;
}