document.write('<STYLE type="text/css">');
document.write('#menuspan48 { position:absolute; width:100px; }');
document.write('#menutable48 { border-width: 0px; border-color: #808080; border-style:solid}');
document.write('td.menucell48 { padding:2px; padding-left:4px; padding-right:4px; background:#4D97D1; border:0px solid #9B9B9B; text-align:LEFT; }');
document.write('#submenutable48 { background: #8C8C8C; border-width: 1px; border-color: #808080; border-style:solid}');
document.write('td.topcell48 {text-decoration:none; color:#000000; font-weight: 700; font-family: Arial; font-size: 12px; font-style:normal; text-align:LEFT; }');
document.write('a.topitem48 {text-decoration:none; color:#000000; font-weight: 700; font-family: Arial; font-size: 12px; font-style:normal; } ');
document.write('a.topitem48:hover {text-decoration:none; color:#961208; font-weight: 700; font-family: Arial; font-size: 12px; font-style:normal;}');
document.write('a.subitem48 {text-decoration:none; color:#000000; font-weight: 700; font-family: Arial; font-size: 12px; font-style:normal; } ');
document.write('a.subitem48:hover {text-decoration:none; color:#961208; font-weight: 700; font-family: Arial; font-size: 12px; font-style:normal; }');
document.write('P.MN48 {margin:0px; color:#000000; font-weight: 700; font-family: Arial; font-size:12px; font-style:normal;  }');
document.write('P.SMN48 {text-decoration:none; color:#000000; font-weight: 700; font-family: Arial; font-size:12px; font-style:normal; margin:0px; }');
document.write('#submenu48_0 { position:absolute; left:-150px; top:20px; visibility:hidden; }');
document.write('</style>');
var thisbrowser48
var hidetimer48 = null;
if(document.layers){ thisbrowser48='NN4'; }
if(document.all){ thisbrowser48='IE'; }
if(!document.all && document.getElementById){ thisbrowser48='NN6'; }
function showmenu48(menuname)
{
if(thisbrowser48=='NN4') document.layers[menuname].visibility = 'visible';
if(thisbrowser48=='IE') document.all[menuname].style.visibility = 'visible';
if(thisbrowser48=='NN6') document.getElementById(menuname).style.visibility = 'visible';
if(hidetimer48) clearTimeout(hidetimer48);}
function timermenu48()
{
if(hidetimer48) clearTimeout(hidetimer48);hidetimer48 = setTimeout("hideall48();",1000);
}
function hidemenu48(menuname)
{
if(thisbrowser48=='NN4') document.layers[menuname].visibility = 'hidden';
if(thisbrowser48=='IE') document.all[menuname].style.visibility = 'hidden';
if(thisbrowser48=='NN6') document.getElementById(menuname).style.visibility = 'hidden';
}
function hilite48(menuitem) 
{
if(typeof(currentpage48)!='undefined' && menuitem==currentpage48) return;
if(thisbrowser48=='IE') document.all[menuitem].style.backgroundColor = '#B5B5B5';
if(thisbrowser48=='NN6') document.getElementById(menuitem).style.backgroundColor = '#B5B5B5';
if(hidetimer48) clearTimeout(hidetimer48);}
function unhilite48(menuitem) 
{
if(typeof(currentpage48)!='undefined' && menuitem==currentpage48) return;
if(thisbrowser48=='IE') document.all[menuitem].style.backgroundColor = '#4D97D1';
if(thisbrowser48=='NN6') document.getElementById(menuitem).style. backgroundColor = '#4D97D1';
if(hidetimer48) clearTimeout(hidetimer48);hidetimer48 = setTimeout("hideall48();",1000);
}
function hideall48()
{
hidemenu48('submenu48_0');
}
function openmenu48(menuname)
{
showmenu48(menuname);
if(menuname!='submenu48_0') hidemenu48('submenu48_0');
}
document.write('<table width=100 cellspacing=0 border=0 cellpadding=0>');
document.write('<tr><td align=left valign=top>');
document.write('<span id="menuspan48">');
document.write('<table width=100 id="menutable48" cellspacing=0 cellpadding=3 >');
document.write('<tr>');
document.write('<td class="topcell48" align=LEFT width=100 height=20 bgcolor=#D6D6D6>')
document.write('<a href="" target="_self" title="" class="topitem48" onMouseOver="hideall48()">Home</a>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="topcell48" align=LEFT width=100 height=20 bgcolor=#D6D6D6>')
document.write('<a href="" target="_self" title="" class="topitem48" onMouseOver="openmenu48(\'submenu48_0\')" onMouseOut="timermenu48();">Item 1</a>');
document.write('</td>');
document.write('</tr>');
document.write('</table><p>');
document.write('<div id="submenu48_0">');
document.write('<table id="submenutable48" width=150 cellspacing=0>');
document.write('<tr>');
document.write('<td align=LEFT class="menucell48" height=20 id="s48_0_0" onMouseOver="hilite48(\'s48_0_0\')" onMouseOut="unhilite48(\'s48_0_0\')">');
document.write('<a href="" target="_self" title="" class="subitem48" >Subitem 1</a>')
;document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="menucell48" height=20 id="s48_0_1" onMouseOver="hilite48(\'s48_0_1\')" onMouseOut="unhilite48(\'s48_0_1\')">');
document.write('<a href="" target="_self" title="" class="subitem48" >Add subitems here...</a>')
;document.write('</td>');
document.write('</tr>');
document.write('</table></div>');
document.write('</span></td></tr></table>');

