@charset "utf-8";
/* CSS Document */

#navlist ul {
}
#navlist li {
	display: inline;
	/* for IE5 and IE6 */
}
#navlist {
	width: 149px;
	margin: 5px 0 5px 0;
	padding: 0;
}
#navlist a {
	width: 99%;
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #FFF;
	text-align: left;
	height:23px;
	line-height:23px;
	text-decoration: none;
	padding-left:10px;
	color: #333;
}
#navlist a:hover {
	background-color: #f37021;
	color:#FFFFFF;
}
#navlist a:visited {
	color: #333;
}




#topNav ul {
}
#topNav li {
	display: inline;
	/* for IE5 and IE6 */
}
#topNav {
	float:left;
	margin: 0;
	padding: 0;
}
#topNav a {
	width: auto;
	float:left;
	display: block;
	text-align: left;
	height:47px;
	line-height:47px;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	color: #FFF;
	font-weight:bold;
	background:url(/ekmps/shops/sportsstore10/resources/Design/navigation-divide.gif) no-repeat center right;
}
#topNav a:hover {
	color:#333333;
}
#topNav a:visited {
}

