@charset "UTF-8";
/* CSS Document */

/** NAVIGATION **/

ul#nav li {
	padding:0;
	margin:0;
	text-indent:-9999px;
	list-style-type:none;
	float:left;
}

ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
}

li#aboutus a {
	width:130px;
	height:80px;
	background-image:url(../images/btn-aboutus.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#aboutus a:hover {
	background-position:0px -80px;
}

li#store a {
	width:175px;
	height:80px;
	background-image:url(../images/btn-store.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#store a:hover {
	background-position:0px -80px;
}

li#collectables a {
	width:180px;
	height:80px;
	background-image:url(../images/btn-collectables.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#collectables a:hover {
	background-position:0px -80px;
}

li#contactus a {
	width:126px;
	height:80px;
	background-image:url(../images/btn-contactus.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#contactus a:hover {
	background-position:0px -80px;
}