@charset "UTF-8";
/* CSS Document */

/* MAIN MENU */
/***************************/
#menu-store {
	margin: 44px 0px 30px 0px;
	padding: 0px;
	list-style: none;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#menu-store li {
	margin: 0px;
	padding: 0px;
	width: 228px;
}

#menu-store a  {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-image: url(../gui/menu-store.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: none;
}

/* HOME */
#menu-home a:link, #menu-home a:visited  {
	height: 129px;
	background-position: 0px 0px;
}

#menu-home a:hover {
	background-position: -228px 0px;
}

#menu-home a#static {
	background-position: -228px 0px;
}

/* TEES */
#menu-tees a:link, #menu-tees a:visited  {
	height: 70px;
	background-position: 0px -129px;
}

#menu-tees a:hover {
	background-position: -228px -129px;
}

#menu-tees a#static {
	background-position: -228px -129px;
}

/* records */
#menu-records a:link, #menu-records a:visited  {
	height: 65px;
	background-position: 0px -198px;
}

#menu-records a:hover {
	background-position: -228px -198px;
}

#menu-records a#static {
	background-position: -228px -198px;
}

/* dress */
#menu-dress a:link, #menu-dress a:visited  {
	height: 40px;
	background-position: 0px -262px;
}

#menu-dress a:hover {
	background-position: -228px -262px;
}

#menu-dress a#static {
	background-position: -228px -262px;
}

/* books */
#menu-books a:link, #menu-books a:visited  {
	height: 80px;
	background-position: 0px -301px;
}

#menu-books a:hover {
	background-position: -228px -301px;
}

#menu-books a#static {
	background-position: -228px -301px;
}

/* other */
#menu-other a:link, #menu-other a:visited  {
	height: 80px;
	background-position: 0px -380px;
}

#menu-other a:hover {
	background-position: -228px -380px;
}

#menu-other a#static {
	background-position: -228px -380px;
}

