/*	---------------------------------------------------------------
		@filename		tab_category.css
		@author			aziz.syed@akqa.com - modified by adam.abouraya@akqa.com
		@description	Style definitions Tools category tabs
		
		Contents
		1.  TBD
	--------------------------------------------------------------- */
	

#tabs{
	z-index:5;
}

	#tabs ul{
		padding-left:5px;
		position:absolute;
	}

	#tabs li{
		float:left;
		display:inline;
		margin:0px 2px;
		color:#555;
		font-size:1.1em;
		font-weight:bold;
		background:transparent url(/about/global/images/backgrounds/nav_tabs.gif) no-repeat left -51px;
		margin-top:1px;
	}
	#tabs li a{
		color:#555;
		font-size:1.1em;
		font-weight:bold;
		line-height:26px;
		display:block;
		background:transparent url(/about/global/images/backgrounds/nav_tabs.gif) no-repeat right -80px;
		margin-left:6px;
		padding:8px 12px 0px 6px;
		text-align:center;
	}
	#tabs li a span.current-tab{
		left:-9000px;
		display:none;
		visibility:hidden;
	}
	#tabs li.hover,
	#tabs li.selected{
		background-position:left 7px;
		height:36px;
	}
	#tabs li.hover a,
	#tabs li.selected a{
		background-position:right -22px;
		padding-bottom:2px;
		color:#2f6fa9;
	}
	#tabs li.selected a span.current-tab{
		display:block;
		visibility:visible;
	}

.grid-bottom{
	overflow:hidden;
}
	