.horbar   {
   color: black;
   background-color: #dcdad5;
}

.horbaritem   {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   height: 18px;
   padding-top: 2px;
   padding-right: 15px;
   padding-bottom: 2px;
   padding-left: 15px;
}

.horbaritem a   {
   color: #000000;
   text-decoration:none;
}

.submenu   {
   position: absolute;
   left: 0;
   top: 0;
   visibility: hidden;
   z-index: 99;
}

.subframe   {
   position: relative;
   display: block;
   background-color: #FFFFFF;
   border-left: 1px solid #8Cb4D5;
   border-top: 1px solid #8Cb4D5;
   border-right: 1px solid #8Cb4D5;
}

.item   {
   position: relative;
   text-align: left;
   white-space: nowrap;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   height: 18px;
   color: #333333;
   vertical-align: middle;
   border-bottom: 1px solid #8Cb4D5;
   z-index: 98;
}

.item a   {
   color: #006699;
   height: 18px;
   position: relative;
   display: block;
   text-decoration: none;
   background: #FFFFFF;
}

.item a:hover   {
   height: 18px;
   color: #FFFFFF;
   background: #5A8AB2;
}

.item .fwdarr   {
   position: absolute;
   top: 7px;
   right: 10px;
}

