

/* Elements
---------------------------------------------------------------------- */


TD.MenuItem A,
TD.MenuItem A:Active,
TD.MenuItem A:Visited
{
  background-color : Transparent;  
  border           : solid 1px #E1E9F5;
  color            : #3B4B63;
  display          : block;
  font-size        : 70%;
  font-weight      : bold;
  padding          : 3px;
  text-decoration  : none;
  white-space      : nowrap;
  width            : 140px;
}


TD.MenuItem A:Hover
{
  background-color : #CDD5E2;
  border           : solid 1px #45618A;
  color            : #3B4B63;
  display          : block;
  font-size        : 70%;
  font-weight      : bold;
  padding          : 3px;
  width            : 140px;
}


A,
A:Active,
A:Visited
{
  background-color : Transparent;
  color            : #56719B;
  font-family      : Tahoma, Verdana, Arial, Sans-Serif;
  text-decoration  : underline;
}


A:Hover
{
  background-color : Transparent;
  color            : #5A87CE;
  font-family      : Tahoma, Verdana, Arial, Sans-Serif;
  text-decoration  : none;
}


/* Classes
---------------------------------------------------------------------- */


TABLE.MenuGroup
{
  background-color : Transparent;
  margin-top       : 4px;
  text-align       : center;
}


TD.MenuItem
{
  background-color : Transparent;  
  font-family      : Tahoma, Verdana, Arial, Sans-Serif;
  text-align       : left;
}


/* Element IDs
---------------------------------------------------------------------- */


/* none */


/* @ Blocks
---------------------------------------------------------------------- */


/* none */