@charset "utf-8";
/* CSS Document */

html, body {
margin:0; padding:0; width:100%; height:100%;  
 }
 
font, p, u, li {
font:Arial, Helvetica, sans-serif;
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
color:#B72025;
text-align:left;
margin-top:0px;
}
td {
vertical-align:top;
}
#home{ display: block; width: 258px; height: 22px; background: url("images/home.png") no-repeat 0 0;}
#home:hover { background-position: 0 -22px; }
#home span { display: none;}

#aboutus{ display: block; width: 258px; height: 22px; background: url("images/aboutus.png") no-repeat 0 0;}
#aboutus:hover { background-position: 0 -22px; }
#aboutus span { display: none;}

#management{ display: block; width: 258px; height: 22px; background: url("images/management.png") no-repeat 0 0;}
#management:hover { background-position: 0 -22px; }
#management span { display: none;}

#photogallery{ display: block; width: 258px; height: 22px; background: url("images/photogallery.png") no-repeat 0 0;}
#photogallery:hover { background-position: 0 -22px; }
#photogallery span { display: none;}

#apartmentinquiry{ display: block; width: 258px; height: 22px; background: url("images/apartmentinquiry.png") no-repeat 0 0;}
#apartmentinquiry:hover { background-position: 0 -22px; }
#apartmentinquiry span { display: none;}

#brokerage{ display: block; width: 258px; height: 22px; background: url("images/brokerage.png") no-repeat 0 0;}
#brokerage:hover { background-position: 0 -22px; }
#brokerage span { display: none;}

#contactus{ display: block; width: 258px; height: 22px; background: url("images/contactus.png") no-repeat 0 0;}
#contactus:hover { background-position: 0 -22px; }
#contactus span { display: none;}