
/* Change main tab back to inactive */
.tabMain3 a:hover
{
	text-decoration: underline;
}

/* Color of active tab & border below it */
.tabSub2, .tabSubCorner2, .tabSubIcon2, .tabSubBorder2
{
	background-color: #FF9900;
}

/* Font of active tab */
.tabSub2 a, .tabSub2 a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

