

ul.navigation a:link {
    font-weight:normal;
    color : #223d80;
  }


ul.navigation a:visited {
    font-weight:normal;
    color : #223d80;
  }


ul.navigation a:hover {
    color : #000055;
    font-weight : bold;
    text-decoration : underline;
  }


div.navigation {
padding-top : 25px;
padding-bottom : 150px;
    font-size : 130%;
    background-image : url('images/bg/bubbles.jpg');
    background-repeat : repeat-y;
    float : left;
    text-align : center;
    width : 140px;
  }


ul.navigation {
    display : block;
    list-style-type : none;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
  }


ul.navigation li {
    margin : 0px;
    padding:0px;
    height:1.8em;
    line-height:1.6em;
  }


ul.navigation a {
    display:block;
    text-decoration:none;
  }


a#head-navi {
    font-weight : bold;
    text-decoration : underline;
  }


