.tab
	{
	background: transparent;
	list-style-type: none;
	margin: 0; /* margin above selected content */
	padding: 0;
	text-align: center; /* alignment within tab container */
	}

.tab li
	{
	display: inline;
	margin: 0;
	}

.tab li a
	{
	background: #850000 url(/images/general/buttons/tab%20left.gif) left top no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 4px 0 4px; /* space between each tab */
	padding-bottom: 6px;
	padding-left: 7px;
	padding-top: 5px;
	position: relative;
	}
	
.tab li a#main {margin: 0 6px 0 6px;}

.tab li a:hover
	{
	background-color: #00FF00;
	color: #000000;
	}
	
.tab li a span
	{
	background: #850000 url(/images/general/buttons/tab%20right.gif) right top no-repeat;
	padding-bottom: 6px;
	padding-right: 7px;
	padding-top: 5px;
	}

.tab li a:hover span {background-color: #00FF00;}

.tab li a.selected
	{
	background-color: #FFFF40;
	color: #000000;
	}
	
.tab li a.selected span {background-color: #FFFF40;}

.tab-container {margin: 24px 0 1px 0;}