body {
  background:#FFF;
  margin:0;
  padding:0;
  font:small/1.6em Verdana,Sans-serif;
  color:#333;
  display:inline;
  width:173px;
  }
h1 {
  font-size:80%;
  font-weight:normal;
  color:#036;
  border-bottom:1px solid;
  margin: 5px;
  padding:0 0 4px;
  line-height:1.2em;
  }
a {
  color:#36b;
  text-decoration:none;
  display:block;
  border:0;
  width:100%;
  }
a:hover {
  color:#911;
  }
ul {
  margin:.25em 5px 0.3em;
  padding:0;
  list-style:none;
  font-size:80%;
}
li {
  background:url("../img/tri_right_047.gif") no-repeat 0 .65em;
  margin:0;
  padding:0 10px;
  line-height:1.8em;
  border-bottom:1px solid #BBB;
  }
li#last-country {
  border:0;
}
* html ul li {
  height:1%;
}
li:hover, li.over {
  background-color:#F7F7F7;
}


