#home #container #menu {
	margin-top: 11px;
	padding-left: 0px;
	margin-left: 31px;
}
/* Step 3 - get rid of the bullets and margin */

#home #container #menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
/* Step 4 - make the list horizontal */

#home #container #menu li {
	float:left;
}
/* Step 5 - Adding the initial images */

#home #container #menu li.list1 {
	background:transparent url(/images/homeTabs/quote.jpg);
}
#home #container #menu li.list2 {
	background:transparent url(/images/homeTabs/contact.jpg);
	margin-left: 31px;
}
#home #container #menu li.list3 {
	background:transparent url(/images/homeTabs/packing.jpg);
	margin-left: 31px;
}
#home #container #menu li.list4 {
	background:transparent url(/images/homeTabs/visa.jpg);
	margin-left: 31px;
}
/* Step 6 - General link styling */

#home #container #menu a {
	display:block;
	width:211px;
	height:0;
	padding-top:227px;
	color:#000;
	overflow:hidden;
}
/* hack for older versions of IE with incorrect box model */

* html #home #container #menu a:link, * html #home #container #menu a:visited {
	height:227px;
	he\ight:0;
}
/* Step 7 - Separating the images */

#home #container #menu li {
	float:left;
	margin-right:0px;
	padding: 0px;
	margin-left: 0px;
}
/* Step 8 - Adding the hover images */

#home #container #menu a#item1 {
	background:transparent url(/images/homeTabs/quoteOver.jpg) -211px -90px no-repeat;
}
#home #container #menu a#item2 {
	background:transparent url(/images/homeTabs/contactOver.jpg) -211px -90px no-repeat;
}
#home #container #menu a#item3 {
	background:transparent url(/images/homeTabs/packingOver.jpg) -211px -90px no-repeat;
}
#home #container #menu a#item4 {
	background:transparent url(/images/homeTabs/visaOver.jpg) -211px -90px no-repeat;
}
/* Step 9 - Adding the :hover style */

#home #container #menu a#item1:hover {
	background-position:0 0;
	z-index:50;
}
#home #container #menu a#item2:hover {
	background-position:0 0;
	z-index:50;
}
#home #container #menu a#item3:hover {
	background-position:0 0;
	z-index:50;
}
#home #container #menu a#item4:hover {
	background-position:0 0;
	z-index:50;
}
#home #container #menu a#item5:hover {
	background-position:0 0;
	z-index:50;
}
* html #home #container #menu a:hover {
	height:227px;
	he\ight:0;
}
/* Step 10 - Clearing the float */

#home #container #menu {
	display:block;
	width:auto;
	height:229px;
}

