#nav {
	margin: 0;
	padding: 0;
	height: 29px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 29px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:29px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -29px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -58px;
	}

#butnwelcome a  {
	width: 84px;
	background: url(../images/butn-welcome.jpg) top left no-repeat;
	}
#butnsearch a  {
	width: 121px;
	background: url(../images/butn-search.jpg) top left no-repeat;
	}
#butndeals a  {
	width: 63px;
	background: url(../images/butn-deals.jpg) top left no-repeat;
}
#butncars a  {
	width: 92px;
	background: url(../images/butn-cars.jpg) top left no-repeat;
}
#butnvans a  {
	width: 58px;
	background: url(../images/butn-vans.jpg) top left no-repeat;
}
#butnfinance a  {
	width: 77px;
	background: url(../images/butn-finance.jpg) top left no-repeat;
	}
#butninfo a  {
	width: 99px;
	background: url(../images/butn-info.jpg) top left no-repeat;
	}
#butncontact a  {
	width: 76px;
	background: url(../images/butn-contact.jpg) top left no-repeat;
	}

#searchnav {
	margin: 0;
	padding: 0;
	height: 29px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#searchnav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}
#searchnav a {
	float: left;
	padding: 29px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:29px; /* for IE5/Win only */
	}
#searchnav a:hover {
	background-position: 0 -29px;
	}
#butnadvanced a  {
	width: 70px;
	background: url(../images/butn-advanced.jpg) top left no-repeat;
	}
#butnrunsearch a  {
	width: 57px;
	background: url(../images/butn-runsearch.jpg) top left no-repeat;
	}
body {
	margin: 0px;
}

#editpanelnav {
	margin: 0;
	padding: 0;
	height: 87px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#editpanelnav li {
	margin: 0; 
	padding: 0;
  list-style: none;
	display: inline;
	}
#editpanelnav a {
	float: left;
	padding: 29px 0 0 0;
	overflow: hidden;
	width: 122px;
	height: 0px !important; 
	height /**/:29px; /* for IE5/Win only */
	}
#editpanelnav a:hover {
	background-position: 0 -29px;
}
#butneditpage a  {
	background: url(../images/butn-pagecontent.jpg) top left no-repeat;
}
#butnsettings a  {
	background: url(../images/butn-pagesettings.jpg) top left no-repeat;
}
#butnwebsettings a  {
	background: url(../images/butn-websettings.jpg) top left no-repeat;
}

#editnav {
	margin: 0;
	padding: 0;
	height: 27px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#editnav li {
	margin: 0; 
	padding: 0;
  	list-style: none;
	display: inline;
}
#editnav a {
	float: left;
	padding: 27px 0 0 0;
	overflow: hidden;
	width: 80px;
	height: 0px !important; 
	height /**/:27px; /* for IE5/Win only */
	}
#editnav a:hover {
	background-position: 0 -27px;
}
#butneditsave a  {
	background: url(../images/butn-save.jpg) top right no-repeat;
}
#butneditadd a  {
	background: url(../images/butn-add.jpg) top right no-repeat;
}
#butneditdelete a  {
	background: url(../images/butn-delete.jpg) top right no-repeat;
}