
/*
NOTES:

Last Edit: 8/17/09
*/

/* ---------------------------------------------------- MAIN ---------------------------------------------------- */

#subnav {
	position: absolute;
	top: 0;
	right: 0;
	width: 175x;
}

#subnav-navigation ul li.end_cap {
	padding-bottom: 3px;
	margin-bottom: -3px;
}

#subnav-navigation ul,
#subnav-navigation {
	width: 175px;
}

#subnav-navigation ul {
	padding: 10px 0 10px 0;
	list-style: none outside none;
}

#subnav li a,
#subnav li a:visited,
#subnav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	width: 163px;
	padding: 5px 5px 5px 7px;
	display: block;
}

/* ---------------------------------------------------- TOYS ---------------------------------------------------- */

.cat-toys #subnav-navigation  {
	background: url(/content/v6/us/core/img/bg-subnav-red.gif) no-repeat; 
	width: 175px;
}

.cat-toys #subnav-navigation ul {
	background: url(/content/v6/us/core/img/bg-subnav-red-cap.gif) no-repeat bottom;
}

.cat-toys #subnav-navigation  li a:hover {
	background: #cf0806;
}

.cat-toys li.cat-selected a {
	background: #de1a15;
}

/* ---------------------------------------------------- PLAY & DEVELOPMENT ---------------------------------------------------- */

.cat-play #subnav-navigation  {
	background: url(/content/v6/us/core/img/bg-subnav-orange.gif) no-repeat;
	width: 175px;
}

.cat-play #subnav-navigation ul {
	background: url(/content/v6/us/core/img/bg-subnav-orange-cap.gif) no-repeat bottom;
}

.cat-play #subnav-navigation  li a:hover {
	background: #e76b00;
}

.cat-play li.cat-selected a {
	background: #ed8500;
}

/* ---------------------------------------------------- GAMES & ACTIVITIES ---------------------------------------------------- */

.cat-activities #subnav-navigation  {
	background: url(/content/v6/us/core/img/bg-subnav-blue.gif) no-repeat;
	width: 175px;
}

.cat-activities #subnav-navigation ul {
	background: url(/content/v6/us/core/img/bg-subnav-blue-cap.gif) no-repeat bottom;
}

.cat-activities #subnav-navigation  li a:hover {
	background: #013f9f;
}

.cat-activities li.cat-selected a {
	background: #0564ba;
}

/* ---------------------------------------------------- SHOP ---------------------------------------------------- */


.cat-shop #subnav-navigation  {
	background: url(/content/v6/us/core/img/bg-subnav-purple.gif) no-repeat;
	width: 175px;
}

.cat-shop #subnav-navigation ul {
	background: url(/content/v6/us/core/img/bg-subnav-purple-cap.gif) no-repeat bottom;
}

.cat-shop #subnav-navigation  li a:hover {
	background: #444085;
}

.cat-shop li.cat-selected a {
	background: #555282;
}


