

/* ------------------------------------------------------------------------- 
                     NAVIGATION SYSTEM v 1.0
---------------------------------------------------------------------------- */





/* Main (tab) Navigation
---------------------------------------------------------------------------- */

/*  global navigation menu */
#navcontainer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 1000px;
	background: transparent url(http://www.detnews.com/images/bg_tabcontainer.gif) repeat-x 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 64px; /* <- important: height= topnav height + subnav height + borders */
	}

/* ie box model hack (old doctype) */
*html #navcontainer {
	}

#navcontainer a {
	}

/* main nav bar */
#p7TBM {

	}

/* main navigation */
#p7TBMroot {
	background-color: transparent;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0 15px;
	}

/* "rootbox" container */
#p7TBMrootbox {
	background-color: transparent;
	}

#p7TBMroot ul {
	background-color: transparent;
	margin: 0 12px;
	padding: 0;
	/*border: 1px solid red;*/
	}

#p7TBMroot li {
	list-style-type: none;
	display: inline;
	}

#p7TBMroot li a {
	float: left;
}

#p7TBMroot .p7TBMtext li.first a {
	}


/* CLASSIFIED NAV - similar to .p7TBMtext */
.classifiedsnav {
	position: absolute;
	top: 0;
	right: 10px;
	}


#p7TBMroot .p7TBMtext li a,
#p7TBMroot .classifiedsnav li a {
	text-decoration: none;
	padding: 0;
	height: 33px; /*<- establishes height. Note - not always necessary - works with padding on spans below */
	background: transparent url(http://www.detnews.com/images/bg_right_both.gif) no-repeat right top;
	}

#p7TBMroot .p7TBMtext li a span,
#p7TBMroot .classifiedsnav li a span {
	padding: 12px 9px;/*<- This establishes the height of the main nav. NOTE - update in 3 places */
	display: block;
	color: #fffeff;
	background: transparent url(http://www.detnews.com/images/bg_left_bothOLD.gif) no-repeat left top;
	}
	
*html #p7TBMroot .p7TBMtext li a span,
*html #p7TBMroot .classifiedsnav li a span {
	padding: 12px 9px 7px 9px;/*<- This establishes the height of the main nav. NOTE - update in 3 places */
	display: block;
	color: #fffeff;
	background: transparent url(http://www.detnews.com/images/bg_left_both.gif) no-repeat left top;
	}	

#p7TBMroot .classifiedsnav li a {
	background: transparent url(http://www.detnews.com/images/classifieds_right_both.gif) no-repeat right top;
	color: #fff;
	}

#p7TBMroot .classifiedsnav li a span {
	background: transparent url(http://www.detnews.com/images/classifieds_left_both.gif) no-repeat left top!important;
	color: #fff;
	}

/* --- Selected/Active State NOTE: this class gets added to the <a> tag "on-the-fly"--- */
#p7TBMroot .p7TBMtext .p7TBMdown, 
#p7TBMroot .p7TBMtext .p7TBMdown:hover,
#p7TBMroot .classifiedsnav .p7TBMdown, 
#p7TBMroot .classifiedsnav .p7TBMdown:hover {
	color: black!important;
	background-color: transparent!important;
	padding: 0;
	background: transparent url(http://www.detnews.com/images/active_right_both.gif) no-repeat right top;
	}

#p7TBMroot .p7TBMtext .p7TBMdown span, 
#p7TBMroot .p7TBMtext .p7TBMdown:hover span,
#p7TBMroot .classifiedsnav .p7TBMdown span, 
#p7TBMroot .classifiedsnav .p7TBMdown:hover span {
	padding: 12px 9px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	display: block;
	color: #000;
	background: transparent url(http://www.detnews.com/images/active_left_both.gif) no-repeat left top;
	}
	
*html #p7TBMroot .p7TBMtext .p7TBMdown span, 
*html #p7TBMroot .p7TBMtext .p7TBMdown:hover span,
*html #p7TBMroot .classifiedsnav .p7TBMdown span, 
*html #p7TBMroot .classifiedsnav .p7TBMdown:hover span {
	padding: 12px 9px 7px 9px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	}

