﻿/* This contians the sub tabs only - not including the tabs */
.ctSubNav { background-color:#578F32;}
.subNavLeft { position:absolute;}
.subNavRight { position:absolute;}

.topTabsContainer { background-color:#6db33f; }
	.topTabsMiddle { height:20px; background-color:#6db33f; padding-top:4px; float:left; }
	.topTabsLeft { width:6px; height:24px; float:left; background-color:#6db33f;}
	.topTabsRight { width:5px; height:24px; float:left; background-color:#6db33f;}
	
	.topTabsMiddleOver { height:20px; background-color:#578f32; padding-top:4px; float:left;}
	.topTabsLeftOver { width:6px; height:24px; float:left; background-color:#578f32;}
	.topTabsRightOver { width:5px; height:24px; float:left; background-color:#578f32;}

