/* CSS Document */

#homeMainNav {
	height: 50px;
	background-image: url(../images/navBar.jpg);
	background-repeat: no-repeat;
	margin-left: 13px;
}
#homeMainNav ul {
	list-style-type: none;
	text-align: left;
}

#homeMainNav li{
	float: left;
	list-style-type: none;
	text-indent: -9000px;
}

#homeMainNav .one a, .two a, .three a, .four a, .five a, .six a{
	display: block;
	height: 50px;
	background-repeat: no-repeat;
}

#homeMainNav .one a:hover, #homeMainNav .two a:hover, #homeMainNav .three a:hover, #homeMainNav .four a:hover, #homeMainNav .five a:hover, #homeMainNav .six a:hover{
	background-position: bottom;
	}

#homeMainNav .one a{
	width: 84px;
	background-image: url(../images/nav/home.jpg);
	margin-left: 22px;
	}

#homeMainNav .two a{
	width: 86px;
	background-image: url(../images/nav/products.jpg);
	margin-left: 13px;
}
#homeMainNav .three a{
	width: 140px;
	background-image: url(../images/nav/shippingInfo.jpg);
	margin-left: 15px;
}
#homeMainNav .four a{
	width: 130px;
	background-image: url(../images/nav/international.jpg);
	margin-left: 12px;
}
#homeMainNav .five a{
	width: 115px;
	background-image: url(../images/nav/promotions.jpg);
	margin-left: 18px;
}
#homeMainNav .six a{
	width: 120px;
	background-image: url(../images/nav/fundraising.jpg);
	margin-left: 14px;
}