/*
The Root Level Hover. This also locks the Hover state while 
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon,
#p7TBMroot .p7TBMtext li a:focus, 
#p7TBMroot .p7TBMtext li a:active,
#p7TBMroot .classifiedsnav .p7TBMon,
#p7TBMroot .classifiedsnav li a:focus, 
#p7TBMroot .classifiedsnav li a:active {
	color: #000;
	padding: 0;
	margin: 0;
	background: transparent url(http://www.detnews.com/images/active_right_both2.gif) no-repeat right top;
	}

#p7TBMroot .p7TBMtext li.first a:focus,
#p7TBMroot .p7TBMtext li.first a:active {}


.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon span,
#p7TBMroot .p7TBMtext li a:focus span, 
#p7TBMroot .p7TBMtext li a:active span,
#p7TBMroot .classifiedsnav .p7TBMon span,
#p7TBMroot .classifiedsnav li a:focus span, 
#p7TBMroot .classifiedsnav li a:active span {
	padding: 12px 9px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	display: block;
	color: #000;
	background: transparent url(http://www.detnews.com/images/active_left_both2.gif) no-repeat left top;
	}

#p7TBMroot .p7TBMtext .p7TBMon span {
	color: #981919;
	}

*html .p7ie6Fix:active, 
*html #p7TBMroot .p7TBMtext .p7TBMon span,
*html #p7TBMroot .p7TBMtext li a:focus span, 
*html #p7TBMroot .p7TBMtext li a:active span,
*html #p7TBMroot .classifiedsnav .p7TBMon span,
*html #p7TBMroot .classifiedsnav li a:focus span, 
*html #p7TBMroot .classifiedsnav li a:active span {
	padding: 12px 9px 7px 9px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	}
	
#p7TBMroot .p7TBMtext .p7TBMon {
	color: #981919;
	}

#p7TBMroot .classifiedsnav li.first a {
	margin-left: 20px;
	}

#p7TBMroot .classifiedsnav .p7TBMon span,
#p7TBMroot .classifiedsnav li a:focus span, 
#p7TBMroot .classifiedsnav li a:active span {
	background: transparent url(http://www.detnews.com/images/active_left_both2.gif) no-repeat left top !important;
	color: #981919;
	}





/* SubNavigation
---------------------------------------------------------------------------- */

/* main subnav wrapper */
#p7TBMsubwrap {
	position: relative;
	height: auto;
	font: bold 11px arial, helvetica, sans-serif;
	background: url(http://www.detnews.com/images/bg_subnav.gif) 0 0 repeat-x;
		}

/* subnav wrapper */
#p7TBM .p7TBMsub {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 34px;
	margin:0;
	
	}

.p7TBMsubbox {
	padding: 0 0 0 0;
	}


