body {
	margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
}
/*
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}	
*/

  /*background:#EDF7E7;*/

#tabsC {
  float:left;
  width:100%;
  background:#99cc66;
  font: bold 11px/1.5em Verdana;
  font-size:93%;
  line-height:normal;
  }
  
#tabsC ul {
margin:0;
padding:10px 5px 0 490px;
list-style:none;
  }
  
#tabsC li {
  display:inline;
  margin:0;
  padding:0;
  }

#tabsC a {
  float:left;
  background:url("../images/tableftC.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
  
/*  color:#464E42; */
#tabsC a span {
  float:left;
  display:block;
  background:url("../images/tabrightC.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
  font: bold 11px/1.5em Verdana;
  }
  

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span {float:none;}
/* End IE5-Mac hack */
#tabsC a:hover span {
  color:#003399;
  font: bold 11px/1.5em Verdana;
  }
  
#tabsC a:hover {
  background-position:0% -42px;
  }
  
#tabsC a:hover span {
  background-position:100% -42px;
  }  

#navigation ul, #navigation ul li {
     list-style: none;
     margin: 0;
     padding: 4px 0px 0px 0px;
     background:#99cc66;
     height: 22px;
     font: bold 11px/1.5em Verdana;
 }

 #navigation ul {
     text-align: center;
 }

 #navigation ul li {
     display: inline;
 }

 #navigation ul li.last {
     margin-right: 0;
 }

#navigation li a {
     /*padding: 5px 15px 4px 6px;*/
     padding: 3px 0px 7px 0px;
     margin 0;
 }

#navigation ul li a {
     background: url("../images/tabrightC.gif") no-repeat right top;
     text-align: center;
     text-decoration: none;
 }

 #navigation ul li a span {
     background: url("../images/tableftC.gif") no-repeat left top;
     margin:0;
  /*padding:5px 15px 4px 6px;*/
     padding: 3px 8px 7px 7px; 
     text-decoration:none;
     color:#FFF;
     font: bold 11px/1.5em Verdana;
 }

#navigation ul li a.selected {
     background: url("../images/tabrightC-white.gif") no-repeat right top;
     text-align: center;
     text-decoration: none;
}

#navigation ul li a span.selected {
     background: url("../images/tableftC-white.gif") no-repeat left top;
     margin:0;
  /*padding:5px 15px 4px 6px;*/
     padding: 3px 8px 7px 7px; 
     text-decoration:none;
     color: #003399;
     font: bold 11px/1.5em Verdana;
}

 #navigation ul li a:hover span {
     color: #69C;
     text-decoration: underline;
 }

/*\*//*/
 #navigation ul li a {
     display: inline-block;
     white-space: nowrap;
     width: 1px;
 }
 /**/

/*\*/
 * html #navigation ul li a {
     padding: 0;
 }
 /**/
