#navTable { width: 754px; border-top: 1px solid #ff7908; }

/* top nav */

.topNavCell    { border-top: 1px solid #fecb70; background-color: #ff9431; vertical-align: middle; text-align: center; }
.topNavCell_on { border-top: 1px solid #db832b; background-color: #db832b; vertical-align: middle; text-align: center; }

.activeTopNavCell    { border-top: 1px solid #b6560e; background-color: #b6560e; vertical-align: middle; text-align: center;  height: 23px; }
.activeTopNavCell_on { border-top: 1px solid #b6560e; background-color: #b6560e; vertical-align: middle; text-align: center;  height: 23px; }

a.topNavItem:link    { background-color: #ff9900; font-family: arial; font-weight: bold; font-size: 11pt; color: #ffffff; text-decoration: none; }
a.topNavItem:visited { background-color: #ff9900; font-family: arial; font-weight: bold; font-size: 11pt; color: #ffffff; text-decoration: none; }
a.topNavItem:hover   { background-color: #db832b; }

a.activeTopNavItem:link    { background-color: #b6560e; font-family: arial; font-weight: bold; font-size: 11pt; color: #ffffff; text-decoration: none; }
a.activeTopNavItem:visited { background-color: #b6560e; font-family: arial; font-weight: bold; font-size: 11pt; color: #ffffff; text-decoration: none; }


/* bottom nav */

#subNav { border-top: 1px solid #dedfda; padding-left: 13px; padding-bottom: 2px; height: 23px; vertical-align: middle; text-align: left;}
#subNav a:link    { color: #a4a4a4; text-decoration: none; font-family: arial; font-weight: bold; font-size: 8pt; }
#subNav a:visited { color: #a4a4a4; text-decoration: none; font-family: arial; font-weight: bold; font-size: 8pt; }
#subNav a:hover   { color: #676767; }

.activeSubItem { color: #b6560e; font-family: arial; font-weight: bold; font-size: 8pt; }
.subNavRow { padding-top: 1px; font-size: 9pt; }
