


.MenuGroup
{
   cursor:pointer;
   cursor:hand;
   font-size: 11px;   
   color:#ffffff;
   font-family:Arial;
   text-transform:uppercase;
}

.MenuGroup table
{
   background-image: url("/images/nav-bknd.gif");
   text-transform:uppercase;
   font-family:Arial;
   font-size:11px;
   font-weight: normal;
}

.MenuGroup td
{
   color:#ffffff;
   height: 25px;
}

.MenuItemPrimary
{
   color:#ffffff;
   text-transform:uppercase;
}

.MenuItemPrimaryOver
{
   color:#ffffff;
   text-transform:uppercase;
}

.SubGroup
{
   cursor:pointer;
   cursor:hand;
   width: 201px;
   font-size: 11px; 
}

.MenuItemSecondary
{
   font-size: 11px; 
   height:20px;
   font-family:Arial;
   color:#333;
   background-color:#fff;   
}

.MenuItemSecondaryOver td
{ 
   font-size: 11px; 
   height:20px;
   color:#ffffff;
   background-color:#616161;
   text-decoration: underline;
}

.MenuItemSecondaryLast
{
   font-size: 11px; 
   height:25px;
   padding-bottom: 6px;
   color:#333;
   background-color:#fff;
}

.MenuItemSecondaryLastOver td
{
   font-size: 11px; 
   height:25px;
   padding-bottom: 6px;
   color:#ffffff;
   background-color:#616161;   
   text-decoration: underline;
}
