	.nav_mens{
		float:left;
		width:107px;
		height:40px;
		background:url(/images/nav/mens_bg.png) bottom left no-repeat;
		margin-right:1px;
		text-align:center;
	}
	.nav_womens{
		float:left;
		width:107px;
		height:40px;
		background:url(/images/nav/womens_bg.png) bottom left no-repeat;
		margin-right:1px;
		text-align:center;
	}
	.nav_kids{
		float:left;
		width:107px;
		height:40px;
		background:url(/images/nav/kids_bg.png) bottom left no-repeat;
		margin-right:1px;
		text-align:center;
	}
	.nav_sizeguide{
		float:left;
		width:107px;
		height:40px;
		background:url(/images/nav/sizeguide_bg.png) bottom left no-repeat;
		margin-right:1px;
		text-align:center;
	}
	.nav_sale{
		float:left;
		width:107px;
		height:60px;
		background:url(/images/nav/saleshack_bg.png) bottom left no-repeat;
		margin-right:1px;
		text-align:center;
	}
	.nav_customerservices{
		float:left;
		width:155px;
		height:40px;
		background:url(/images/nav/customerservices_bg.png) bottom left no-repeat;
		margin-right:1px;
		text-align:center;
	}
	.nav_aboutus{
		float:left;
		width:107px;
		height:40px;
		background:url(/images/nav/aboutus_bg.png) bottom left no-repeat;
		margin-right:1px;
		text-align:center;
	}
	.nav_basket{
		float:left;
		width:141px;
		height:40px;
		background:url(/images/nav/basket_bg.png) bottom left no-repeat;
		padding-left:10px;
	}
	
	ul#menu li {
		display: inline;
		position: relative;
	}
	
	ul#menu li a {
		padding-top:13px;
		display:block;
	}
	
	ul#menu li div a {
		padding-top:0;
	}
	
	ul#menu div {
		display: none;
		z-index:9999;
	}
	
	ul#menu li.nav_mens div {
		width: 18em;
		position: absolute;
		top: 1.6em;
		left: 0em;
		width:750px;
		z-index:9999;
	}
	
	ul#menu li.nav_womens div {
		width: 18em;
		position: absolute;
		top: 1.6em;
		left: 0em;
		width:510px;
	}
	
	ul#menu li.nav_kids div {
		width: 18em;
		position: absolute;
		top: 1.6em;
		left: 0em;
		width:370px;
	}
	
	ul#menu li.hovering div {
		display: block;
	}
	
	ul#menu li.mega .mega_content {
		background:#fff;
		z-index:9999;
		position:absolute;
		margin-top:20px;
		text-align:left;
		border:1px solid #ccc;
		border-top:0;
		z-index:9999;
	}
	
	ul#menu li.mega .mega_content div h3 {
		line-height:1.7em;
	}
	
	ul#menu li.mega .mega_content .brands {
		width:150px;
		position:static;
		float:left;
		padding:0 10px;
	}
	
	ul#menu li.mega .mega_content .categories {
		width:149px;
		position:static;
		float:left;
		padding:0 10px 0 10px;
		border-left:1px solid #000;
		min-height:400px;
		height:auto !important;
		height:400px;
	}
	
	ul#menu li.mega .mega_content div .mega_menu_items li {
		display:block;
	}
	
	ul#menu li.mega .mega_content div .mega_menu_items li a {
		font-size:11px;
		font-family:arial;
		line-height:12px;
	}