document.write('<STYLE type="text/css">');
document.write('.widthofcolumns{ width: '+(ColumnsWidth)+'px;}');


document.write('.menu{ 	padding-left: 7px; background-color:#0071BD; cursor:hand;text-transform: capitalize;');
document.write('text-decoration:none;font-family: Arial;color:#FFFFFF;');
document.write('letter-spacing: 1px;font-size: 12px;height: '+(MenuRowHeight)+'px; }');

document.write('.menu_right{ 		background-color:#0071BD;	border-width:1; overflow: hidden;');
document.write('height: '+(LineHeight)+'px; }');

document.write('.menu_Left_Secondary{border-width:1;');
document.write('height: '+(LineHeight)+'px; }');

document.write('.menuLeft{ 	padding-left: 7px; background-color:#0071BD;text-transform: capitalize;');
if (NS4 || NS6 ) document.write(' cursor:pointer;');
else document.write(' cursor:hand;');
document.write('text-decoration:none;font-family: Arial;color:#FFFFFF;');
document.write('letter-spacing: 1px;font-size: 12px;height: '+(MenuRowHeight)+'px; }');

document.write('.menuCountry{ 	padding-left: 7px; background-color:#0071BD;text-transform: capitalize;');
if (NS4 || NS6 ) document.write(' cursor:pointer;');
else document.write(' cursor:hand;');
document.write('text-decoration:none;font-family: Arial;color:#FFFFFF;border-collapse:collapse;border-color:#000000;');
document.write('letter-spacing: 1px;font-size: 12px;height: '+(MenuRowHeight)+'px; }');

document.write('.images { 	 width: 150px;');
document.write(' height: '+LineHeight+' px;}');

document.write('.frames{ ');
document.write(' height: '+(LineHeight-4)+' px;}');

document.write('.line1{ ');
document.write(' background-color: '+colorLine1+';}');

document.write('.line2{ ');
document.write(' background-color: '+colorLine2+';}');

document.write('.line3{ ');
document.write(' background-color: '+colorLine3+';}');

document.write('.line4{ ');
document.write(' background-color: '+colorLine4+';}');

document.write('.line5{ ');
document.write(' background-color: '+colorLine5+';}');

document.write('.line6{ ');
document.write(' background-color: '+colorLine6+';}');

document.write('.line7{ ');
document.write(' background-color: '+colorLine7+';}');

document.write('.TopLeftMenu{ width: '+(ColumnsWidth)+'px;');
document.write('height: '+(MenuRowHeight*5+4)+'px; }');
document.write('</style>');