.TopMenuGroup
{
	background-color: #f8f9fc;
}

.TopMenuItem
{
  color: #2b07a9;
  font-family: Verdana; 
  font-size: 8pt; 
  padding: 2px;
  cursor: default;
  text-decoration: none;
  text-align: right;
}

.TopMenuItem a
{
	text-decoration: none;
}

.TopMenuItemOver a
{
	text-decoration: none;
}

.TopMenuItemOver 
{
  color: #2b07a9;
  background-color: #9c9dbf; 
  font-family: Verdana; 
  font-size: 8pt; 
  padding: 2px;
  cursor: default;
  text-decoration: none;
  text-align: right;
}

.MenuGroup
{
  background-color: #020780;
  width: 180px;
}

.MenuGroup table
{
  width: 180px;
}

.MenuItem a
{
	text-decoration: none;
}

.MenuItemOver a
{
	text-decoration: none;
}

.MenuItem
{
  color: White;
  font-family: Verdana; 
  font-size: 8pt; 
  padding: 2px 10px 2px 10px;
  cursor: default;
  text-decoration: none;
  text-align: right;
}

.MenuItemOver 
{
  background-color: #9c9dbf; 
  color: White; 
  font-family: Verdana; 
  font-size: 8pt; 
  padding: 2px 10px 2px 10px;
  cursor: default;
  text-decoration: none;
  text-align: right;
}

.MenuBreak
{
  padding: 0px; 
}