/*Style PNG*/
function pngstyle(){if(!EPCMS_IEXPLORE || (EPCMS_IEXPLORE && EPCMS_IEXPLORE_V>=7)){
var styles=
".menu{background-image:url('http://www.soleilinvest.com/ima/styl/index02.png'); background-repeat:repeat-y; height:24; font-weight:bold; color:#FF9900; margin-left:15px; behavior:url(http://www.soleilinvest.com/scr/iepngfix.htc);}"
+".menu2{background-image:url('http://www.soleilinvest.com/ima/styl/index02b.png'); background-repeat:repeat-y; height:24; font-weight:bold; color:#FF9900; margin-left:15px;}"
+".submenu{background-image:url('http://www.soleilinvest.com/ima/styl/index03.png'); background-repeat:no-repeat; height:38;}"
+".content{background-image:url('http://www.soleilinvest.com/ima/styl/index05.png'); background-repeat:repeat-y;}"
+".footer{background-image:url('http://www.soleilinvest.com/ima/styl/index06.png'); background-repeat:no-repeat; height:103px; width:742px;}";
var styleTag = document.createElement('style'); styleTag.setAttribute('type','text/css'); styleTag.setAttribute('media','screen');
if(document.all&&!window.opera) styleTag.styleSheet.cssText = styles; else styleTag.appendChild(document.createTextNode(styles));
document.getElementsByTagName('HEAD').item(0).appendChild(styleTag);}}
if(navigator.platform=="Win32" && navigator.appName=="Microsoft Internet Explorer" && window.attachEvent) window.attachEvent("onload",pngstyle); else window.setTimeout('pngstyle()',1000);
