#tsc_breadcrumb-1,
#tsc_breadcrumb-2 { font: 11px; height:30px; line-height:30px; color:#ccc; border:solid 0px #cacaca; width:100%; overflow:hidden; margin:0px; padding:0px; background-color:#E4E4E4; font-family:Verdana, Geneva, sans-serif; font-size:10px; border-radius:0px 0px 5px 5px; border-bottom-left-radius:5px; border-bottom-right-radius:5px;}
#tsc_breadcrumb-1 li.current { color:#B71C1C;  padding:0 0px; font-weight:bold; border-top:0; border-bottom:0; padding:0 14px; margin:0 0 0 -1px; text-decoration: none; }
#tsc_breadcrumb-1 li,
#tsc_breadcrumb-2 li { list-style-type:none; float:left;}
#tsc_breadcrumb-1 a { height:30px; display:block; border:1px solid #CCC; border-top:0; border-bottom:0; padding:0 14px; margin:0 0 0 -1px; text-decoration: none; color:#454545; }
#tsc_breadcrumb-1 a:hover { color:#B71C1C;  background-color:#eaeaea; }
#tsc_breadcrumb-2 a:hover { color:#01C3FD;  background-color:#FFF; }
#tsc_breadcrumb-2 li.current { color:#fff; padding:0 15px; }
#tsc_breadcrumb-2 { background:#666; border:solid 1px #666; height:31px; }
#tsc_breadcrumb-2 a { height:33px; display:block; padding:0 15px; margin:0 0 0 -1px; text-decoration: none; color:#ccc; }


#tsc_breadcrumb-3 {
	font-family:Verdana, Geneva, sans-serif; font-size:10px;
	height:2.3em;
	border:0px solid #dedede;
	list-style-type:none;
	padding:10px 0px 0px 0px;
	margin:0;
	}
#tsc_breadcrumb-3 li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#tsc_breadcrumb-3 li a {
	background:url(../images/crumbs3.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#tsc_breadcrumb-3 li a:link,
#tsc_breadcrumb-3 li a:visited {
	color:#777;
	text-decoration:none;
	}	

