
/* Change sub tab back to inactive */
.tabSub1 a:hover
{
	text-decoration: underline;
}

.tabSubBorder1
{
	background-color: #CCCCCC;
}

/* Color of active tab & border below it */
.tabDetail3, .tabDetailCorner3, .tabDetailIcon3, .tabDetailBorder3
{
	background-color: #9900CC;
}

/* Font of active tab */
.tabDetail3 a, .tabDetail3 a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

