/*Ie6 Fix */
	
	ul#main-menu li a:hover {
		
		text-decoration:underline;
		background: url(images/tab_right.gif) no-repeat top right;
		
	}
	
	ul#main-menu li#current a{
		
		text-decoration:none;
		background: url(images/tab_right_hover.gif) no-repeat top right;
		
	}
	
/* End Ie6 Fix */	
	

