/*


 If you update this css file please also upload firefox-menu.css


*/

.horbar  {
        color: #FFFFFF;
        border-top: 0px;
        border-bottom: 1px solid #A5A5A5;
        background-repeat: repeat-x;
        background-color: #390011;
        width: 100%;
        height: 24px;
        vertical-align: middle;
        display: block;
}

.horbaritem  {
        border-right: 0px solid #CCCCCC;
        border-left: 0px solid #CCCCCC;
        float: left;
        white-space: nowrap;
        font-family: verdana, geneva, arial, helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        margin: 0px;
        padding: 0px;
        vertical-align: middle;
        top: auto;
        bottom: auto;
}

.horbaritem a  {
        display: block;
        text-decoration: none;
        padding-top: 5px;
        padding-left: 10px;
        padding-bottom: 5px;

}

.horbaritem a:link  {
  color: #FFFFFF;
  text-decoration: none;

}

.horbaritem a:visited  {
  color: #FFFFFF;
  text-decoration: none;

}

.horbaritem a:hover  {
        color: #FFFFFF;
        background-color: #770025;
        text-decoration: none;
        /* padding-bottom: 5px; */

}

.horbaritem a:active  {
  color: #999999;
  text-decoration: none;
}

.verbar  {
  color: black;
  background-color: #dcdad5;
  /*border: 2px outset #cecac1;*/
}

.submenu  {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 10;
}

.subframe  {
  position: relative;
  display: block;
  background-color: #C1BFAA;


}

.item  {
  text-align: center;
  white-space: nowrap;
  font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
  font-size: 9px;
}

.item a  {
  border-bottom: 1px solid #A5A5A5;
  border-right: 1px solid #A5A5A5;
  border-top: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #DDDACA;
  padding: 2px;
}

.item a:link  {
  color: #000000;
  text-decoration: none;
}

.item a:visited  {
  color: #000000;
  text-decoration: none;
}

.item a:hover  {
  color: #65634E;
  background-color: #F4DD75;
  text-decoration: none;
}

.item a:active  {
  color: #ff0000;
  text-decoration: none;
}

.item .fwdarr  {
  position: absolute;
  top: 2px;
  right: 4px;
  right: 7px;
}

.separator  {
  background-color: #ff0000;
 /* border-top: 1px solid #9e9a91;*/
 /* border-bottom: 1px solid #ffffff; */
  margin: 2px 0px 2px 1px;  /* top right bottom left */
  height: 0;
  font-size: 1px;
  line-height: 0;
}



