﻿span.Menu
{
  font-size: 8pt;
}

span.MenuItem
{ 
  border: solid 1px white;
  border-bottom: none;
  padding: 4px;
  display: block;
  white-space: nowrap; 
  background-color: #003572; 
  width: 111px;
}

span.MenuBlank
{
  border-left: none;
  border-right: none;
  background-color: Transparent;
}

span.MenuItem a
{
  color: White;
}

span.MenuSelected
{
	background-color: #be1324;
	color: White;
}

span.Level1
{
  padding-left: 14px;
  width: 101px;
}

span.Level2
{
  padding-left: 24px;
  width: 91px;
}

span.Level3
{
  padding-left: 34px;
  width: 81px;
}


