/*
This Style Sheet is used in the following places:
homepage
about us section
trade online section
public sector section
landing pages
*/

/* tab navigation */

#tabnav {height:22px; 
	min-height:22px; /*opera weirdness*/
	height:1.5em;
	margin:0;
	padding:48px 0 0 180px;
	white-space:nowrap;
	font-size:0.9em;
	text-align:left;
	}

#tabnav ul {margin:0 auto; 
	padding:0; 
	list-style:none; 
	float:left; 
	height:21px; 
	height:1.5em; 
	text-align:left; 
	white-space:nowrap;
	}

#tabnav li {list-style:none;
	white-space:nowrap; /*prevent text wrapping*/
	float:left; /*keep them inline*/
	margin:0; 
	padding:0;
	background: url(http://images.uk-plc.net/imagesuk/banner/tab0-left.gif) no-repeat #000066;
	height:21px;
	}
	
#tabnav li a {position:relative; 
	display:block; 
	text-decoration:none; 
	color:#FFFFFF; 
	padding:0;/*space them out*/
	}

#tabnav li a span{display:block; 
background:url(http://images.uk-plc.net/imagesuk/banner/tab0-right.gif) 100% 0 no-repeat; 
padding: 2px 12px;}

/*rollovers*/
/*also define tab colour based on current body tag*/

#tabnav li.Tstartup a:hover, #Tstartup #tabnav .Tstartup a
{background:url(http://images.uk-plc.net/imagesuk/banner/tab5-left.gif) 0 0 no-repeat #70B400; color:#FFFFFF;}
#tabnav li.Tstartup a:hover span, #Tstartup #tabnav .Tstartup a span
{background:url(http://images.uk-plc.net/imagesuk/banner/tab5-right.gif) 100% 0 no-repeat; }

#tabnav li.Teservices a:hover, #Teservices #tabnav .Teservices a
{background:url(http://images.uk-plc.net/imagesuk/banner/tab2-left.gif) 0 0 no-repeat #F6D04C;}
#tabnav li.Teservices a:hover span, #Teservices #tabnav .Teservices a span
{background:url(http://images.uk-plc.net/imagesuk/banner/tab2-right.gif) 100% 0 no-repeat; }

#tabnav li.Tpublicsector a:hover, #Tpublicsector #tabnav .Tpublicsector a
{background:url(http://images.uk-plc.net/imagesuk/banner/tab7-left.gif) 0 0 no-repeat #6D538D; 
color:#FFFFFF;}
#tabnav li.Tpublicsector a:hover span, #Tpublicsector #tabnav .Tpublicsector a span
{background:url(http://images.uk-plc.net/imagesuk/banner/tab7-right.gif) 100% 0 no-repeat; }

#tabnav li.Tbuying a:hover, #Tbuying #tabnav .Tbuying a
{background:url(http://images.uk-plc.net/imagesuk/banner/tab3-left.gif) 0 0 no-repeat #0099ff; color:#FFFFFF;}
#tabnav li.Tbuying a:hover span, #Tbuying #tabnav .Tbuying a span
{background:url(http://images.uk-plc.net/imagesuk/banner/tab3-right.gif) 100% 0 no-repeat; }

#tabnav li.Taboutus a:hover, #Taboutus #tabnav .Taboutus a
{background:url(http://images.uk-plc.net/imagesuk/banner/tab4-left.gif) 0 0 no-repeat #CC0000; 
color:#FFFFFF;}
#tabnav li.Taboutus a:hover span, #Taboutus #tabnav .Taboutus a span
{background:url(http://images.uk-plc.net/imagesuk/banner/tab4-right.gif) 100% 0 no-repeat; }


/* level2 tab navigation */

#tabnav2 {clear:left; 
	height: 1.6em; 
	line-height: 1.6em; 
	background: url(http://images.uk-plc.net/imagesuk/tab2BG.gif) repeat-x 0 100% #FFFFFF; 
	text-align:left; 
	font-size:0.8em; 
	border-bottom: 1px solid #e5e5ef; 
	white-space:nowrap;}

#tabnav2 ul {margin:0; padding:0; list-style:none; white-space:nowrap;}

#tabnav2 li {margin:0; padding:0; display:inline; 
	white-space:nowrap; /*prevent text wrapping*/ 
	float:left; /*keep them inline*/ 
	border-right: 1px solid #BFBFD9;}

#tabnav2 li a {display:block; 
	margin:0; 
	padding: 0 20px 0 10px;
	background: url(http://images.uk-plc.net/imagesuk/tab2aro.gif) no-repeat 100% 0;
	text-align:left;	
	text-decoration:none; 
	}
