//Styles for Opera 7
if(navigator.userAgent.toLowerCase().indexOf('opera') > -1 ) {
	document.write('<style>');
	document.write('#TopNav .Right {float: none;}');
	document.write('#Home #TopNav .Right {position:relative;left: 190px;}');
	document.write('#Home #DottedSeperator {background: none;}');
	document.write('</style>');
}