/************************************
* Primary Navigation Styles
* 
* These styles are use in defining the
* primary navigation look-and-feel.
*************************************/
.qmclear {
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 1px;
	display: block;
}
.qmmc {
	position: relative;
	/*top: 0px;
	left: -30px;
	width: 913px;*/
}
.qmmc a {
	display: inline;
	white-space: nowrap;
	background-color: transparent !important;
}
.qmmc div a {
	float: none;
	background-color: transparent !important;
}

.qmmc div {
	visibility: hidden;
	display: none;
	position: absolute;
	/*left: 0 !important;*/
	top: 0 !important;
	margin: 24px 0 0 0;
	z-index: 99 !important;
}

/* sub-sub nav positioning */
.qmmc div div {
	margin: 10px 0 0 -1px;
}

#qm0 {
	background: url(http://www.crn.com/images/tbnr_images/tbnr_nav_tile_base.gif) repeat-x;
	/* margin: 0 10px 0 45px;  */
	margin: 0 10px 0 18px;  
	padding: 0 0 0 2px;
	height: 22px;
	z-index: 99 !important;
}

#qm0 a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 22px;
	padding: 0 0 0 0;
	margin: 0;
}

#qm0 span {
	margin: 0px;
	border-right: 1px solid #b0b0b0;
}
#qm0 span.selected {
	padding: 3px 0 4px 0;
	height: 20px;
	border-right: none;
	/*background: url(http://www.crn.com/images/tbnr_images/tbnr_nav_tile_hi.gif) repeat-x; */
  background-image: url("http://i.crn.com/misc/2012/spriteme0112_2.png");
  background-position: 0px -10px;

}
#qm0 span.selected a {
	border-right: 1px solid transparent !important;
	color: #C22027 !important;
}

#qm0 a:hover { 
	color: #d0d5dd !important;
}

#qm0 .qmactive {
	color: #CCC;
}

#qm0 .qmparent a {
	/*background-image: url(http://www.crn.com/images/tbnr_images/tbnr_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 95%;*/
}
#qm0 .qmparent a.selected {
	/*background-image: url(http://www.crn.com/images/tbnr_images/tbnr_nav_arrow_hi.gif);*/
}

#qm0 div  {
	background: url(http://www.crn.com/images/tbnr_images/tbnr_nav_tile_base.gif) repeat-x;
	padding: 0;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	/*border-top: solid 4px #24477B;*/
}

#qm0 div a, #qm0 div a:visited {
	display: block;
	font-size: 11px;
	line-height: 22px;
	color: #FFF;
	padding: 0 15px 0 5px;
	margin-right: 0;
	border-bottom: 1px solid #999999;
	background: url(http://www.crn.com/images/tbnr_images/tbnr_nav_tile_base.gif) repeat-x;
}
#qm1 div a, #qm1 div a:visited {
	display: block;
	background:url(http://www.crn.com/images/tbnr_images/tnav_2ndlvl_hi_tile.gif) repeat-x;
}

#qm0 div a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#qm0 div .qmactive {
	color: #FFFFFF;
	text-decoration: none;	
}

#qm0 div .qmparent {
	color: #FFF;
	background: none;
}

#qm1 .qmparent {
	padding-right: 16px !important;
}

#qm0 .qmparent .arrow, #qm1 .qmparent .arrow {
	position: absolute;
	top: 8px;
	margin-left: 3px;
	height: 7px;
	width: 7px;
	background: url(http://www.crn.com/images/tbnr_images/tnav_2ndlvl_arrow_hi.gif) no-repeat;
}


/* special style for <= IE6 to place iframe under DIV to
prevent SELECT boxes from appearing on top */
iframe.navFix {
	position: absolute;
	top: 0px;
	left: -1px;
	z-index: -1;
	filter: mask();  /*IE only */
}
