/* -----  css for the text menu's  ----- */
ul.menu {
  list-style-type   : none                 ;
  list-style        : none                 ;
  margin            : 0px 0px 16px 0px     ; /* set bottom margin */
  padding           : 0px                  ;
  text-align        : center  !important   ;
  font-weight       : normal               ;
  font-size         : 12px                 ;
  border            : 0px solid #fff       ;
  }
ul.menu li {
  height            : 16px;/* for Opera7 */
  margin            : 0px                 ;
  width             : 119px               ;
  
  padding           : 0px                 ;
  line-height       : 12px   ; /* for IE */
  }
ul.menu a {
  display           : block               ;
  color             : #a9d6d6 !important  ;
  height            : 16px                ;
  font-size         : 12px                ;
  width             : 119px               ;
  margin            : 0px                 ;
  padding           : 0px                 ;
  text-decoration   : none                ;
  font-weight       : normal              ;
  line-height       : 14px                ;
  border            : none                ;
  }
ul.menu a:link {
  display           : block               ;
  color             : #a9d6d6             ;
  height            : 16px                ;
  width             : 119px               ;
  margin            : 0px                 ;
  font-weight       : normal              ;
  border            : none                ;
  }
ul.menu a:visited {
  display           : block               ;
  color             : #a9d6d6             ;
  width             : 119px               ;
  margin            : 0px                 ;
  font-weight       : normal              ;
  }
ul.menu a:hover {
  display           : block               ;
  width             : 119px               ;
  margin            : 0px                 ;
  padding           : 0px                 ;
  color             : #ffffff !important  ;
  font-weight       : normal              ;
  text-decoration   : underline           ;
  border            : none                ;
  }
/* double height for the sub menu on the pages */
ul.li2h li {margin: 20px 0px 20px 0px !important; border: 0px solid #0f0 !important;}

