#contactUs
{
    margin:0 0 0 20;
    background: url("../gfx/contactRo.jpg") no-repeat 0 0;
}
#showRooms
{
    margin:0 0 0 540;
    background: url("../gfx/showRoomsRo.jpg") no-repeat 0 0;
}
.ro	
{
	position:relative;
	float: left;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	width: 81px;
	height: 20px;
    overflow:hidden;/* for ie to hide extra height*/	
}
.ro a 
{
	display: block;
	color: #000000;
	font-size: 11px;
	width: 81px;
	height: 20px;
	display: block;
	float: left;
	color: black; 
	text-decoration: none;
	overflow:hidden;
}
.ro a:hover 
{
	color: #ffffff;
}
.ro img {width: 81px; height: 20px; border: 0; }
* html a:hover {visibility:visible}
.ro a:hover img{visibility:hidden}
