
div#footermenu
{
	width: 450px;
	height: 12px;
	overflow: hidden;
}


div#footermenu ul
{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 12px;
}

div#footermenu ul li
{
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*width: 122px;*/
	height: 12px;
/* 	background-color: #666; */
}

#footermenu a 
{
	display: block;
	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
/* 	background-color: red; */
}






/* gets the link text out the way */

.push
{
	display: block;
	padding: 60px 0 0 10px;
}

/* 
	Buttons ROLLOVER 
*/

div#footermenu ul li.home a
{
	width: 35px;
	height: 24px;
	background-image: url("/app/sharedimages/regentsplace/footer/home.gif");
	background-repeat: no-repeat;
}

div#footermenu ul li.home a:hover
{ 
	background-position: 0 -13px;
	text-decoration: none;
}


div#footermenu ul li.estate a
{
	width: 46px;
	height: 24px;
	background-image: url("/app/sharedimages/regentsplace/footer/estate.gif");
	background-repeat: no-repeat;
}

div#footermenu ul li.estate a:hover
{ 
	background-position: 0 -13px;
	text-decoration: none;
}


div#footermenu ul li.officeleasing a
{
	width: 90px;
	height: 24px;
	background-image: url("/app/sharedimages/regentsplace/footer/officeleasing.gif");
	background-repeat: no-repeat;
}

div#footermenu ul li.officeleasing a:hover
{ 
	background-position: 0 -13px;
	text-decoration: none;
}



div#footermenu ul li.residentialsales a
{
	width: 106px;
	height: 24px;
	background-image: url("/app/sharedimages/regentsplace/footer/residentialsales.gif");
	background-repeat: no-repeat;
}

div#footermenu ul li.residentialsales a:hover
{ 
	background-position: 0 -13px;
	text-decoration: none;
}



div#footermenu ul li.myaccount a
{
	width: 76px;
	height: 24px;
	background-image: url("/app/sharedimages/regentsplace/footer/myaccount.gif");
	background-repeat: no-repeat;
}

div#footermenu ul li.myaccount a:hover
{ 
	background-position: 0 -13px;
	text-decoration: none;
}



div#footermenu ul li.contactus a
{
	width: 70px;
	height: 24px;
	background-image: url("/app/sharedimages/regentsplace/footer/contactus.gif");
	background-repeat: no-repeat;
}

div#footermenu ul li.contactus a:hover
{ 
	background-position: 0 -13px;
	text-decoration: none;
}




