/*
** Cymap.css (Menu)
*/

.menuGroup
{
   margin: 0 auto;
}


td.topMenuItem
{
   border-right: 1px solid #ffffff;
   cursor: default;
   text-decoration: none;
}

td.topMenuItemHover
{
   border-right: 1px solid #ffffff;
   cursor: default;
   text-decoration: underline;
}

td.topMenuItemActive
{
   border-right: 1px solid #ffffff;
   cursor: default;
   text-decoration: underline;
}                

td.topMenuItemExpanded
{
   border-right: 1px solid #ffffff;
   cursor: default;
   text-decoration: none;
}                




/*
** Last Cell - The last (right most) cell of the top menu does not require
** the right border, so redefine the style accordingly.
*/
td.topMenuItemLastCell
{
   cursor: default;
   text-decoration: none;
}

td.topMenuItemHoverLastCell
{
   cursor: default;
   text-decoration: underline;
}

td.topMenuItemActiveLastCell
{
   cursor: default;
   text-decoration: underline;
}                

td.topMenuItemExpandedLastCell
{
   cursor: default;
   text-decoration: none;
}                
