/*  this is the main menu top bar (border, width, etc)  */
.submenumac
{
  /*  border: solid 1px #969696;  */
  /*background-color: #004D94;*/ color:#002873;
  width:596px;
  height: 24px;

}


.item1mac
{
  background-image: url(images/spacer.gif);
  background-color: transparent; 
  width: 100%;
  cursor: default; color:#002873;
}

.item2mac
{
  background-image: url(images/sm_back_mac2.gif);
  background-color: #1657B8; 
  width: 100%; color:#002873;
  cursor: default;
}

/* Text for submenu - no hover (code 0, second from the end)*/
.text1mac
{ background-color: #FFC329;
  font: bold 11px tahoma, "ms sans serif", arial, verdana, helvetica;
  color:#002873;
  padding: 4px;
  padding-left: 4px;
  padding-right: 20px;
  width:230px;

}
/* Text for submenu - hover  */
.text2mac
{
  font: bold 11px tahoma, "ms sans serif", arial, verdana, helvetica;
  color: #FFC329;
  background-color: #002873;
  padding: 4px;
  padding-left: 4px;
  padding-right: 20px;
  width:230px;
}


.topsubmenumac
{
  border: none; color:#002873;
  background-color: #EDEDED;
  background-image: url(images/it_back_mac.gif);
}

.topitem1mac
{
  background-image: url(images/spacer.gif);
  background-color: transparent;
  cursor: default; color:#002873;
  text-align: center; 
  width: 100px;
  height: 24px;
}

/*  This has the background color when the sub menu is hovered */
.topitem2mac
{
  background-image: url(images/sm_back_mac2.gif);
  background-color: #37394E;
  text-align: center;
  cursor: default; color:#002873;
  width: 100px;
  height: 24px;
}

.toptext1mac /* top menu when code is 0 second from the end  */
{
  background-color: #37394E;
  text-align: center;
  cursor: default; color:#002873;
  width: 100px;
  height: 24px;
}

.toptext2mac
{
  font: normal 13px Arial, Helvetica;
  color: #002873;
  width:100%;
}

/*  Text for the top level menu - no hover */
.textdis1mac
{
  font: bold 13px tahoma, "ms sans serif", arial, verdana, helvetica;
  color:#002873;
  padding: 4px;
  padding-left: 4px;
   background-color: transparent; 
  width:100%; 
  cursor:default;
  text-align:center;
  border-right: 1px #002873 solid;
}
/*  Text for the top level menu - hover */
.textdis2mac
{
  font: bold 13px tahoma, "ms sans serif", arial, verdana, helvetica;
  color: #FFC329;
  background-color:#002873;
  padding: 4px;
  padding-left: 4px;

  width:100%; height:24px;
  cursor:default;
  text-align:center;
  border-right: 1px #002873 solid;
}

.borderitem1mac
{
  cursor: default;
  width: auto;
}

.bordertext1mac
{
  padding: 0px;
}
