
#nav {
	margin: 0;
	padding: 0;
	height: 31px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li 
{
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav a 
{
	float: left;
	padding: 31px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:31px; /* for IE5/Win only */
}
	
#nav a:hover 
{
	background-position: 0 -31px;
}

#nav a:active, #nav a.selected 
{
	background-position: 0 -31px;
}

#nav a span
{
	display: none;
}
	
#topNav1 a  
{
	width: 91px;
	background: url("../images/btnChildNav_Location.gif") top left no-repeat;
}

#topNav2 a 
{
	width: 99px;	
	background: url("../images/btnChildNav_Amenities.gif") top left no-repeat;
}

#topNav3 a 
{
	width: 119px;	
	background: url("../images/btnChildNav_FitnessCenter.gif") top left no-repeat;
}

#topNav4 a 
{
	width: 80px;	
	background: url("../images/btnChildNav_Press.gif") top left no-repeat;
}

#topNav5 a 
{
	width: 94px;	
	background: url("../images/btnChildNav_Leasing.gif") top left no-repeat;
}

#topNav6 a 
{
	width: 132px;
	background: url("../images/btnChildNav_MoreInfo.gif") top left no-repeat;
}


