  #div_menu a:link    { text-decoration: none; color: #0C98D7; }
  #div_menu a:visited { text-decoration: none; color: #0C98D7; }
  #div_menu a:active  { text-decoration: none; color: #0C98D7; }
  #div_menu a:hover   { text-decoration: none; color: #0B77C2; }
  
  #div_menu_repeat {
    font: 14px helvetica;
    color: #0C98D7;
    font-weight: bold;
    z-index: 0;
    position: absolute;
    width: 163px;
    left: 55px;
    background-image: url(../images/menu_repeat.gif);
    background-repeat: repeat-y;
    padding: 430px 0px 0px 0px;
  }
  
  #div_menu {
    z-index: 3;
    padding: 0px 0px 10px 20px;
    position: absolute;
    top: 230px;
    left: 55px;
    /*background-image: url('../images/menu_repeat.gif');*/
    background-repeat: repeat-y;
    width: 163px;    
  }
  
  #div_menu_bottom {
    z-index: 3;
    position: absolute;
    background-image: url(../images/menu_bottom.gif);
    width: 163px;
    height: 32px;
    margin-left: -20px;
  }
  
  #div_menuitem_background {
    z-index: -1;
    position: absolute;
    background-image: url(../images/menuitem_background.gif);
    background-repeat: repeat-y;
    width: 157px;
    height: 23px;
    left: 2px;
    visibility: hidden;
  }
  
  #table_menuitems td {
    font: 13px verdana;
    color: #0C98D7;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    cursor: pointer;
  }
