#header{
  height: 95px;
  background: url('../header.jpg') 0% 0% no-repeat #3E66A1;
}
#header img{
  border: 0;
  position: relative;
  top: 27px;
  left: 27px;
  margin: 0;
  padding: 0;
}

#topmenu{
 background: url('../menubg.jpg') 0% 0% repeat-x #FFF;
 border-bottom: 1px solid #B9B9B9;
 color: #6C6C6C;
 font-size: 1em;
}

   #topmenu form{
     font-size: 0.75em;
     position: absolute;
     padding: 0;
     margin-top: 4px;
   }
   #topmenu form *{
      font-size: 1em;
   }
   #topmenu table{
      width: 222px;
      padding: 0;
      margin: 0;
   }

   #topmenu table th{
      width: 100%;
      font-weight: normal;
   }
   #topmenu table td{
      white-space: nowrap;
      padding: 0 3px 0 5px;
   }

   #topmenu form select{
     width: 100%;
     position: relative;
     font-size: 1em;
     padding: 0 !important;
   }

   #topmenu ul{
      display: block;
      font-size: 1em;
      margin: 0;
      padding: 0;
   }
           #topmenu li{
              font-size: 1em;
              list-style: none;
              display: block;
              margin: 0;
              padding: 0;

              height: 1.85em;
              line-height: 1.3em;
           }
           #topmenu li ul,#topmenu ul ul li{ font-size: 1em; }

   #topmenu ul.menu {
      height: 2.6em;
      font-size: 0.75em;
   }
   #topmenu ul.menu li{
      height: 100%;
      float: right;
   }
      #topmenu ul.menu a{
        display: block;
        text-decoration: none;
        color: #6C6C6C;

        padding: 0.7em 15px 0.6em 18px;
        background: url('../divider.gif') 0% 50% no-repeat;
      }
      #topmenu ul.menu a:hover, #topmenu ul.menu a.active{
        color: #4E97FF;
      }
   #topmenu ul.menu ul{
      display: none;

      border: 1px solid #8F8F8F;
      border-top-color: #B9B9B9;
      background: url('../leftmenubg.gif') 0% 0% repeat-x #F2F2F2;

      position: absolute;
      z-index: 100;

      margin: 0;
      padding: 10px 0 5px;
      float: none;
   }
   #topmenu ul.menu ul li{
      float: none;
      white-space: nowrap;
      min-width: 150px;
      _width: 150px;
      margin: 0;
      padding: 0;
   }
   #topmenu ul.menu ul a{
      display: block;
      _width: 100%;
      background: none;

      padding: 3px 10px;
      margin: 0;
   }
   #topmenu a.arrow{
      background: url('../arrow.gif') 100% 50% no-repeat;
   }
   #topmenu ul.menu ul li a:hover{
   }

   #topmenu ul.menu ul ul{

      border-width: 1px;
      background: none #F2F2F2;

      position: relative;
      left: 100%;
      bottom: 1.5em;

      padding: 0;
      margin: 0;

      _position: absolute;
      _margin-left: 100%;
      _margin-top: -1.5em;
      _left: auto;
      _bottom: auto;
   }
