Hey guys,
Here's some more info.
Here's the code
************************************************************
<html>
<head>
<title>Test</title>
<script language="JavaScript">
<!--
var selectedLink;
function selectLink(lnk) {
if (selectedLink) {
selectedLink.style.fontWeight='normal';
selectedLink.style.textDecoration='none';
}
lnk.style.fontWeight='bold';
lnk.style.textDecoration='none';
selectedLink=lnk;
}
//-->
</script>
<style type="text/css">
a:link {
color: #003366;
}/* unvisited link */
a:visited {
color: #000000;
}/* visited link */
.stepbrother2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-align: left;
color: #000000;
font-weight: normal;
text-decoration: none
}
.brother {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-align: left;
font-weight: normal;
color: #000000
}
.mother {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
text-align: left;
color: #003366;
font-weight: bold;
}
</style>
</head>
<body>
<table width="730" border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td colspan="2" align="left"> </td>
</tr>
<tr>
<td colspan="2" align="left"><table width="730" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="730" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center"> <span class="stepbrother2"><a href="#" onClick="selectLink(this)">Why Perhsing</a> |
<a href="#" onClick="selectLink(this)">Prodcuts and Services</a></span></div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td><span class="mother">Who We Are</span></td></tr>
<tr><td><span class="brother">Pershing works behind the scenes to provide the people, services, and technologies that help make successful investments possible. We are the key industry source for a diverse array of support, including securities processing, trading and operations management, investment technology, asset-gathering solutions, and practice management support.<br />
<br />
Our challenge lies in anticipating the changing needs of financial organizations, investment professionals, and registered investment advisors worldwide to strengthen their competitive positions and help them to better serve their clients. The information contained in this site will give you a glimpse of what we offer to support their success.</span></td>
</tr>
<tr><td> </td></tr>
<tr>
<td><table width="730" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="350" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="mother">Pershing Is People</span></td>
</tr>
<tr>
<td><span class="brother">Our framework is made up of more than 4,300 highly focused, experienced professionals who develop and support the interests of financial organizations. Each partnership embodies a service team approach and is managed by an experienced and dedicated Relationship Manager.</span> </td>
</tr>
</table></td>
<td><table width="30" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table></td>
<td><table width="350" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="mother">Ownership</span> </td>
</tr>
<tr>
<td><span class="brother">Pershing LLC is a subsidiary of The Bank of New York Company, Inc. The Bank of New York has offices located in 33 countries and offers the support of over 23,000 professionals worldwide.<br />
<br />
<br />
</span></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><table width="730" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="350" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="mother">Pershing
Is Worldwide Presence</strong></span> </span></td>
</tr>
<tr>
<td><span class="brother">We support more than 1,100 financial organizations worldwide, with U.S. regional offices in Boston, Chicago, Los Angeles, San Francisco, and Charlotte, North Carolina. A London subsidiary, <a href="
target="_blank"> Pershing Limited</a>, provides multicurrency execution and clearing services.</span></td>
</tr>
</table></td>
<td><table width="30" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table></td>
<td><table width="350" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="mother">Pershing
Is Products And Services</span> </td>
</tr>
<tr>
<td><span class="brother">We offer an extensive range of investment <a href="../prod_serv/products.html">products and services</a> that enable financial organizations and their investment professionals to compete successfully in the marketplace. <br />
<br />
<br />
</span></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><table width="730" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="350" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="mother">Pershing
Is Quality Trading And Execution</span> </td>
</tr>
<tr>
<td><span class="brother">A focus on quality in every task we perform, including <a href="../prod_serv/quality_trading.html">trading and execution,</a> provides a competitive advantage as you meet your clients’ expectations.</span> </td>
</tr>
</table></td>
<td><table width="30" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table></td>
<td><table width="350" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="mother">Pershing
Is Cutting-Edge Facilities and Technology</span> </td>
</tr>
<tr>
<td><span class="brother">Our facilities provide an efficient and secure operating environment, and enable us to deliver <br />
the highest-quality products and services to our customers.</span></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</body>
</html>
************************************************************
When you initially open this page you will see the sub navigation like this...
Why Perhsing | Prodcuts and Services (both being underlined and not bolded)
What i want is this...
Why Perhsing | Prodcuts and Services (just Why Pershing being bold/with no underline/Products and Services staying normal)
Thanks..hope this helps