@charset "utf-8";
/* CSS Document */

a.logo {
	display: block;
	width: 200px;
	height: 50px;	border-bottom: none;
	float: right;
	
}

a.ribbon {
	display: block;
	width: 404px;
	height: 99px;
	background: url("/_images/template/ribbon.gif");
	text-align: left;
	border-bottom: none;
}

a.home {
	display: block;
	width: 60px;
	height: 99px;
	background: url("/_images/template/navigation/top_home.gif");
	text-align: left;	border-bottom: none;
} 

a.home:hover { 
   background-position: -60px 0; 
}

a.gift {
	display: block;
	width: 87px;
	height: 99px;
	background: url("/_images/template/navigation/top_giftguide.gif");
	text-align: left;	border-bottom: none;
} 

a.gift:hover { 
   background-position: -87px 0; 
}

a.where {
	display: block;
	width: 114px;
	height: 99px;
	background: url("/_images/template/navigation/top_whereBuy.gif");
	text-align: left;	border-bottom: none;
} 

a.where:hover { 
   background-position: -114px 0; 
}

a.competitions {
	display: block;
	width: 42px;
	height: 99px;
	background: url("/_images/template/navigation/top_competitions.gif");
	text-align: left;	border-bottom: none;
} 

a.competitions:hover { 
   background-position: -42px 0; 
}

a.downloads {
	display: block;
	width: 91px;
	height: 99px;
	background: url("/_images/template/navigation/top_downloads.gif");
	text-align: left;	border-bottom: none;
} 

a.downloads:hover { 
   background-position: -91px 0; 
}


a.christmaspast {
	display: block;
	width: 182px;
	height: 99px;
	background: url("/_images/template/navigation/top_christmaspast.gif");
	text-align: left;	border-bottom: none;
} 

a.christmaspast:hover { 
   background-position: -182px 0; 
}
