/**
 * Sub navigation CSS
 *
 * author: David Palmer
 * version: $Id$
**/

div#subnav_container {
	background-image: url('http://www.dallasnews.com/images/ice3/left_nav_beige_bg11.gif');
	background-repeat: repeat-y;
	float: left;
	background-color: #D5D2C3;
	width: 175px;
	cursor: pointer;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.group_header {
	background-image: url('http://www.dallasnews.com/images/ice3/left_nav_beige_bg_top1.gif');
	background-repeat: no-repeat;
	color: #000000;
	font-weight: bold;
	float: left;
	width: 163px;
	padding: 2px 4px 4px 8px;
}

/* Browser Specific Exists */	
.subnav_box {
	/*background-image: url('/images/leftnav_section_bkgd.gif');*/
	background-color: #7180a2;
	background-repeat: repeat-x;
	width: 132px;
	float: left;
	padding: 0px 9px 6px 8px;
	border-bottom-style: none;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-left-style: none;
	border-right-style: none;
	/*border-right-color: #ffffff;*/
	/*border-right-width: 1px;*/
	font-weight: bold;
}

.subnav_header {
	
}

/* for IE - IE needs pseudo-classes. FF doesn't */
a.sub_nav_link:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.sub_nav_link:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}

a.sub_nav_link_on:link {
	color: #FFDF94;
	font-weight: bold;
	text-decoration: none;
}

a.sub_nav_link_on:visited {
	color: #FFDF94;
	font-weight: bold;
	text-decoration: none;
}

a.sub_nav_link:hover {
	color: #FFDF94;
	font-weight: bold;
	text-decoration: none;	
}
	
a.sub_nav_link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.sub_nav_link_on {
	color: #FFDF94;
	font-weight: bold;
	text-decoration: none;
}

a.item_nav_link:link {
	color: #ffffff;
	text-decoration: none;
}

a.item_nav_link:visited {
	color: #ffffff;
	text-decoration: none;
}

a.item_nav_link:hover {
	color: #ffffff;
	text-decoration: none;
}

a.item_nav_link {
	color: #ffffff;
	text-decoration: none;
}

a.item_nav_link_on:link {
	color: #FFDF94;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

a.item_nav_link_on:visited {
	color: #FFDF94;
	text-decoration: none;
	font-weight: bold;
}

a.item_nav_link_on:hover {
	color: #FFDF94;
	text-decoration: none;
	font-weight: bold;
}

a.item_nav_link_on {
	color: #FFDF94;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 2px 2px 0px;
}
.on_yellow_arrow {
	float: left;
	padding: 7px 5px 4px 17px;
}

.nav_item_on {
	font-weight: bold;
	color: #FFDF94;
	float: left;
	padding: 4px 2px 2px 2px;
}

/* Browser Specific Exists */	
.nav_arrow {
	background-color: #7180a2;
	border-bottom-style: none;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ffffff;
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: #ffffff;
	float: left;
	padding: 2px 5px 5px 6px;
}

.nav_item {
	float: left;
	padding: 4px 29px 2px 2px;	
}

div.subnav_link_unit
{
	float: left;
	width: 100%;
}

div.subnav_group
{
	float: left;
	padding-bottom: 0px;
}