@charset "utf-8";
/* CSS Document */
.top_nav{
	clear:				both;
	height:				34px;
}

/* General NAV definitions*/
.nav {
	width: 				900px;
	height: 				34px;
	background-image: 	url(/images/navBkgd-pixel.gif);
	background-repeat:	repeat-x;
	position:			absolute;
	margin:				0px;
	padding:			0px;
}
.nav li {
	display: 			inline;
}
.nav li a:link, .nav li a:visited {
	position: 			absolute;
	top: 				0;
	height: 			34px;
	overflow: 			hidden;
	z-index: 			10;
	padding-top: 		6px;
	text-align:			center;
	font-family:		Tahoma, Arial, Helvetica, sans-serif;
	color:				#FFF;
	font-size:			13px;
	text-decoration:	none;
}

/* The HOME definitions */
.nav .home a:link, .nav .home a:visited {
	left: 				0px;
	width: 				106px;
}
.nav .home a:hover, .nav .home a:focus {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}
.nav .home a:active {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}

.top_nav .current-home .home a:link, .current-home .home a:visited {
	background:			url(/images/navBkgd.gif) no-repeat -106px 0px;
}
.nav-home {
	position: 			absolute;
	top: 				0;
	left: 				0px;
	width: 				106px;
	height: 			34px;
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}

/* The SHOE CARE definitions */
.nav .shoecare a:link, .nav .shoecare a:visited {
	left: 				106px;
	width: 				106px;
}
.nav .shoecare a:hover, .nav .shoecare a:focus {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}
.nav .shoecare a:active {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}

.top_nav .current-shoecare .shoecare a:link, .current-shoecare .shoecare a:visited {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}
.nav-shoecare {
	position: 			absolute;
	top: 				0;
	left: 				106px;
	width: 				106px;
	height: 			34px;
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}


/* The SHOE SIZE definitions */
.nav .shoesize a:link, .nav .shoesize a:visited {
	left: 				212px;
	width: 				106px;
}
.nav .shoesize a:hover, .nav .shoesize a:focus {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}
.nav .shoesize a:active {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}

.top_nav .current-shoesize .shoesize a:link, .current-shoesize .shoesize a:visited {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}
.nav-shoesize {
	position: 			absolute;
	top: 				0;
	left: 				212px;
	width: 				106px;
	height: 			34px;
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}


/* The RETAILERS definitions */
.nav .retailers a:link, .nav .retailers a:visited {
	left: 				318px;
	width: 				106px;
}
.nav .retailers a:hover, .nav .retailers a:focus {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}
.nav .retailers a:active {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}

.top_nav .current-retailers .retailers a:link, .current-retailers .retailers a:visited {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}
.nav-retailers {
	position: 			absolute;
	top: 				0;
	left: 				318px;
	width: 				106px;
	height: 			34px;
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}


/* The CONTACT definitions */
.nav .contact a:link, .nav .contact a:visited {
	left: 				424px;
	width: 				106px;
}
.nav .contact a:hover, .nav .contact a:focus {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}
.nav .contact a:active {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}

.top_nav .current-contact .contact a:link, .current-contact .contact a:visited {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}
.nav-contact {
	position: 			absolute;
	top: 				0;		
	left: 				424px;
	width: 				106px;
	height: 			34px;
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}


/* The SHOE LINKS definitions */
.nav .shoelinks a:link, .nav .shoelinks a:visited {
	left: 					532px;
	width: 				106px;
}
.nav .shoelinks a:hover, .nav .shoelinks a:focus {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}
.nav .shoelinks a:active {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}

.top_nav .current-shoelinks .shoelinks a:link, .current-shoelinks .shoelinks a:visited {
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}
.nav-shoelinks {
	position: 				absolute;
	top: 						0;
	left: 						532pxpx;
	width: 					106px;
	height: 					34px;
	background: 		url(/images/navBkgd.gif) no-repeat -106px 0px;
}