/* ********************************************************************
*  Toggle Tab Menus - © 2004 - 2006 Baldean Media Services.           *
*  Get the full source code at http://www.baldean.com/devzone/        *
*  Version 3.0, release 03/01/2006. This note must remain intact.     *
******************************************************************** */
	
.tabMenuOff {
	background-image: url(./images/ttMenuOff.png);
	background-repeat: repeat-x;
}

.tabMenuOn {
	background-image: url(./images/ttMenuOn.png);
	background-repeat: repeat-x;
}
