﻿.Menu
{
  margin: auto;
  height: 32px;
  text-align: center;
  border-collapse: collapse;
  background-color: #c01a29;
  width: 100%;
}

.MenuAdmin {
	text-align: left;
}

.MenuItem
{
	border: solid black 1px;
  vertical-align: middle;
  padding-left: 12px;
  padding-right: 12px;
}

.MenuFirst
{
	border-left: none;
	padding-left: 0px;
}

.MenuLast
{
	padding-right: 0px;
	border-right: none;
}


.MenuItem a
{
	padding-top: 0px;
  width: 125px; 
  color: White;
  display: block;
  text-decoration: none;
  font-weight: bolder;
  font-size: 10pt;
  white-space: nowrap;
  vertical-align: middle;
}

/* csslint allow: empty-rules */
.MenuSelected
{
}

.MenuSelected a
{
	color: Silver;
	cursor: default;
	background-repeat: no-repeat;
  background-position: center;
  font-weight: bolder;
}

.MenuItem a:Hover
{
}

.SideMenu
{
}

.SideMenuItem
{
	border: solid black 1px;
	border-bottom: none;
  vertical-align: middle;
  padding: 2px 10px;
  background-color: #c01a29;
  width: 100px; 
}

.SideMenuBlank
{
  border-right: none;
  border-left: none;
  background-color: Transparent;
}

.SideMenuFirst
{
}

.SideMenuLast
{
	border-bottom: solid black 1px;
}


.SideMenuItem a
{
	padding-top: 0px;
  color: White;
  display: block;
  text-decoration: none;
  font-weight: bolder;
  font-size: 10pt;
  white-space: nowrap;
  vertical-align: middle;
}

.SideMenuSelected
{
}

.SideMenuSelected a
{
	color: Silver;
	cursor: default;
	background-repeat: no-repeat;
  background-position: center;
  font-weight: bolder;
}

.SideMenuItem a:Hover
{
}