$(document).ready(function(){
	$(this).channelTabNav();
});

var menuTimer = null;

$.fn.channelTabNav = function(){
	if ($.browser.msie){
		$('.contenttable').css('margin-top','1px');
		$('.contenttable').css('margin-left','1px');
		$('.righttop p').css('margin-top','7px');
		$('.righttoplong').css('line-height','1');
		$('.rtimglink').css('margin-top','-13px');
		$('.botbizleft p').css('margin-top','20px');
		//$('.botbizleft p').css('line-height','1');
		$('.botventleft p').css('margin-top','30px');
		//$('.botventleft p').css('line-height','1');
		$('.topbizhead .sddm').css('margin-left','19px');
		$('.topventhead .sddm').css('margin-left','48px');
		$('.botgen').css('margin-top','7px');
		$('.footerleft').css('margin-top','11px');
		$('.footerlinks').css('margin-top','0px');
		$('#bottomcontentblock').css('margin-bottom','-25px');
	}
	if (($.browser.msie) && ($.browser.version < 7.0)){
		$('.wheeltable').css('background','url(images/wheel.gif) top left no-repeat');
		$('.botbiz').css('margin-left','14px');
		$('.botvent').css('margin-left','30px');
		$('.topheadtitle').css('margin-left','7px');
		$('.top').css('margin-bottom','-106px');
		$('.botbizleft').css('background-image','url(images/webstrat.gif)');
		$('.botventleft').css('background-image','url(images/ventdev.gif)');
		$('.righttop').css('background-image','url(images/rightblock.gif)');
		$('.righttoplong').css('background-image','url(images/rightblocklong.gif)');
		$('.rightbottom').css('background-image','url(images/rightblock.gif)');
		$('.sidenav').css('margin-left','2px');
		$('.topbiz').css('margin-left','1px');
		$('.topvent').css('margin-left','22px');
		$('.homeicon').css('background-image','url(images/homeicon.gif)');
		//$('.pageicon').css('background-image','url(images/pageicon.gif)');
		//$('.searchicon').css('background-image','url(images/searchicon.gif)');
		$('.botgen').css('background-image','url(images/widebottom.gif)');
		$('.botgengen').css('background-image','url(images/widebottomgen.gif)');
		$('.botgen').css('margin-top','3px');
		
		$('.ie6form1').css('margin-top','0');
		$('.ie6form3').css('margin-left','-63px');
		$('.ie6form4').css('margin-left','-45px');
		$('.ie6form5').css('margin-left','-40px');
		$('.content5').css('margin-top','-60px');
		$('.ie6form6').css('margin-top','-60px');
		$('.ie6form7').css('margin-top','-40px');
		$('.ie6form7').css('margin-left','-250px');
		$('.ie6form8').css('margin-left','-198px');
		$('.ie6form8').css('margin-top','-5px');
	}
}