

/*Tabs*/
.navigationSC {
  float:left;
  width:100%;
  /*background:#DAE0D2 url("bg.gif") repeat-x bottom;*/
  background: url("bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
.navigationSC ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#navigationSC li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  list-style:none;
  }
.navigationSC a {
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
.navigationSC a:hover {
  color:#333;
  }
#navigationSC .current {
  background-image:url("left_on.gif");
  }
.navigationSC .current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.navBarSC{
	margin: 0;
	padding: 0px;
	background-color: #000000;
}

/*********** #navBar link styles ***********/

.navBarSC ul a:link, #navBarSC ul a:visited {display: block;}
.navBarSC ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.navBarSC li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body .navBarSC li {border-bottom: none;}