#MenuWrapper
{
  background: URL("Layout/ElevatorMenu/MenuBg.png") repeat-y top;
}
#MenuWrapper .Top
{
  background: URL("Layout/ElevatorMenu/MenuTop.png") no-repeat top;
  height: 4px;
}
#MenuHeader
{
  background: #3c4648 URL("Layout/ElevatorMenu/MenuHeaderBg.png") no-repeat bottom;
  margin: 0 5px;
  padding: 6px 0 3px 3px;
  line-height: 20px;
  color: #757374;
  font-size: 10px;
  font-family: arial;
  font-weight: bold;
}
#MenuWrapper .Bottom
{
  background: URL("Layout/ElevatorMenu/MenuBottom.png") no-repeat bottom;
  height: 4px;
}

#MainMenu
{
  padding: 0;  
  margin: 0;
  list-style: none;
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  color: #757374;
}

#MainMenu ul
{
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
#MainMenu li {
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 0;
}
#MainMenu li div
{
  padding-left: 6px;
}
#MainMenu a {
  text-decoration: none;
}

.Level0
{
  line-height: 20px;
  border: 1px solid #FFFFFF;
  background: #CCCCCC;
}
.Level0, .Level0 a
{
  color: #414342;
}
/*.Level0 > ul > .LastMenuItem
{
  margin-bottom: 6px !important;
}*/
.Level0Clicked > div
{
  background: #666666;
  color: #FFFFFF;
  border-bottom: 1px solid #dadfe3;
}
.Level1
{
  line-height: 20px;
  background: #ff8081;
  border: 1px solid #FFFFFF;
}

.Level1 > .Selected
{
  background: #ff0000;
}

.Level1, .Level1 a
{
  color: #000000;
}
.Level1 .FirstMenuItem {
  padding-top: 3px !important;
}
.Level1 .LastMenuItem {
  padding-bottom: 3px !important;
}
.Level1Clicked > div
{
  background: #3d4548;
  color: #dfe7e9;
  border-bottom: 1px solid #dadfe3;
}
.Level2
{
  line-height: 14px;
  background: #3d4548;
}
.Level2, .Level2 a
{
  color: #dfe7e9;
}
.LastMenuItem
{
  border-bottom: none;
}