 #relocation {
	position:absolute;
	width:109px;
	height:31px;
	top:137px;
	left:-504px;
	z-index:5;
}
#searches{
	position:absolute;
	width:109px;
	height:31px;
	top:137px;
	left:-394px;
	z-index:5;
}
#mortgages{
	position:absolute;
	width:109px;
	height:31px;
	top:137px;
	left:-283px;
	z-index:5;
}
#shortsales{
	position:absolute;
	width:109px;
	height:31px;
	top:137px;
	left:-172px;
	z-index:5;
}
#buyers{
	position:absolute;
	width:109px;
	height:31px;
	top:137px;
	left:-61px;
	z-index:5;
}
#sellers{
	position:absolute;
	width:109px;
	height:31px;
	top:137px;
	left:50px;
	z-index:5;
}
#lascruces{
	position:absolute;
	width:109px;
	height:31px;
	top:137px;
	left:161px;
	z-index:5;
}
#remaxintl{
	position:absolute;
	width:109px;
	height:31px;
	top:137px;
	left:270px;
	z-index:5;
}
#agent{
	position:absolute;
	width:109px;
	height:31px;
	top:137px;
	left:381px;
	z-index:5;
}
 .menu {
      cursor: default;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:x-small;
	  color:#ffffff;
	  font-style:normal;
    }

	.menu ul {
      display: none;
      position: absolute;
	  top:33px;
      background-color: #7da9b3;
      list-style: none;
      margin: 0.1em 0 0 0;
      padding: 0;
    }
    
    .menu ul li {
      display: block;
      padding: 0.2em;
	  font-size:x-small;
	  color:#000;
	  font-style:normal;
    }
    
    div.menu:hover ul {
      display: block;
      margin: 0;
      padding: 0;
    }
 
    div.menu ul li:hover {
      background-color: #000;
    }
