#tabsWrapper
{
	position: relative;
}

#tabsMainContainer
{
	position: absolute;
	width: 623px;
	top: 327px;
	left: 338px;
}


/* tabs scroller arrows */
.tabScrollArrow
{
	background-color:#0D8EAC;
	display: block;
	width: 29px;
	height: 56px;
}
	#scrollLeft
	{
		position: absolute;
		top: 0;
		left: 0;
	}
	#scrollRight
	{
		position: absolute;
		top: 0;
		right: 3px;
	}

#tabsMask
{
	display: block;
	position: relative;
	width: 560px;
	height: 56px;
	overflow: hidden;
	top: 0;
	left: 31px;
}

#tabsHolder
{
	position:relative;
	left: 0;
	top: 5px;
	display: block;
	width: 2000px;
	height: 47px;
}

#tabStrip ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabStrip li
{
	display: inline;	
}

/* tab stlye here... */
#tabStrip a:link,
#tabStrip a:visited
{
	display: block;
	float: left;
	width: 86px;	
	height: 37px;
	text-decoration: none;
	text-align: center;
	background-image:url(../homepage_images/tabs/tab_trans.png); /* tab shiny bit - only works in modern browsers */
	background-repeat:repeat-x;
	padding: 10px 12px 0 12px;
	color: #FFFFFF;
	margin: 0 2px 0 0; /* tab gaps */
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;

	/* old IE HACKS */
	_background-image: none;
	_padding-top: 9px;
	_width: 86px;
	_height: 47;
}

/********** tab background colours ************/
#tab1 { background-color: #0D8EAC; }
#tab2 { background-color: #92A600; }
#tab3 { background-color: #F503A7; }
#tab4 { background-color: #FB6B03; }
#tab5 { background-color: #BE07C0; }
#tab6 { background-color: #6380CF; /*#4484E1;*/ } /* steel */
#tab7 { background-color: #6C7189; }
#tab8 { background-color: #CA2204; }

/* CSS hover for old IE only...
... modern browsers will use JS CSS opacity for mouse hover */
#tabStrip a:hover
{
	_background-color: #AABBFF;
}