#asset57 {
	padding:0px 0px 0px 0px;
	height:28px;
	overflow:hidden;
}

#asset57 a {
	text-decoration:none;
}

/**************************************************************************************************************************/
#asset57 .tab_left{
	width:75px;
}

#asset57 .first .tab_left {
	width:81px;
}

#asset57 .tab_container{
	background-image: url(../images/separator.gif);
	background-position:left bottom;
	background-repeat: repeat-x;
	height:28px;
	margin: 0; 
	padding: 0; 
}
#asset57 .tab_on, #asset57 .tab_off, #asset57 .tab_off_nextselected, #asset57 .tab_on_last,#asset57 .tab_off_last{
	float:left;

}
/* Normal tab selectd*/
#asset57 .tab_on .tab_left{
	background-image: url(../images/tab_left_on.gif);
	background-repeat:repeat-x;
	float:left;
	height:22px;
	padding:6px 12px 0px 7px;
}
#asset57 .tab_on .tab_right{
	background-image: url(../images/tab_right_on.gif);
	background-repeat:no-repeat;
	float:left;
	width:9px;
	height:22px;
	padding-top:6px;
	padding-bottom:0px;
}
/* Normal tab unselectd*/
/*if the next tab is not selected*/
#asset57 .tab_off .tab_left{
	background-image: url(../images/tab_left_off_2.gif);
	background-repeat:repeat-x;
	float:left;
	height:21px;
	padding:6px 12px 0px 8px;
}
#asset57 .tab_off .tab_right{
	background-image: url(../images/tab_right_off_2.gif);
	background-repeat:no-repeat;
	float:left;
	width:9px;
	height:21px;
	padding-top:6px;
	padding-bottom:0px;
}
/*if the next tab is selected*/
#asset57 .tab_off_nextselected .tab_left{
	background-image: url(../images/tab_left_off_2.gif);
	background-repeat:repeat-x;
	float:left;
	height:21px;
	padding:6px 12px 0px 8px;
}
#asset57 .tab_off_nextselected .tab_right{
	background-image: url(../images/tab_right_off_type2_2.gif);
	background-repeat:no-repeat;
	float:left;
	width:9px;
	height:21px;
	padding-top:6px;
	padding-bottom:0px;
}

/*last tab selected*/
#asset57 .tab_on_last .tab_left{
	background-image: url(../images/tab_left_on.gif);
	background-repeat:repeat-x;
	float:left;
	height:22px;
	padding:6px 12px 0px 7px;
}
#asset57 .tab_on_last .tab_right{
	background-image: url(../images/tab_right_on_last_2.gif);
	background-repeat:no-repeat;
	float:left;
	width:9px;
	height:22px;
	padding-top:6px;
	padding-bottom:0px;
}
/*last tab unselected*/
#asset57 .tab_off_last .tab_left{
	background-image: url(../images/tab_left_off_2.gif);
	background-repeat:repeat-x;
	float:left;
	height:21px;
	padding:6px 12px 0px 8px;
}
#asset57 .tab_off_last .tab_right{
	background-image: url(../images/tab_right_off_last_2.gif);
	background-repeat:no-repeat;
	float:left;
	width:9px;
	height:21px;
	padding-top:6px;
	padding-bottom:0px;
}
/*text styleing in a selected tab*/
#asset57 .tab_container span{
	color: #336699;
	font-size: 93%;/*12px*/
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;
}
#asset57 .tab_on span, #asset57 .tab_on_last  span{
	color: #3b3a3a;
	font-size: 93%;/*12px*/
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-decoration:none;
	background-image: url(../images/li_arrow_black_down_v2.gif);
	background-repeat: no-repeat;
	background-position:0px 5px;
	padding-left: 13px;
}

