/*  this is the main menu top bar (border, width, etc)  */
.submenumac
{
  /*  border: solid 1px #969696;  */
  background-color: #000000; color:#ffffff;
  width:773px;
  height: 38px;

}


.item1mac
{
  background-image: url(images/spacer.gif);
  background-color: transparent; 
  width: 100%;
  cursor: default; color:#ffffff;
}

.item2mac
{
  background-image: url(images/sm_back_mac2.gif);
  background-color: #1657B8; 
  width: 100%; color:#ffffff;
  cursor: default;
}

/* Text for submenu - no hover (code 0, second from the end)*/
.text1mac
{ background-color: #2C9ABA;
  font: bold 11px tahoma, "ms sans serif", arial, verdana, helvetica;
  color:#ffffff;
  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: #ffffff;
  background-color: #990000;
  padding: 4px;
  padding-left: 4px;
  padding-right: 20px;
  width:230px;
}


.topsubmenumac
{
  border: none; color:#ffffff;
  background-color: #EDEDED;
  background-image: url(images/it_back_mac.gif);
}

.topitem1mac
{
  background-image: url(images/spacer.gif);
  background-color: transparent;
  cursor: default; color:#ffffff;
  text-align: center; 
  width: 100px;
  height: 22px;
}

/*  This has the background color when the sub menu is hovered */
.topitem2mac
{
  background-image: url(images/sm_back_mac2.gif);
  background-color: #990000;
  text-align: center;
  cursor: default; color:#ffffff;
  width: 100px;
  height: 38px;
}

.toptext1mac /* top menu when code is 0 second from the end  */
{
  background-color: #990000;
  text-align: center;
  cursor: default; color:#ffffff;
  width: 100px;
  height: 38px;
}

.toptext2mac
{
  font: normal 13px Arial, Helvetica;
  color: #FFFFFF;
  width:100%;
}

/*  Text for the top level menu - no hover */
.textdis1mac
{
  font: normal 13px tahoma, "ms sans serif", arial, verdana, helvetica;
  color:#ffffff;
  padding: 4px;
  padding-left: 4px;
  padding-right: 20px;
  width:100%; 
  cursor:default;
  text-align:center;
}
/*  Text for the top level menu - hover */
.textdis2mac
{
  font: normal 13px tahoma, "ms sans serif", arial, verdana, helvetica;
  color: #ffffff;
  background-color:#990000;
  padding: 4px;
  padding-left: 4px;
  padding-right: 20px;
  width:100%; height:38px;
  cursor:default;
  text-align:center;

}

.borderitem1mac
{
  cursor: default;
  width: auto;
}

.bordertext1mac
{
  padding: 0px;
}
