#navigation .tabcontent {display: none;}
#navigation {width: 100%;}/* wraps nav and subnav */

#navbar /* main navigation bar */
{
	font-size: 14px;
	font-family: sans-serif;
	font-family:Arial;
	margin-left: 15px;
	/*border-bottom: 1px #F90 solid;*/
	
}

#navbar ul /* section links */
{
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	border-right: 1px solid #000;
	background-color: #000;
}

#navbar li /* section links */
{
	float: left;
	list-style-type: none;
	/*margin: 0 1px 0 0;*/
	margin:0;
	line-height: 35px;
	background-image: url(/sites/duluthnewstribune/template/gfx/nav_bg_default.gif);
	background-repeat: repeat-x;
}

#navbar li.navbar_left {}/* padding to the left of home link */

#navbar ul li a
{
	padding: 0 6px;
	width: auto;
	vertical-align: middle;
	display: block;
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

* html #navbar ul li a { width: 25px; }
* html #navbar ul li a:hover { width: 25px; }

#navbar ul li a:hover
{
	color: #FFF;
	padding: 0 6px;
	width: auto;
	vertical-align: middle;
	background-color: #ffba00;
	background-image: url(/sites/duluthnewstribune/template/gfx/bragbg.gif);
	
	text-decoration: none;
}

#navbar ul li a:hover.current
{
	background-color: #000;
	background-image: url(/sites/duluthnewstribune/template/gfx/nav_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
}

#navbar ul li a.current { /* current section */
	background-color: #000;
	background-image: url(/sites/duluthnewstribune/template/gfx/nav_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
}

/* SUBNAV 
-------------------------------------------------------------------------------- */
.subnav /* subnav bar */
{
	background-color: #000;
	font-size: 12px;
	font-family: sans-serif;
	background-image: url(/sites/duluthnewstribune/template/gfx/subnavOver.gif);
	background-repeat:repeat-x;
	padding: 1px 0;
	border-top:1px solid #000;
	bottom-top:1px solid #000;
}

.subnavHover /* subnav bar */
{
	background-color: #333333;
	font-size: 12px;
	font-family: sans-serif;
	padding: 1px 0;
	border-top: 1px solid #000;
	border-bottom:1px solid #000;
}

#masthead #navigation .tabcontent a {color: #fff;} /* makes sure text color is independent from masthead */
#masthead #navigation .tabcontent a:hover {color: #fff;} /* makes sure text color is independent from masthead */

.tabcontent ul
{
	float: left;
	margin: 0;
	padding: 0 0 0 16px;
	white-space: nowrap;
}

.tabcontent li
{
	float: left;
	list-style-type: none;
	margin: 0;
	line-height: 18px;
	height: 20px;
}

.tabcontent ul li a
{
	padding: 0 6px;
	width: auto;
	height: 18px;
	margin: 1px;
	vertical-align: middle;
	display: block;
    color: #FFFFFF;
}

* html .tabcontent li a { width: 25px; }
* html .tabcontent li a:hover { width: 25px; }

.tabcontent ul li a:hover
{
	color: #FFF;
    padding: 0 6px;
	width: auto;
	height: 18px;
	margin: 1px;
	vertical-align: middle;
	text-decoration: underline;
}