﻿/**********************************************************/
/*	Tabs
/**********************************************************/	
	
	.tabs
	{
		height: 32px;
		line-height: 32px;
		width: 100%;
		margin: 0px;
	}
	
	.tabs a
	{
		text-decoration: none;
	}
	
	.tabs a:hover
	{
		text-decoration: underline;
	}
	
	.tabs .tab-off-end
	{
		background: url(../images/tab_off_end.gif) no-repeat;
		height: 32px;
		width: 30px;
		float: left;
	}

	.tabs .tab-off-mid
	{
		background: url(../images/tab_off_mid.gif) repeat-x;
		height: 32px;
		float: left;
		padding: 0px 30px;
	}
	
	.tabs .tab-off-last
	{
		background: url(../images/tab_off_last.gif) no-repeat;
		height: 32px;
		width: 30px;
		float: left;
	}
	
	.tabs .tab-on-left
	{
		background: url(../images/tab_on_left.gif) no-repeat;
		height: 32px;
		width: 30px;
		float: left;
	}
	
	.tabs .tab-on-mid
	{
		background: url(../images/tab_on_mid.gif) repeat-x;
		height: 32px;
		float: left;
		padding: 0px 30px;
	}

	.tabs .tab-on-right
	{
		background: url(../images/tab_on_right.gif) no-repeat;
		height: 32px;
		width: 30px;
		float: left;
	}
	
	.tabs .tab-on-last
	{
		background: url(../images/tab_on_last.gif) no-repeat;
		height: 32px;
		width: 30px;
		float: left;
	}

