/* Speedbar Tabs -------------------------------------------- */

ul {
	margin:0;
	padding:0;
}
li {
	padding:0;
	margin:0;
}
#sbtabsmenu a:link {
	color: #000000; /* Link Colour */
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
}
#sbtabsmenu a:visited {
	color: #000000; /* Visited Link Colour */
	font-weight: normal;
	text-decoration: none;
}

#sbtabsmenu a:hover {
	color: #ff0000; /* Hover Link Colour */
	font-weight: normal;
	text-decoration: none;
}
#sbtabsmenu {
	margin-left: 0; /* tabs left margin */
	border-bottom: 1px solid #a3a3a3;	
}
#sbtabsmenu ul, #tabs ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sbtabsmenu ul {
	padding: 5px 0 5px 0;
	text-align: left; /* align tabs left, right or center */
}
#sbtabsmenu ul li {
	display: inline;
	margin-right: -2px; /* Gap Between Each Tab */
}
#sbtabsmenu ul li a {
	/*background: url('images/sbtableft.jpg') no-repeat left -75px; */
	text-decoration: none;
	outline: none; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px
}
#sbtabsmenu ul li a:hover {
	background-position: 0 top;
	color: #000000;
}
#sbtabsmenu ul li a span {
	/*background: url('images/sbtabright.jpg') no-repeat right -75px; */
	/* Top Right Bottom Left */
	margin-left:7px; margin-right:0; margin-top:0px; margin-bottom:0px; padding-left:2px; padding-right:9px; padding-top:5px; padding-bottom:5px	
}
#sbtabsmenu ul li a.tab_a_Activate {
	/*background: url('images/sbtableftactive.jpg') no-repeat left 0px; */
	text-decoration: none;
	outline: none
}
#sbtabsmenu ul li a span.tab_span_Activate {
	/*background: url('images/sbtabright.jpg') no-repeat right 0px; */
	/* Top Right Bottom Left */
	outline: none; margin-left:7px; margin-right:0; margin-top:0px; margin-bottom:0px; padding-left:2px; padding-right:9px; padding-top:5px; padding-bottom:5px
}
#sbtabsmenu ul li a:hover span {
	text-decoration: none;
	background-position: 100% top;
	color: #000000;
}
#sbtabsmenu #selected a {
	background-position: 0 -150px;
	color: #000000;
}
#sbtabsmenu #selected a span {
	background-position: 100% -150px;
	color: #000000;
}
/* Line -------------------------------------------- */
#sbtabsmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 0px;
	line-height: 2px;
	background: #D1D1D1;
	border-top: 0px solid #fff;
}
<![if !IE]>
<style type="text/css">
html #sbtabsmenu ul li a {
	padding: 0;
}
#sbtabsmenu ul li a.tab_a_Activate {
	/*background: url('images/sbtableftactive.jpg') no-repeat left 0px; */
	text-decoration: none
}
</style>
<![endif]>
	
	background: url('images/sbtableftactive.jpg') no-repeat left 0px;
	
	text-decoration: none

}

</style>

<![endif]>
