.subheader_tabs {
	background-image:url("/images/websites/sub_header_bg.png");
	background-repeat:repeat-x;
	padding:0px 0px 0px 10px;
	background-color:#6b8ab3;
	}

.shadetabs{
	padding:0px;
	margin:0px;
	list-style-type: none;
	text-align:left; /*set to left, center, or right to align the menu as desired*/
	}


.shadetabs li{
  float:left;
  background:url("/images/websites/subheader_tab_left.png") no-repeat left top;
	behavior: url(/css/iepngfix.htc);
  margin:0px 2px 0px 0px;
  padding:0 0 0 10px;
	}
.shadetabs li.selected{
  float:left;
  background:url("/images/websites/subheader_tab_on_left.png") no-repeat left top;
	behavior: url(/css/iepngfix.htc);
  margin:0px 2px 0px 0px;
  padding:0 0 0 10px;
	}


.shadetabs li a {
  float:left;
  display:block;
  background:url("/images/websites/subheader_tab_right.png") no-repeat right top;
	behavior: url(/css/iepngfix.htc);
  padding:3px 10px 3px 0px;
  text-decoration:none;
	color:#FFFFFF;
	}
	
.shadetabs li a:hover{
	color: #6b8ab3;
	}


.shadetabs li.selected a{ /*selected main tab style */
  float:left;
  display:block;
  background:url("/images/websites/subheader_tab_on_right.png") no-repeat right top;
	behavior: url(/css/iepngfix.htc);
  padding:3px 10px 3px 0px;
  text-decoration:none;
	color:#6b8ab3;
	}


.contentstyle{
	min-height:200px;
	}