
/* Change main tab back to inactive */
.tabMain5 a:hover
{
	text-decoration: underline;
}

/* Color of active tab & border below it */
.tabSub4, .tabSubCorner4, .tabSubIcon4, .tabSubBorder4
{
	background-color: #996633;
}

/* Font of active tab */
.tabSub4 a, .tabSub4 a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

