#tabsmenu a:link {
	color: #000; /* Link Colour */
	font-size: 1.2em;
	text-decoration: none;
}

#tabsmenu a:visited {
	color: #000; /* Visited Link Colour */
	font-size: 1.2em;
	text-decoration: none;
}

#tabsmenu a:hover {
	color: #000; /* Hover Link Colour */
	font-size: 1.2em;
	text-decoration: none;
}

#tabsmenu {
	margin-left: 0px; /* Tabs left margin, if tabs are aligned center, you can set to zero */
}

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

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

#tabsmenu ul li {
	display: inline;
	margin-right: 2px; /* Gap between each tab */
}

#tabsmenu ul li a {
	background: url(images/tableft.png) no-repeat left top;
	padding: 5px 0;
	text-decoration: none;
}

#tabsmenu ul li span {
	background: url(images/tabright.png) no-repeat right top;
	padding: 5px 9px 4px 2px;
	margin: 4px 0 7px 7px;
	color: #000;
	font-weight: bold;
}

#tabsmenu ul li a:hover span {
	text-decoration: none;
	background-position: 100% -75px;
	color: #000;
}

#tabsmenu ul li a:hover { background-position: 0 -75px; color: #000; }

#tabsmenu #selected a { background-position: 0 -150px; color: #fff; }

#tabsmenu #selected a span { background-position: 100% -150px; color: #fff; }

/* Default tab content display */

.tabcontent { display: none; }

