/* Link color inside ACCORDION */
.ui-accordion .ui-accordion-content-active a {
	color: #af0f04;;
	font-weight: bold;
}

.ui-accordion .ui-accordion-content-active a:hover {
	color: #69F;
}

/* MINH'S CUSTOMIZATION:--------------------------------------- */ 
/* Inner page background */
.sub #background2 {
	background: transparent url(../images/sub_background_image.jpg) 50% 0px no-repeat;
}

/* link colors for pop-over */
a.pop-over {
	color: #c9a500;
	font-weight: bold;
}

a.pop-over:hover {
	color: #69F;
}