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

