
/* Change main tab back to inactive */
.tabMain6 a:hover
{
	text-decoration: underline;
}

/* Color of active tab & border below it */
.tabSub5, .tabSubCorner5, .tabSubIcon5, .tabSubBorder5
{
	background-color: #339999;
}

/* Font of active tab */
.tabSub5 a, .tabSub5 a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

