/* TABS */
#tab1
{
	height: 37px;
	width: 61px;
	background: url(../images/tabs/tab_j_1_off.gif) no-repeat;
	float: left;
}
#tab2
{
	height: 37px;
	width: 74px;
	background: url(../images/tabs/tab_j_2_off.gif) no-repeat;
	float: left;
}
#tab3
{
	height: 37px;
	width: 57px;
	background: url(../images/tabs/tab_j_3_off.gif) no-repeat;
	float: left;
}

#tab4
{
	height: 37px;
	width: 50px;
	background: url(../images/tabs/tab_j_4_off.gif) no-repeat;
	float: left;
}

#tab5
{
	height: 37px;
	width: 52px;
	background: url(../images/tabs/tab_j_5_off.gif) no-repeat;
	float: left;
}

#tab6
{
	height: 37px;
	width: 75px;
	background: url(../images/tabs/tab_j_6_off.gif) no-repeat;
	float: left;
}

#tab7
{
	height: 37px;
	width: 49px;
	background: url(../images/tabs/tab_j_7_off.gif) no-repeat;
	float: left;
}

#tab1_on
{
	height: 37px;
	width: 61px;
	background: url(../images/tabs/tab_j_1_on.gif) no-repeat;
	float: left;
}
#tab2_on
{
	height: 37px;
	width: 74px;
	background: url(../images/tabs/tab_j_2_on.gif) no-repeat;
	float: left;
}
#tab3_on
{
	height: 37px;
	width: 57px;
	background: url(../images/tabs/tab_j_3_on.gif) no-repeat;
	float: left;
}

#tab4_on
{
	height: 37px;
	width: 50px;
	background: url(../images/tabs/tab_j_4_on.gif) no-repeat;
	float: left;
}

#tab5_on
{
	height: 37px;
	width: 52px;
	background: url(../images/tabs/tab_j_5_on.gif) no-repeat;
	float: left;
}

#tab6_on
{
	height: 37px;
	width: 75px;
	background: url(../images/tabs/tab_j_6_on.gif) no-repeat;
	float: left;
}

#tab7_on
{
	height: 37px;
	width: 49px;
	background: url(../images/tabs/tab_j_7_on.gif) no-repeat;
	float: left;
}

#tab1 a:hover,
#tab1 a:active {
	background: url(../images/tabs/tab_j_1_on.gif) no-repeat;
}

#tab2 a:hover,
#tab2 a:active {
	background: url(../images/tabs/tab_j_2_on.gif) no-repeat;
}

#tab3 a:hover,
#tab3 a:active {
	background: url(../images/tabs/tab_j_3_on.gif) no-repeat;
}

#tab4 a:hover,
#tab4 a:active {
	background: url(../images/tabs/tab_j_4_on.gif) no-repeat;
}

#tab5 a:hover,
#tab5 a:active {
	background: url(../images/tabs/tab_j_5_on.gif) no-repeat;
}

#tab6 a:hover,
#tab6 a:active {
	background: url(../images/tabs/tab_j_6_on.gif) no-repeat;
}

#tab7 a:hover,
#tab7 a:active {
	background: url(../images/tabs/tab_j_7_off.gif) no-repeat;
}

