body#categorydisplay #content {
	background-image: none;
	}
	
#sale_header {
	/*margin-bottom: 10px;
	overflow: hidden;
	clear: both;
	display: block;
	width: 830px;*/
	display:none;
	}
		
* html #sale_header {
	overflow: visible;
	}
	
#sale_header h1 {
	float: left;
	font-size: 3em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #666 !important;
	font-weight: normal;
	margin: 0 40px 0 0px;
	width: auto;
	}

a#view_all_link {
	float: left;
	margin-top: 15px;
	line-height: 2.1em;
	color: #999;
	text-decoration:underline;
	}
	
a#view_all_link:hover, a#view_all_link:active, a#view_all_link:focus {
	color: #ccc;
	}

#sale_content {
	display: block;
	width: 990px;
	position: relative;
	padding-bottom: 20px;
	}
	
#sale_content #sale_menus {
	width: auto;
	position: absolute;
	left: 530px;
	top: 170px;
	}
	
#sale_content #sale_menus h2 {
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	line-height: normal;
	margin-bottom: 20px;
	}
	
#sale_content #sale_menus ul {
	float: left;
	list-style-type:none;
	margin:0 50px 0 0;
	padding:0;
	}
	
/*#sale_content #sale_menus ul#first_menu {
	margin-right: 10px;
	}*/
	
#sale_content #sale_menus ul li {
	margin-bottom: 8px;
	padding: 0;
	color: #000;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	}
	
#sale_content #sale_menus ul li a {
	color: #fff;
	font-weight: normal;
	}
