<!-- FOR POP-OUT SUBMENUS --->
<style>
<!--

.menuskin{
position:absolute;
width:175px;
background-color:#ddd;
border:2px solid #000;
font:bold 14pt Arial;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
color:#000000;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:#555555;
}

#mouseoverstyle a{
color:white;
}
-->
</style>
<!-- the pd_menuScript.js file must be included following this Style and the following <Div> statement
     must be included in the <Body> of the HTML as well
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
&nbsp;</div>
-->