
div#mainNavMid {
	background-repeat: no-repeat !important;
	width: auto !important;
}
ul.listNavCat{
	background-repeat: no-repeat !important;
}
ul#listNav li {
}

ul#listNav li:hover .leftNavNest {
	display: block !important;
}

.leftNavNest {
	margin: -41px 0px 0px 249px;
	z-index: 510;
	position: absolute;
	display: none;
}
.leftNavNest-Top {
	height: 10px;
}
.leftNavNest-Top-L {
	background: transparent url(/c/images/subMenuTop_left.gif) no-repeat scroll 0% 0%;
	height: 10px;
	width: 10px;
	float: left;
}
.leftNavNest-Top-R {
	background: transparent url(/c/images/subMenuTop_right.gif) no-repeat scroll 0% 0%;
	height: 10px;
	width: 10px;
	float: right;
}
.leftNavNest-Top-C {
	background-color: #b5cfe4;
	height: 10px;
	margin: 0px 10px;
}

.leftNavNest-Btm {
	height: 10px;
}
.leftNavNest-Btm-L {
	background: transparent url(/c/images/subMenuBottom_left.gif) no-repeat scroll 0% 0%;
	height: 10px;
	width: 10px;
	float: left;
}
.leftNavNest-Btm-R {
	background: transparent url(/c/images/subMenuBottom_right.gif) no-repeat scroll 0% 0%;
	height: 10px;
	width: 10px;
	float: right;
}
.leftNavNest-Btm-C {
	background-color: #b5cfe4;
	height: 10px;
	margin: 0px 10px;
}

.leftNavNest-Body {
	padding: 0px 10px;
}

.leftNavNest-col {
	padding: 0px 10px;
	width: 160px;
	float: left;
}

.leftNavNest-colHdr { 
	margin: 0 0 5px 0px;
	padding: 0 0 0 0px;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px dotted #114477;
	font-size: 82%;
}
.leftNavNest-colHdr a {
	color: #1c3664 !important;
}

.leftNavNest-colHdr a:hover, .leftNavNest-colHdr a:active {
	color: #FFFFFF !important;
}

.leftNavNest-colItem {
	margin: 0;
	padding: 0;
	font-size: 77%;
	line-height: 1.75em;
}

.leftNavNest-colItem a:hover, .leftNavNest-colItem a:active {
	color: #FFFFFF !important;
}

.leftNavNest-colSpcr {
	height: 10px;
}


/* 
	Each col width is 160 + 20 (10 padding left/right) = 180px per column.
	If you have more than 1 column, set the width = (180 * colCount) + 20.
	the extra 20 is for the container padding left/right - as opposed to the column padding.

	ex. 2 cols:
  180*2 = 360 + 20 = 380px

	If you only want one column, you still need to set a width,
  since IE7 won't display the midsection of the top and bottom bars
*/

#list-Lighting .leftNavNest {
	width: 560px;
}

#list-DJ-Equipment .leftNavNest {
	width: 200px;
}

#list-Pro-Audio .leftNavNest {
}

#list-Studio-Recording .leftNavNest {
}

#list-Keyboards-Production .leftNavNest {
}




/* added filter box styles */


input[type="checkbox"] {
    margin-right: 3px;
}





/* Min Height Box */
/* for Mozilla/Safari/Opera */
* > .minHeightBox {
	padding-top: 500px;
	min-height: 1px;
	border: 1px solid #fff;
}
* > .minHeightBox div.minHeightWrapper {
	margin-top: -500px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .minHeightBox {
	height: 500px;
}
