#navigation_container_a {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#navigation_container_b {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
/*nav listmatic example*/
#menubar {
	width: 780px;
	margin-top: 1px;
	clear: both;
	background: #989DA1;
	height: 7px;
}
#navcontainer {
	background: url(../images/common/menu_bg.gif) repeat-x;
	height: 18px;
	position: relative;
	width: 750px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
}
#navcontainer #navlist li{
	background: url(../images/common/menu_bg.gif);
	padding-bottom: 3px;
}

#navcontainer ul
{
	color: White;
	list-style: none;
	background: url(../images/common/menu_bg.gif) repeat-x center top;
	top: 0px;
	margin-top: 0;
	margin-bottom: 0;
}

#navcontainer ul li {
	float: left;
}

#navcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	font-size: 12px;
	line-height: 1.2em;
	display: block;
	background: url(../images/common/menu_sep.gif) no-repeat left top;
	padding: 0 5px;
}
#navcontainer ul a .first {
	background: none;
}
#navcontainer ul a:hover {
	color: #999999;
	background: url(../images/common/menubg_over.gif);
}
#blank {
	width: 2px;
	padding: 0px;
	background: url(../images/common/menu_sep.gif);
}



/*- Menu Tabs F--------------------------- */

    #tabsF {
	width:760px;
	background:#efefef;
	border-bottom:1px solid #666;
	font: bold 11px/normal Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
      }
    #tabsF ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
	float:left;
	background:url(../images/tabbed_menu/tableftF.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
      }
    #tabsF a span {
	float:left;
	display:block;
	background:url(../images/tabbed_menu/tabrightF.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
