/* CSS Document */

#header ul {
	width:415px;
	float:right;
	margin-top:34px;
}

#header ul li {
	float:left;
	list-style-type:none;
	display:block;
	position:relative;
	height:11px;
	margin-right:13px;
}

#header ul li a {
	height:11px;
	background:url(../images/design/nav.png) no-repeat;
	text-indent:-9999px;
	display:block;
}

#header ul li.homeSearch a {
	width:70px;
}

#header ul li.homeSearch a:hover {
	background-position:-82px 0;
}

#header ul li.quick a {
	width:81px;	
	background-position:0 -12px;
}

#header ul li.quick a:hover {
	background-position:-82px -12px;
}

#header ul li.builder a {
	width:75px;
	background-position:0 -24px;
}

#header ul li.builder a:hover {
	background-position:-82px -24px;
}

#header ul li.news a {
	width:65px;
	background-position:0 -36px;
}

#header ul li.news a:hover {
	background-position:-82px -36px;
}

#header ul li.finance a {
	width:53px;
	background-position:0 -48px; 
}

#header ul li.finance a:hover {
	background-position:-82px -48px;
}

/* Footer */

ul#footer li {
	float:left;
	list-style-type:none;
	display:block;
	position:relative;
	height:11px;
	margin-right:13px;
}

ul#footer li a, ul#footer li span {
	height:11px;
	background:url(../images/design/footer.png) no-repeat;
	text-indent:-9999px;
	display:block;
}

ul#footer li.first {
	margin-left:230px;
}

ul#footer li span {
	width:136px;
}

ul#footer li.contact a {
	width:60px;
	background-position:0 -12px;
}

ul#footer li.contact a:hover {
	background-position:-68px -12px;
}

ul#footer li.employment a {
	width:67px;	
	background-position:0 -24px;
}

ul#footer li.employment a:hover {
	background-position:-68px -24px;
}

ul#footer li.home a {
	width:28px;
	background-position:0 -36px;
}

ul#footer li.home a:hover {
	background-position:-68px -36px;
}