.menus {
	border:0 none;
	margin:0;
	padding:0;
}
.navigation-container {
	z-index:55;
	overflow:visible;
	position:relative;
	padding:0 1px;
	margin: 0 auto;
    padding: 0;
    width: 894px;
    height: 32px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
}
* html .navigation-container {
	margin-bottom:-2px;
}
.navigation-container ul {
	list-style-type:none;
    padding:0;
}
.navigation-container .menu-container {
	position:absolute;
	z-index:56;
	top:-3000px;
	opacity:0;
	left:0;
	top:-2px;
	padding:0;
	margin:0;
	background:#ebebeb;
	border:1px solid #000000;
	border-top:none;
	border-bottom:none;
	font-size:11px;
	display:block;
}
.navigation-container .menu-container a {
	color:#666;
	text-decoration:none;
	display:block;
	position:relative;
	padding:0;
	height:20px;
	overflow:hidden;
}
.navigation-container .menu-container a:hover {
	min-height:20px;
	height:20px;
	background-color:#ebebeb;
}
.navigation-container .menu-container .column {
	float:left;
	width:172px;
	padding:0;
	margin-right:-1px;
}
.navigation-container .menu-container .column .category-link{
    font-family:Arial, Helvetica, sans-serif;
	border-bottom:0px solid #000000;
	padding:4px 8px 0 8px;
	font-weight:bold;
	display:block;
}
.navigation-container .menu-container .column .category-link:hover{
	background-color:#d2d2d2;
}
* html .navigation-container .menu-container .column {
	margin-right:-2px;
}
.navigation-container .category-container {
	float:left;
	position:relative;
	border-left: 1px solid #ffffff;
}
.selected {
    background-color: #ebebeb;
    font-color: #000;
    color: #000;
}
.navigation-container .top-cat {
    font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	display:inline;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	height:15px;
	padding:7px 0 10px 0;
	width: 110px;
	margin:0;
	border:none;
	position:relative;
	z-index:57;
	color:#ffffff;
	text-align:center;
}
.navigation-container .top-cat:hover, .navigation-container .hover .top-cat {
	background:#ebebeb;
}
#main-nav {
	position:relative;
	top:-1px;
	height:30px;
	padding:2px;
	overflow:visible;
	background:url(images/menu-back.jpg);
	background-repeat:repeat-x;
}
#main-nav .top-cat {
	color:#ffffff;
}
#main-nav .top-cat:hover, #secondary-nav .top-cat:hover, #main-nav .hover .top-cat, #secondary-nav .hover .top-cat {
	color:#333;
}
#secondary-nav {
	position:absolute;
	left:0;
	top:-1px;
	height:32px;
	padding:1px 0 0 0;
	overflow:visible;
}
#secondary-nav #clearance-link {
	color:#ccc;
}

