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

