.navigation_container {
   margin:0 auto;
   width: 759px; /* box model hack for IE5.+ */
   w\idth: 759px;
   height: 26px;
   line-height: 26px;
   background: #D9DCEA;
   border-top: 1px solid #ACACB6;
   border-bottom: 1px solid #ACACB6;
   position: relative;
   text-align: left;
   font-family: Verdana,Helvetica,sans-serif;
   font-size: 9pt;
}

html>body .navigation_container {
  height: 26px;
  line-height: 26px;
  width: 759px; /* box model hack for IE5.+ */
  w\idth: 759px;
}

.menu {
   position: relative;
   z-index: 100;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
}

/* float the list to make it horizontal and a relative positon so that you can control any dropdown menu positon which can be added later*/
.menu li {
   float: left;
   position: relative;
}

.menu a, .menu a:visited {
   display: block;
   text-decoration: none;
   width: 110px;
   w\idth: 110px;
   height: 26px;
   line-height: 26px;
   color: #424344;
   text-align: center;
   border-right: 1px solid #ACACB6;
}

.menu li a:hover {
   background: #ffffff;
   color: #424344;
   text-decoration: none;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
   width: 110px;
   w\idth: 110px;
   height: 26px;
   line-height: 26px;
}

.search_box_container {
   width: 267px;
   w\idth: 267px;
   height: 26px;
   line-height: 26px;
   float: right;
   text-align: right;
   color: #424344;
   position: absolute;
   top: 1px;
   right: 4px;
}
