$(document).ready(function()
						   {
							   
							   if( (document.all)&&(navigator.appVersion.indexOf("MSIE 7.")!=-1) )
							   {
								   
								   if( document.getElementById('logout_btn') )
								   {
									   with( document.getElementById('logout_btn').style )
								   		{
									   
									   		marginTop = '-5px';
									   		marginLeft = '180px';
									   
										}
								   }
								   
								   if( document.getElementById('login_btn') )
								   {
									   
									   with( document.getElementById('login_btn').style )
									   {
										   
										   marginTop = '-5px';
										   marginLeft = '190px';
										   
									   }
									   
								   }
								   
								 	if( document.getElementById('prices_btn') )
									{
										
										with( document.getElementById('prices_btn').style )
										{
											
											marginTop = '-5px';
											marginLeft = '0px';
											
										}
										
									}
									
									if( document.getElementById('updates_btn') )
									{
										
										with( document.getElementById('updates_btn').style )
										{
											
											marginTop = '-5px';
											marginLeft = '80px';
											
										}
										
									}
									
								
								   
								   
							   }
						   });

