/** Place an Order **/

#main-menu {
width:560px;
}

.main-menu a{
display: block;
float: left;
display: inline;
}

a.orderShip {

	width: 112px;
	height: 30px;
	background: url(../images/site_images/menu-ordership.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
margin-right: 26px;
}

a:visited.orderShip {
	background-position: 0 0;
}

a:hover.orderShip {
	background-position: 0 -30px;
}

a:active.orderShip {
	background-position: 0 -30px;
}

/** Book a Party **/

a.bookParty {

	width: 88px;
	height: 30px;
	background: url(../images/site_images/menu-bookparty.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
margin-right: 26px;
}


a:visited.bookParty {
	background-position: 0 0px;
}

a:hover.bookParty {
	background-position: 0 -30px;
}

a:active.bookParty {
	background-position: 0 -30px;
}


/** Contact Us **/

a.contactUs {

	width: 77px;
	height: 30px;
	background: url(../images/site_images/menu-contactus.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
margin-right: 26px;
}


a:visited.contactUs {
	background-position: 0 0;
}

a:hover.contactUs {
	background-position: 0 -30px;
}

a:active.contactUs {
	background-position: 0 -30px;
}





/** Blog **/

a.blog {

	width: 33px;
	height: 30px;
	background: url(../images/site_images/menu-blog.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
margin-right: 26px;
}


a:visited.blog {
	background-position: 0 0;
}

a:hover.blog {
	background-position: 0 -30px;
}

a:active.blog {
	background-position: 0 -30px;
}




/** Shopping Bag **/

a.shoppingBag {

	width: 125px;
	height: 30px;
	background: url(../images/site_images/menu-bag.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}


a:visited.shoppingBag {
	background-position: 0 0;
}

a:hover.shoppingBag {
	background-position: 0 -30px;
}

a:active.shoppingBag {
	background-position: 0 -30px;
}



body#Ordering .orderShip {
background-position: 0 -30px;
}

body#Parties .bookParty {
background-position: 0 -30px;
}

body#Contact .contactUs {
background-position: 0 -30px;
}

body#Blog .blog {
background-position: 0 -30px;
}


