.TopMenuGroup
{
  background-color:gray;
  border:1px solid black;
}
.SelectedMenuItem
{
  background-color:#606C39;
  font-family:Arial;
  font-size:11px;
  font-weight: bold;
  color:black;
  border:1px solid black;
}
.TopMenuItem
{
  color:white;
  font-family:Arial;
  text-transform:uppercase;
  text-align:center;
  font-size:11px;
  font-weight:bold;
  border:1px solid black;
  border-left-color:#737373;
  border-top-color:#4C4C4C;
  border-bottom-color:#131413;
  cursor:default;
}
.TopMenuItemHover 
{
  color:white;
  background-color:#cccccc;
  font-family:Arial;
  text-transform:uppercase;
  text-align:center;
  font-size:11px;
  font-weight:bold;
  border:1px solid black;
  border-bottom-color:#AAAAAA;
  cursor:default;
}
.MenuGroup
{
  background-color:#cccccc;
  border:1px solid black;
}
.MenuItem
{
  color:white;
  font-family:Arial;
  text-transform:uppercase;
  font-size:11px;
  font-weight:bold;
  margin:1px;
  cursor:default;
  text-indent: 10px;
}
.MenuItemHover
{
  background-color:gray;
  color:white;
  font-family:Arial;
  text-transform:uppercase;
  font-size:11px;
  font-weight:bold;
  cursor:default;
  text-indent: 10px;
}
.MenuBreak
{
  background-image:url(../../images/menuHorizon/break.gif);
  width:100%;
  height:1px;
}