#tsc_breadcrumb-3 li a:hover,
#tsc_breadcrumb-3 li a:focus {
	color:#dd2c0d;
	}		








	/* ------------------------------------------- */
	
	#tsc_breadcrumb-4{

	list-style-type:none;
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;	
	  background: #E5E5E5;
	  border-width: 0px;
	  border-style: solid;

	  /* Clear floats */
	  overflow: hidden;
	  width:960px;
	  height:30px;
	}
	
	#tsc_breadcrumb-4 li{
	  float: left;
	}
	
	#tsc_breadcrumb-4 a{
	  padding: .7em 1em .7em 2em;
	  float: left;
	  text-decoration: none;
	  color: #444;
	  position: relative;
	  text-shadow: 0 1px 0 rgba(255,255,255,.5);
	  background-color: #ddd;
	  background-image: -webkit-gradient(linear, left top, right bottom, from(#f5f5f5), to(#ddd));
	  background-image: -webkit-linear-gradient(left, #f5f5f5, #ddd);
	  background-image: -moz-linear-gradient(left, #f5f5f5, #ddd);
	  background-image: -ms-linear-gradient(left, #f5f5f5, #ddd);
	  background-image: -o-linear-gradient(left, #f5f5f5, #ddd);
	  background-image: linear-gradient(to right, #f5f5f5, #ddd);  
	}
	
	#tsc_breadcrumb-4 li:first-child a{
	  padding-left: 1em;
	  -moz-border-radius: 5px 0 0 5px;
	  -webkit-border-radius: 5px 0 0 5px;
	  border-radius: 5px 0 0 5px;
	}
	
	#tsc_breadcrumb-4 a:hover{
	  background: #fff;
	}
	
	#tsc_breadcrumb-4 a::after,
	#tsc_breadcrumb-4 a::before{
	  content: "";
	  position: absolute;
	  top: 50%;
	  margin-top: -1.5em;   
	  border-top: 1.5em solid transparent;
	  border-bottom: 1.5em solid transparent;
	  border-left: 1em solid;
	  right: -1em;
	}
	
	#tsc_breadcrumb-4 a::after{ 
	  z-index: 2;
	  border-left-color: #ddd;  
	}
	
	#tsc_breadcrumb-4 a::before{
	  border-left-color: #ccc;  
	  right: -1.1em;
	  z-index: 1; 
	}
	
	#tsc_breadcrumb-4 a:hover::after{
	  border-left-color: #fff;
	}
	
	#tsc_breadcrumb-4 .current,
	#tsc_breadcrumb-4 .current:hover{
	  font-weight: bold;
	  background: none;
	}
	
	#tsc_breadcrumb-4 .current::after,
	#tsc_breadcrumb-4 .current::before{
	  content: normal;  
	}
	
	/*-----------------------------------*/
	
	#tsc_breadcrumb-5{
	  /* Clear floats */
	  overflow: hidden;
	  width: 100%;
	list-style-type:none;
	padding:0;
	margin:0;	  
	}
	
	#tsc_breadcrumb-5 ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
	
	#tsc_breadcrumb-5 li{
	  float: left;
	  margin: 0 .5em 0 1em;
	}
	
	#tsc_breadcrumb-5 a{
	  background: #ddd;
	  padding: .7em 1em;
	  float: left;
	  text-decoration: none;
	  color: #444;
	  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	  position: relative;
	}
	
	#tsc_breadcrumb-5 a:hover{
	  background: #99db76;
	}
	
	#tsc_breadcrumb-5 a::before{
	  content: "";
	  position: absolute;
	  top: 50%; 
	  margin-top: -1.5em;   
	  border-width: 1.5em 0 1.5em 1em;
	  border-style: solid;
	  border-color: #ddd #ddd #ddd transparent;
	  left: -1em;
	}
	
	#tsc_breadcrumb-5 a:hover::before{
	  border-color: #99db76 #99db76 #99db76 transparent;
	}
	
	#tsc_breadcrumb-5 a::after{
	  content: "";
	  position: absolute;
	  top: 50%; 
	  margin-top: -1.5em;   
	  border-top: 1.5em solid transparent;
	  border-bottom: 1.5em solid transparent;
	  border-left: 1em solid #ddd;
	  right: -1em;
	}
	
	#tsc_breadcrumb-5 a:hover::after{
	  border-left-color: #99db76;
	}
	
	#tsc_breadcrumb-5 .current,
	#tsc_breadcrumb-5 .current:hover{
	  font-weight: bold;
	  background: none;
	}
	
	#tsc_breadcrumb-5 .current::after,
	#tsc_breadcrumb-5 .current::before{
	  content: normal;
	}
	
	/* ------------------------------------------- */
	
	#tsc_breadcrumb-6{
	  /* Clear floats */
	  overflow: hidden;
	  width: 100%;
	list-style-type:none;
	padding:0;
	margin:0;	  
	}

	#tsc_breadcrumb-6 ul{
	list-style-type:none;
	padding:0;
	margin:0;
}	
	
	#tsc_breadcrumb-6 ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
	
	#tsc_breadcrumb-6 li{
	  float: left;
	  margin: 0 2em 0 0;
	  
	}
	
	#tsc_breadcrumb-6 a{
	  padding: .7em 1em .7em 2em;
	  float: left;
	  text-decoration: none;
	  color: #444;
	  background: #ddd;  
	  position: relative;
	  z-index: 1;
	  text-shadow: 0 1px 0 rgba(255,255,255,.5);  
	  -moz-border-radius: .4em 0 0 .4em;
	  -webkit-border-radius: .4em 0 0 .4em;
	  border-radius: .4em 0 0 .4em;  
	}
	
	#tsc_breadcrumb-6 a:hover{
	  background: #abe0ef;
	}
	
	#tsc_breadcrumb-6 a::after{
	  background: #ddd;
	  content: "";
	  height: 2.5em;
	  margin-top: -1.25em;
	  position: absolute;
	  right: -1em;
	  top: 50%;
	  width: 2.5em;
	  z-index: -1;  
	  -webkit-transform: rotate(45deg); 
	  -moz-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg); 
	  transform: rotate(45deg);
	  -moz-border-radius: .4em;
	  -webkit-border-radius: .4em;
	  border-radius: .4em;
	}
	
	#tsc_breadcrumb-6 a:hover::after{
	  background: #abe0ef;
	}
	
	#tsc_breadcrumb-6 .current,
	#tsc_breadcrumb-6 .current:hover{
	  font-weight: bold;
	  background: none;
	}
	
	#tsc_breadcrumb-6 .current::after{
	  content: normal;
	}
	
	/* ------------------------------------------- */
	
	#tsc_breadcrumb-7{
	  /* Clear floats */
	  overflow: hidden;
	  width: 100%;
	list-style-type:none;
	padding:0;
	margin:0;	  
	}

	#tsc_breadcrumb-7 ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
	
	#tsc_breadcrumb-7 li{
	  float: left;
	  margin: 0 .5em 0 1em;
	}
	
	#tsc_breadcrumb-7 a{
	  background: #ddd;
	  padding: .7em 1em;
	  float: left;
	  text-decoration: none;
	  color: #444;
	  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	  position: relative;
	}
	
	#tsc_breadcrumb-7 a:hover{
	  background: #efc9ab;
	}
	
	#tsc_breadcrumb-7 a::before,
	#tsc_breadcrumb-7 a::after{
	  content:'';
	  position:absolute;
	  top: 0;
	  bottom: 0;
	  width: 1em;
	  background: #ddd;
	  -webkit-transform: skew(-10deg);
	  -moz-transform: skew(-10deg);
	  -ms-transform: skew(-10deg);
	  -o-transform: skew(-10deg);
	  transform: skew(-10deg);  
	}
	
	#tsc_breadcrumb-7 a::before{
	
	  left: -.5em;
	  -webkit-border-radius: 5px 0 0 5px;
	  -moz-border-radius: 5px 0 0 5px;
	  border-radius: 5px 0 0 5px;
	}
	
	#tsc_breadcrumb-7 a:hover::before{
	  background: #efc9ab;
	}
	
	#tsc_breadcrumb-7 a::after{
	  right: -.5em;   
	  -webkit-border-radius: 0 5px 5px 0;
	  -moz-border-radius: 0 5px 5px 0;
	  border-radius: 0 5px 5px 0;
	}
	
	#tsc_breadcrumb-7 a:hover::after{
	  background: #efc9ab;
	}
	
	#tsc_breadcrumb-7 .current,
	#tsc_breadcrumb-7 .current:hover{
	  font-weight: bold;
	  background: none;
	}
	
	#tsc_breadcrumb-7 .current::after,
	#tsc_breadcrumb-7 .current::before{
	  content: normal;
	}

