/* UL home Layout Styles */ 

li.hsale a { background: url(../assets/buttons/salesr.jpg); }
li.hliving a { background: url(../assets/buttons/livingr.jpg); }
li.hrental a { background: url(../assets/buttons/rentalr.jpg); }

#rightcontenthome {
width:35%;
float: right;
margin:0;
}


#rightcontenthome li.hsale, li.hliving, li.hrental {
list-style: none;
text-indent: -9999px;
padding: 5px 0;
margin:0; 
}

li.hsale a:link, li.hsale a:visited {
display: block;
height: 59px;
width: 226px;
background:url(../assets/buttons/sales.jpg) no-repeat right center;
}

li.hsale a:hover, li.hsale a:active {
background:url(../assets/buttons/salesr.jpg) no-repeat right center;
}

li.hliving a:link, li.hliving a:visited {
display: block;
height: 59px;
width: 226px;
background:url(../assets/buttons/living.jpg) no-repeat right center;
}

li.hliving a:hover, li.hliving a:active {
background:url(../assets/buttons/livingr.jpg) no-repeat right center;
}

li.hrental a:link, li.hrental a:visited{
display: block;
height: 59px;
width: 226px;
background:url(../assets/buttons/rental.jpg) no-repeat right center;
}

li.hrental a:hover, li.hrental a:active {
background:url(../assets/buttons/rentalr.jpg) no-repeat right center;
}


