/************************************************************
GENERAL : 
All classes begin with sb prefix.
Side bar contain 2 levels : first with classes that contain lev1 prefix
and second with classes that contain lev2 prefix
Each row contain 5 cells :
	first image with "...img1..." class
	first delim with "...delim1..." class
	item ( ref with text or image )
	second delim with "...delim2..." class
	second image with "...img2..." class
Item classes contain 3 groups :
	simple
	onmouseover  - with "h" prefix
	selected - with "s" prefix
Delimeters and images class contain transperent image with same classname as cell
*************************************************************/
/*td.sideBarCol td.white img { display:none;}
td.sideBarCol td.white {
	background-image:url(../../images/he/SideBarNew/SUPPORT/supprt_menu_bodyfill.jpg);
	background-position:left center;}*/
.sideBarBG
{
	background-image:url(../../images/he/SideBarNew/tv/tv_menu_bodyfill.jpg);
	background-position:left center;
	padding-right:1px;
	padding-left:1px;
}
.sideBarBGLast
{
	background-image:url(../../Images/he/SideBarNew/tv/tv_menu_bodyfill_BT.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:82px;
}

/*main table*/
.sb_table
{
	width:127px;
}
table.sb_table a,table.sb_table a:link,table.sb_table a:visited,table.sb_table a:hover
{
	
	font-family:Arial;
	text-decoration:none;
	line-height:20px;
	width:100%;
}
/*last line in main table*/
tr.sb_last_part
{
	height:100%;
}
td.sb_last_part
{
}
/*sub level items container*/
tr.sb_sub_level1_container,tr.sb_sub_level2_container
{
	
}
td.sb_sub_level1_container
{
	background:url(../../images/sb_item_lev1_s_bg_top.gif) center bottom no-repeat;
	padding:0 0 3px 0;
}
table.sb_sub_level1_container,table.sb_sub_level2_container
{
	width:100%;
	margin:0 0 0 0;
}
td.sb_sub_level2_container table.sb_sub_level2_container { background: none;}

/*horizontal delimeter between first level items*/
tr.sb_h_delim_lev1
{
	display:none;
}
td.sb_h_delim_lev1
{
}
td.sb_h_delim_lev1 br { display:none;}
img.sb_h_delim_lev1
{
}
/*horizontal delimeter between second level items*/
tr.sb_h_delim_lev2
{
	display:none;
}
td.sb_h_delim_lev2
{
	padding:0 0 0 0;
	height:1px;
	font-size:1px;
}
img.sb_h_delim_lev2
{
	height:1px;
	margin:0 0 0 0;
}
/*horizontal delimeter between 3 level items*/
tr.sb_h_delim_lev3
{
}
td.sb_h_delim_lev3
{
	padding:0 0 0 0;
	height:1px;
	font-size:1px;
}
img.sb_h_delim_lev3
{
	height:1px;
	margin:0 0 0 0;
}



/*first level item classes*/
tr.sb_item_lev1,tr.sb_item_lev1_h,tr.sb_item_lev1_s
{

}
td.sb_item_lev1
{
	padding-right:5px;
	padding-left:5px;
}
td.sb_item_lev1_h
{
	padding-right:5px;
	padding-left:5px;
	background:url(../../images/sb_item_lev1_s_bg_top.gif) center top no-repeat;
}
td.sb_item_lev1_s
{
	padding-right:5px;
	padding-left:5px;
	background:url(../../images/sb_item_lev1_s_bg_top.gif) center top no-repeat;
}
a.sb_item_lev1,a.sb_item_lev1:link,a.sb_item_lev1:visited,a.sb_item_lev1:hover
{
	font-size:12px;
	padding-right:14px;
	background-image:url(../../images/he/SideBarNew/tv/menu_toplink_arrow.gif);
	background-repeat:no-repeat;
	background-position:right 7px;
	font-weight:bold;
	color:#730000;
}
a.sb_item_lev1_h,a.sb_item_lev1_h:link,a.sb_item_lev1_h:visited,a.sb_item_lev1_h:hover
{
	font-size:12px;
	padding-right:14px;
	background-image:url(../../images/he/SideBarNew/tv/menu_selectedtoplink_arrow.gif);
	background-repeat:no-repeat;
	background-position:right 7px;
	font-weight:bold;
	color:#e40d17;
}
a.sb_item_lev1_s,a.sb_item_lev1_s:link,a.sb_item_lev1_s:visited,a.sb_item_lev1_s:hover
{
	font-size:12px;
	padding-right:14px;
	background-image:url(../../images/he/SideBarNew/tv/menu_selectedtoplink_arrow.gif);
	background-repeat:no-repeat;
	background-position:right 7px;
	font-weight:bold;
	color:#e40d17;
}


/*2 level item classes*/
td.sb_sub_level2_container {}
tr.sb_item_lev2,tr.sb_item_lev2_h,tr.sb_item_lev2_s
{
	
}
td.sb_item_lev2
{
	padding-right:15px;
	padding-left:5px;
}
td.sb_item_lev2_h,td.sb_item_lev2_s
{
	padding-right:15px;
	padding-left:5px;
}
a.sb_item_lev2,a.sb_item_lev2:link,a.sb_item_lev2:visited,a.sb_item_lev2:hover
{
	font-size:11px;
	padding-right:14px;
	background-image:url(../../images/he/SideBarNew/tv/menu_sub1_arrow.gif);
	background-repeat:no-repeat;
	background-position:right 7px;
	color:#730000;
}
a.sb_item_lev2_h,a.sb_item_lev2_h:link,a.sb_item_lev2_h:visited,a.sb_item_lev2_h:hover
{
	font-size:11px;
	padding-right:14px;
	background-image:url(../../images/he/SideBarNew/tv/menu_selectedtoplink_arrow.gif);
	background-repeat:no-repeat;
	background-position:right 7px;
	color:#c71217;
}
a.sb_item_lev2_s,a.sb_item_lev2_s:link,a.sb_item_lev2_s:visited,a.sb_item_lev2_s:hover
{
	font-size:11px;
	padding-right:14px;
	background-image:url(../../images/he/SideBarNew/tv/menu_selectedtoplink_arrow.gif);
	background-repeat:no-repeat;
	background-position:right 7px;
	color:#c71217;
}

/*3 level item classes*/
tr.sb_item_lev3,tr.sb_item_lev3_h,tr.sb_item_lev3_s
{
	
}
td.sb_item_lev3
{
	padding-right:23px;
	padding-left:5px;
}
td.sb_item_lev3_h,td.sb_item_lev3_s
{
	padding-right:23px;
	padding-left:5px;
}
a.sb_item_lev3,a.sb_item_lev3:link,a.sb_item_lev3:visited,a.sb_item_lev3:hover
{
	font-size:11px;
	padding-right:13px;
	background-image:url(../../images/he/SideBarNew/tv/menu_sub3_arrow.gif);
	background-repeat:no-repeat;
	background-position:84px 6px;
	color:#730000;
}
a.sb_item_lev3_h,a.sb_item_lev3_h:link,a.sb_item_lev3_h:visited,a.sb_item_lev3_h:hover
{
	font-size:11px;
	padding-right:13px;
	background-image:url(../../images/he/SideBarNew/tv/menu_dropsub3_arrow.gif);
	background-repeat:no-repeat;
	background-position:84px 6px;
	background-color:#feeaec;
	color:#c71217;
}
a.sb_item_lev3_s,a.sb_item_lev3_s:link,a.sb_item_lev3_s:visited,a.sb_item_lev3_s:hover
{
	font-size:11px;
	padding-right:13px;
	background-image:url(../../images/he/SideBarNew/tv/menu_dropsub3_arrow.gif);
	background-repeat:no-repeat;
	background-position:84px 6px;
	background-color:#feeaec;
	color:#c71217;
}