#enternav {
	margin: 0;
	padding: 0;
	height: 33px;
	width: 250px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#enternav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}

#enternav a {
	float: left;
	padding: 33px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:33px; /* for IE5/Win only */
}

#enternav a:hover {
	background-position: 0 -33px;
}

#enternav a:active, #nav a.selected {
	background-position: 0 -66px;
}

#n_enter a {
	width: 250px;
	background: url(g/nav/enter.gif) top left no-repeat;
}

#nav {
	margin: 0;
	padding: 0;
	height: 127px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}

#nav a {
	float: left;
	padding: 127px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:127px; /* for IE5/Win only */
}

#nav a:hover {
	background-position: 0 -127px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -254px;
}

#n_designs a {
	width: 93px;
	background: url(g/nav/designs.gif) top left no-repeat;
}
#n_custom a {
	width: 53px;
	background: url(g/nav/custom.gif) top left no-repeat;
}
#n_gifts a {
	width: 39px;
	background: url(g/nav/gifts.gif) top left no-repeat;
}
#n_about a {
	width: 61px;
	background: url(g/nav/about.gif) top left no-repeat;
}
#n_retail a {
	width: 105px;
	background: url(g/nav/retail.gif) top left no-repeat;
}
#n_press a {
	width: 45px;
	background: url(g/nav/press.gif) top left no-repeat;
}
#n_contact a {
	width: 78px;
	background: url(g/nav/contact.gif) top left no-repeat;
}