#horizontal_tabs_5_tabbox .tabheader{
	cursor : pointer;
	height : 16px;
	width : 120px;
	font-size : 11px;
	font-weight : bold;
	font-style : italic;
	text-align : left;
	border-width : 0px 0px 0px 0px;
	padding : 5px 10px 0px 10px;
}
#horizontal_tabs_5_tabbox .tabheader_selected{
	height : 16px;
	width : 120px;
	font-size : 11px;
	font-weight : bold;
	font-style : italic;
	text-align : left;
	background-image : url('/template_images/horizontal_tabs_5header_active_background.jpg');
	border-width : 0px 0px 0px 0px;
	padding : 5px 10px 0px 10px;
}
#horizontal_tabs_5_tabbox .tab_on{
	font-size : 11px;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	background-image : url('/template_images/horizontal_tabs_5content_background.jpg');
	background-repeat : repeat-y;
	border-width : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
#horizontal_tabs_5_tabbox .tab_off{
	display : none;
	overflow : hidden;
	font-size : 11px;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	background-image : url('/template_images/horizontal_tabs_5content_background.jpg');
	background-repeat : repeat-y;
	border-width : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
#horizontal_tabs_5_tabbox .tab_on a:link{
}
#horizontal_tabs_5_tabbox .tab_on a:visited{
}
#horizontal_tabs_5_tabbox .tab_off a:link{
	text-decoration : none;
}
#horizontal_tabs_5_tabbox .tab_off a:visited{
	text-decoration : none;
}