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

#sbtabsmenu a {outline: none;}


#sbtabsmenu a:link{color: #FFF; /* Link Colour */font-size: 14px;	font-weight:bold;	text-decoration: none;}

#sbtabsmenu a:visited {	color: #FFF; /* Visited Link Colour */	font-weight:bold;	text-decoration: none;}

#sbtabsmenu a:hover {	color: #FFF; /* Hover Link Colour */	font-weight:bold;	text-decoration: none;}

#sbtabsmenu {	margin-left: 0px; /* tabs left margin */}

#sbtabsmenu ul, #tabs ul li {	list-style: none;	margin: 0;	padding: 0;}

#sbtabsmenu ul {	/*padding: 5px 0 5px 0;	text-align: center;  align tabs left, right or center */}

#sbtabsmenu ul li {	display: inline;	margin-right: -2px; /* Gap Between Each Tab */}

#sbtabsmenu ul li a {	abackground:transparent url(images/sbtableft.png) no-repeat left top;	text-decoration: none;	padding: 5px 0;}

#sbtabsmenu ul li span {	abackground:transparent url(images/sbtabright.png) no-repeat right top;	padding: 5px 19px 5px 12px; /* Top Right Bottom Left */	margin: 4px 0 7px 7px;}

#sbtabsmenu ul li a:hover span {
	abackground:transparent url(images/sbtabright.png) no-repeat right -75px;
	text-decoration: none;
	color: #50c441;
}

#sbtabsmenu ul li a:hover {
	abackground:transparent url(images/sbtableft.png) no-repeat left -75px;
	color: #50c441;
}

#sbtabsmenu #selected a {background:transparent url(images/sbtableft.png) no-repeat left -150px; color: #259425;}

#sbtabsmenu #selected a span {background:transparent url(images/sbtabright.png) no-repeat right -150px; color: #259425;}

/* Line -------------------------------------------- */

#sbtabsmenuline{	clear: both;	padding: 0;	width: 100%;	height: 2px;	line-height: 2px;	background: #000080;	border-top: 0px solid #fff;}
