/* CSS Document */

#tabs
{
	text-align: center;
	width: 795px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: -15px;
}

#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabs li {
	float: left;
}

#tabs a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	width: 130px;
	/*default tab settings*/
	position: relative;
	/*left px amount controls spacing between tabs*/
	margin: 0px;
	float: left;
	/*line-height: 16px;*/
/*	padding: 1px 1px 1px 1px;*/
	text-decoration: none;
	/*default tab colours*/
	background: #0057AE;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	color: #FFF;
}

#tabs a#colour1 {
	/*tab colour*/
	background: #0057AE;
	height:24px;
	/*lighter shade of tab colour*/
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

#tabs a:hover#colour1 {
	/*lighter shade of tab colour*/
	background:#8EAFCF;
}

#tabs a:active#colour1 {
	/*lighter shade of tab colour*/
	background:#8EAFCF;
}

#colouredbar {
	clear: both;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	font-size: 3px;
	border-bottom: 1px solid #000;
	/*width: 1024px;*/
}

.colour1 {
	/*light color for current tab*/
	border-top: 1px solid #000;
	/*colour of active tab*/
	background: #0057AE;
	/*width: 1024px;*/
}
