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

