div#map{
  width:720px; 
  height:720px; 
  background-color:#FFFFFF; 
  position:absolute; 
  z-index:500; 
  top:-20px;
  display:none;
  border:1px solid #999999;
  left: 0px;
}

div.Level1SearchBox {
    float                         : left;
    margin-right                  : 10px;
    margin-bottom                 : 10px;
}

div.countrymajorcity {
    width                         : 100%;
    clear                         : both;
}

div.allcity {
    width                         : 100%;
    clear                         : both;
    margin-bottom: 5px;
}

td.compass{
  background-image              : url(/images/compass.gif);
  background-position           : 0 0;
}

div.cityguides {
    float                         : left;
}
div.hspacer {
    height                        : 10px;
    width                         : 100%;
    clear                         : both;
}
div.vspacer {
    width                         : 7px;
    float                         : left;
    clear                         : left;
}

li.level1options {
    margin-top: 5px;
}

ul.level1options {
    list-style-position             : inside;
    list-style-type                 : disc;
}