
/* Change main tab back to inactive */
.tabMain4 a:hover
{
	text-decoration: underline;
}

/* Color of active tab & border below it */
.tabSub1, .tabSubCorner1, .tabSubIcon1, .tabSubBorder1
{
	background-color: #9900CC;
}

/* Font of active tab */
.tabSub1 a, .tabSub1 a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

