/**
 * Sub navigation CSS
 *
 * author: David Palmer
 * version: $Id$
**/
div#subnav_container { float: left; background-color: #2e4d5d; width: 180px; cursor: pointer; margin-bottom: 10px; }
div.group_header { background-image: url('http://www.txcn.com/images/header_bkgd.gif'); background-repeat: repeat-x; color: #000000; font-weight: bold; float: left; width: 168px; padding: 2px 4px 4px 8px; }
.subnav_box { background-image: url('http://www.txcn.com/images/leftnav_section_bkgd.gif'); background-repeat: repeat-x; width: 152px; float: left; padding: 2px 4px 4px 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; font-weight: bold; }
/* 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: #112631; font-weight: bold; text-decoration: none; }
a.sub_nav_link_on:visited { color: #112631; font-weight: bold; text-decoration: none; }
a.sub_nav_link:hover { color: #112631; font-weight: bold; text-decoration: none; }
a.sub_nav_link { color: #ffffff; font-weight: bold; text-decoration: none; }
a.sub_nav_link_on { color: #112631; 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: #112631; text-decoration: none; font-weight: bold; float: left; }
a.item_nav_link_on:visited { color: #112631; text-decoration: none; font-weight: bold; }
a.item_nav_link_on:hover { color: #112631; text-decoration: none; font-weight: bold; }
a.item_nav_link_on { color: #112631; text-decoration: none; font-weight: bold; padding: 0px 2px 2px 0px; }
.on_yellow_arrow { float: left; padding: 7px 2px 4px 20px; }
.nav_item_on { font-weight: bold; color: #112631; float: left; padding: 4px 2px 2px 2px; }
.nav_arrow { background-color: #2e4d5d; border-bottom-style: none; border-top-color: #ffffff; border-top-style: solid; border-top-width: 1px; border-left-style: solid; border-left-width: 0px; border-left-color: #ffffff; border-right-style: none; border-right-width: 0px; border-right-color: #ffffff; float: left; padding: 4px 5px 4px 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: 5px; }