/*SUBMENU BAACKGROUNDS and BORDERS HERE*/
.p7TBMsub ul {
	margin: 0 0 0 3px;
	padding: 7px 5px 0 5px;
	background-image: url(http://www.detnews.com/images/iebfix.gif);
	background-color: transparent;
	border: 0;
	
	}

.p7TBMsub li {
	list-style-type: none;
	display: inline;
	}
	
.p7TBMsub li.weather {
padding: 0px 6px 1px 10px;
font-size: 11px;
font-weight: normal;
}

.p7TBMsub li.weather .red {
font-weight: bold;
color: #b6302d;
padding: 0;
display: inline;
float: none;
}

.p7TBMsub li.weather a:link, 
.p7TBMsub li.weather a:active, 
.p7TBMsub li.weather a:hover, 
.p7TBMsub li.weather a:visited,
.p7TBMsub li.weather a:focus {
font-weight: normal;
float: none;
display: inline;
background: none;
border: none;
padding: 0;
margin: 0;
text-decoration: underline;
}

/* ---  BOTH submenu links and non-links
 NOTE: When there is no link - always use a span as a replacement: */
.p7TBMsub li a:link, .p7TBMsub li a:visited 
 {
   background:transparent url(http://www.detnews.com/images/nav_bullet.gif) no-repeat 0% 50%;
   }
   
.p7TBMsub li a, .p7TBMsub li span { 
	color: #3e3e3c;
   display: block;
   float: left;
   border: none;
   text-decoration: none; 
   padding: 1px 6px 1px 7px;
   } 


.p7TBMsub li.first a:link,
.p7TBMsub li.first a:visited
 {
	/*margin-left: 5px;*/
	display: inline-block;
	background: none;
	}
	
.p7TBMsub li.label {
	/*margin-left: 5px;*/
	float: left;
	background: none;
	color: #3e3e3c;
	display: inline-block;
	width: auto;
	padding: 1px 0 0 0;
	}
	

.p7TBMsub li.last a,
.p7TBMsub li.last span {
	border-color: #000;
	text-decoration: none;
	}

.p7TBMsub li a:hover,
.p7TBMsub li a:focus {
	color: #3e3e3c;
	border: 1px solid #666;
	margin-right: -1px;
	margin-left: -1px;
	background:#fff none;
	text-decoration: none;
	padding: 0 6px 1px 7px;
	}

.p7TBMsub li.first a:hover,
.p7TBMsub li.first a:active,
.p7TBMsub li a.image:hover,
.p7TBMsub li a.image:active

 {
	display: inline-block;
	background: #FFF none;
	}
	
.p7TBMsub li a.image:hover,
.p7TBMsub li a.image:active
{
border: none;
}	

/* ---  non-link submenu items
 When there is no link - always use a span as a replacement: */
.p7TBMsub li span {
	margin: 0;
	}


/* current state marker style */
.p7TBMsub .p7TBMmark,
.p7TBMsub .p7TBMmark:hover,
.p7TBMsub .p7TBMmark:active,
.p7TBMsub .p7TBMmark:focus {
	color: #3e3e3c;
	border: 1px solid #666;
	margin-right: -1px;
	margin-left: -1px;
	background:#fff none!important;
	text-decoration: none;
	padding: 0 6px 1px 7px;
	
	}


/* ------ HOME TAB SPECIFIC*/

.rightSub ul {
	float:right;
	padding-right: 10px;
	}

/* subnav - optional class */
.p7TBMsub li.right,
.p7TBMsub2 li.right {
	float: right;
	}


/* ------ subnav adjustments*/

#p7TBMsub01 ul {

	}

#p7TBMsub02 ul {

	}

#p7TBMsub03 ul {

	}

#p7TBMsub04 ul {

	}

#p7TBMsub05 ul {

	}
	
#p7TBMsub06 ul {

	}	

#p7TBMsub07 ul {

	}

#p7TBMsub08 ul {
	padding-left: 170px;
	}


#p7TBMsub09 ul {
	padding-left: 370px;
	}




#p7TBMsub10 ul {

	}


#p7TBMsub11 ul {

	}
	

#p7TBMsub12 ul {

	
	}
	

#p7TBMsub13 ul {
	
	}





/* ------ misc additional styles */

/*this tells firefox not to display the " dotted border " when you click - do not change */
#p7TBMroot .p7TBMtext a,
#p7TBMroot .p7TBMtext .p7TBMdown, 
#p7TBMroot .p7TBMtext .p7TBMdown:hover,
#p7TBMroot .p7TBMtext .p7TBMdown:focus,
.p7TBMsub li a,
.p7TBMsub li a:hover,
.p7TBMsub li a:focus {
	outline: none;
	-moz-outline: none !important;
	}

#p7TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}

img.sitemap {
position: absolute;
top: 0;
right: 24px;
z-index: 500;

}


a:link.image,
a:hover.image,
a:active.image,
a:visited.image,
a:focus.image
 {
background: none!important;
}
