div#marketplace_title
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #1F1E7C;
	margin-top: 5px;	
	margin-left: 0px;
}

div#marketplace_nav_container
{
	float: right;
	clear: right;
	background-image: url("http://www.dallasnews.com/images/ice3/market_middle_bkgd5.gif");
	background-repeat: no-repeat;
	width: 328px;
	height: 28px;
	text-align: center;
}

div#marketplace_nav_container ul#marketplace_nav
{
	list-style: none;
	text-align: center;
	width: 300px;		
	display: inline;
	position: relative;
	top: 8px;
	right: 0px;
	border-style: solid;
	border-color: #7F7F7F;
	border-width: 0px 0px 0px 1px;
	background-image: url("http://www.dallasnews.com/images/ice3/marketplace_off.gif");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	z-index: 40;
}

/* div#marketplace_nav_container ul#marketplace_nav li.off is browser specific */

div#marketplace_nav_container ul#marketplace_nav li.off a, 
div#marketplace_nav_container ul#marketplace_nav li.off a:visited
{
	text-decoration: none;
	color: #fff;
}

div#marketplace_nav_container ul#marketplace_nav li.on
{
	display: inline;		
	border-width: 1px 1px 1px 0px;
	border-color: #7F7F7F;
	border-style: solid;	
	background-image: url("http://www.dallasnews.com/images/ice3/marketplace_on.gif");
	background-repeat: repeat-x;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	text-align: center;
}

div#marketplace_nav_container ul#marketplace_nav li.on a, 
div#marketplace_nav_container ul#marketplace_nav li.on a:visited
{
	text-decoration: none;
	color: #000;
	font-size: 10px;
}

/* div#marketplace_nav_container div#arrow_container is browser specific */


/* tabs */

div#marketplace_tab_background
{
	float: right;
	background-image: url("http://www.dallasnews.com/images/ice3/market_bottom_bkgd9.gif");
	background-repeat: no-repeat;
	width: 326px;
	height: 106px;
	margin-left: -1px;
	margin-right: 0px;
	padding: 0;
}

div#storyheading div#marketplace_tab_background /* IE-specific exists */
{
	position: relative;
	left: 29px;
	top: -65px;
}

div#searchwrapper div#marketplace_tab_background
{
	position: relative;
	right: 0px;	
	z-index: 1;
}

div#marketplace_tab_background div.top_level
{
	margin-left: 20px; 
	margin-top: 5px;
	width: 338px;
	visibility: hidden;
	position: absolute;
}

div#marketplace_tab_background div.tab_logo
{
	float: left;
}

div#marketplace_tab_background div.tab_links
{
	float: right;
}



