/* Navigation CSS Document */

#rings {
	display: block;
	width: 128px;
	height: 44px;
	background: url("../images/buttons/rings.jpg") no-repeat 0 0;
	margin: 0 0 8px 0;
	}

#diamonds {
	display: block;
	width: 128px;
	height: 44px;
	background: url("../images/buttons/diamonds.jpg") no-repeat 0 0;
	margin: 0 0 8px 0;
	}


#jewellery {
	display: block;
	width: 128px;
	height: 44px;
	background: url("../images/buttons/jewellery.jpg") no-repeat 0 0;
	margin: 0 0 8px 0;
	}

#watches {
	display: block;
	width: 128px;
	height: 44px;
	background: url("../images/buttons/watches.jpg") no-repeat 0 0;
	margin: 0 0 8px 0;
	}
	
#gifts {
	display: block;
	width: 128px;
	height: 44px;
	background: url("../images/buttons/gifts.jpg") no-repeat 0 0;
	margin: 0 0 8px 0;
	}
	
#services {
	display: block;
	width: 128px;
	height: 44px;
	background: url("../images/buttons/services.jpg") no-repeat 0 0;
	margin: 0 0 8px 0;
	}

#rings:hover, #diamonds:hover, #jewellery:hover, #watches:hover, #gifts:hover, #services:hover,  { background-position: 0 -44px; margin: 0 0 8px 0;}

#rings span, #diamonds span, #jewellery span, #watches span, #gifts span, #services span  { display: none; }