#tabs1 a:active {
	color: #003f5c;
}

/* when mouse enters the tab move the background image */
#tabs1 a:hover {
	color: #003f5c;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#tabs1 a.current, #tabs1 a.current:hover, #tabs1 li.current a {
	color: #003f5c;
}
/******************************************************************************************************************************************************/
#tabs2 a:active {
	color: #003f5c;
}

/* when mouse enters the tab move the background image */
#tabs2 a:hover {
	color: #003f5c;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#tabs2 a.current, #tabs2 a.current:hover, #tabs2 li.current a {
	color: #003f5c;
}
/******************************************************************************************************************************************************/
#tabs3 a:active {
	color: #003f5c;
}

/* when mouse enters the tab move the background image */
#tabs3 a:hover {
	color: #003f5c;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#tabs3 a.current, #tabs2 a.current:hover, #tabs2 li.current a {
	color: #003f5c;
}

