/*----------------------------------------------
 |  menulist.css |
 |---------------
 |  The menulist elements
 *---------------------------------------------*/
h1#navheadline span, h1#navheadline2 span {
  display: none;
}

h1#navheadline {
  background-image: url(../images/menu_content.gif);
  background-position: left;
  background-repeat: no-repeat;
  width: 220px;
  height: 22px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
} 

h1#navheadline2 {
  background-image: url(../images/menu_forsale.gif);
  background-position: left;
  background-repeat: no-repeat;
  width: 220px;
  height: 22px;
  margin-bottom: 5px;  
} 
 
div#navcontainer {
  background-image: url(../images/menu_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 220px;
  height: 510px;
}

div#navcontainer ul {
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
}

div#navcontainer ul li ul{
  margin-right: 0px;
}

div#navcontainer ul li {
  list-style: none;
  margin: 0;
  text-align: right;
  line-height: 24px;
}

div#navcontainer ul li ul li{
  line-height: 18px;
  text-align: right;
}

div#navcontainer ul li#currentli {
  background-image: url(../images/arrow.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

div#navcontainer ul li a {
  font-size: 11px;
  color: #0067C2;
  font-weight: bold;
  text-decoration: none;
  margin-right: 20px;
}

div#navcontainer ul li .submenu {
  font-size: 16px;
  color: #0067C2;
  font-weight: bold;
  text-decoration: none;
  margin-right: 20px;
}

div#navcontainer ul li ul li a {
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

div#navcontainer ul li ul li a:hover {
  font-size: 11px;
  color: #0067C2;
  font-weight: normal;
  text-decoration: none;
}