.menu {
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:11px;
	z-index:500;
	text-transform: uppercase;
	width: 635px;
}
.menu .select {
	margin:0px;
	padding:0px;
	list-style:none;
	white-space:nowrap;
}
.menu li {
	float:left;
}
.menu .select a {
	display:block;
	height:36px;
	float:left;
	background: url(images/button_on.gif) right;
	padding:0 30px;
	text-decoration:none;
	line-height:26px;
	white-space:nowrap;
	color: #004712;
}
.menu .select a:hover, .menu .select li:hover a {
	background: url(images/button_over.gif) left;
	/*padding:0 15px 0 15px; */
	line-height:27px;
	cursor:pointer;
	color: #FFFFFF;
}
.menu ul ul {
	display:none;
}
/* IE6 only */
.menu table {
	border-collapse:collapse;
	margin:-1px;
	font-size:1em;
	width:0;
	height:0;
}
.menu .sub {
	font-family:"Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:11px;
	text-transform: uppercase;
	margin:0;
	padding:0;
	list-style:none;
}
.menu .sub li {
	background:transparent;
}
.menu .select :hover .sub {
	height:25px;
	display:block;
	position:absolute;
	top:30px;
	background:transparent url(line/transparent.gif);
	width: 100%;
	float: left;
	left: 15px;/*border:1px solid #aaa;*/
}
.menu .select :hover .athletics {
	left: 125px;
}
.menu .select :hover .kids {
	left: 247px;
}
.menu .select :hover .tuff {
	left: 330px;
}
.menu .select :hover .special_pro {
	left: 240px;
}
.menu .select :hover .sub li a {
	display:block;
	height:25px;
	line-height:25px;
	float:left;
	background:transparent url(images/rightarrow.gif) no-repeat left center;
	padding:0 16px;
	margin:0;
	white-space:nowrap;
	color: #004712;
}
.menu .select :hover .sub li.nhl a {
	color:#00529b;
}
.menu .select :hover .sub li.rethink a {
	color:#FF99CC;
}
.menu .select :hover .sub li.canada a {
	color:#d71920;
}
.menu .select :hover .sub li.class a {
	color:#004712;
}
.menu .select :hover .sub li a:hover, .menu .select :hover .sub li:hover {
	line-height:25px;
	position:relative;
}
.menu .select :hover .sub li:hover > a {
	color:#d7e2d7;
	background:transparent url(images/rightarrowhover.gif) no-repeat left center;
}
.menu .select :hover .sub :hover ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	width:112px;
	position:absolute;
	left:-1px;
	top:25px;
	border:1px solid #aaa;
	border-top:0;
	background:#ffffff;
}
.menu .select :hover .sub :hover ul li a {
	width:80px;
	text-align:left;
	height:20px;
	line-height:18px;
}
.menu .select :hover .sub :hover ul li a:hover {
	line-height:16px;
}

