* {
	margin: 0;
	padding: 0;
}

#storeNav {
	height: 53px;
	width: 790px;
	position: relative;
	left: 90px;
}

a#storeHome, a#storeHome:visited {
	width: 191px;
	height: 53px;
	float: left;
	background: transparent url(images/nav_store_main.png) top left no-repeat;
	text-indent: -9999px;
}

#nav {
	height: 24px;
	width: 599px;
	margin-left: 191px;
	background: transparent url(images/nav_cart.png) top right no-repeat;
	padding-bottom: 0;
}

#nav li ul, #nav li ul {
	margin: 0;
	padding: 0;
	z-index: 6;
}

#nav a {
	text-decoration: none;
}

#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	text-align: center;
}

#nav li ul {
	display: none;
}

#nav li ul li a, #nav li ul li a:visited {
	color: #718433;
}

#nav li ul li a:hover {
	color: #404512;
}

#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
	position: absolute;
	top: 24px;
	left: 191px;
	background: #224d6f;
	height: 29px;
	width: 740px;
}

#nav li.on ul {
	background: transparent url(images/nav_sub_white.png) top left no-repeat;
}

#nav li.on:hover ul, #nav li.over ul { /*for ie*/
	background: transparent url(images/nav_sub_white.png) top left no-repeat;
}

#nav li a {
	display: block;
	padding: 0;
}

#nav li.on a {
	color: #000;
}

#nav li.on ul a, #nav li.off ul a {
	border: 0;
	float: left; /*ie doesn't inherit the float*/
	width: auto;
	background: transparent;
	color: #718413;
}

#nav li.on:hover ul a:hover, #nav li.over ul li a:hover {
	color: #404512;
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6;
}

#nav li.off a:hover, #nav li.off:hover a { 
	color: #404512;
	background-position: 0 -48px;
}

/*do the image replacement*/

#liMusic a, #liClothes a, #liMisc a, #liCheckout a, #liHelp a {
	display: block;
	position: relative;
	height: 24px;
	font: normal 14px/24px 'Helvetica Neue', Arial, sans-serif;
	color: #fff;
	letter-spacing: 1px;
	text-indent: -9px;	
}

/*first, put the initial states in place*/

#liMusic a {
	background: transparent url(images/nav_music.png) top left no-repeat;
	width: 97px;
	z-index: 5;
}

#liClothes a {
	background: transparent url(images/nav_clothes.png) top left no-repeat;
	width: 108px;
	margin-left: -16px;
	z-index: 4;
}

#liMisc a {
	background: transparent url(images/nav_prints.png) top left no-repeat;
	width: 107px;
	margin-left: -16px;
	z-index: 3;
}

#liCheckout a {
	background: transparent url(images/nav_extras.png) top left no-repeat;
	width: 105px;
	margin-left: -16px;
	z-index: 2;
}

#liHelp a {
	background: transparent url(images/nav_limited.png) top left no-repeat;
	width: 102px;
	margin-left: -16px;
	z-index: 1;
}


#nav li.on a {
 	background-position: 0 -24px;
} 

/*hover states*/

/*subnav formatting*/

#nav li.off ul {
	background: transparent url(images/nav_sub_blue.png) top left no-repeat;
}

#nav li.on ul {
	background: transparent url(images/nav_sub_white.png) top left no-repeat;
}

#nav li.off ul a, #nav li.on ul a {
	display: block;
	font-family: Helvetica, arial, verdana, sans-serif;
	margin: 4px 8px 0 30px;
}		

#nav li.off ul a:hover, #nav li.on ul a:hover {
	text-decoration: underline;
}

	
div.wpsc_page_numbers a, div.wpsc_page_numbers a:visited {
	padding: 5px;
}
div.wpsc_page_numbers a.selected {
	background: #333;
	color: #FFF;
}

