#investment-professionals {
 background:url("/globalpix/nav-investmentprofessionals.gif") top left no-repeat;     
 width:162px;  /* Width of buttons, not entire image (or half of entire image) */
 height:80px;  /* Height of entire image */
 margin:0;
 padding:0;
 }
 
#investment-professionals li span { display: none; }
 
#investment-professionals li {
 float:left;
 list-style:none;
 }
 
#investment-professionals li, #investment-professionals a { 
 height:80px;   /* Each button must have the same height, define it here */
 display:block;
 }
 
/* margin-top to set where the nav should begin */
#investment-professionals-01 { margin-top:0px; width:162px; }

/* Son of Suckerfish: Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
#investment-professionals li ul {
 position:absolute;
 left:-9999px;
 padding-right:1px;   /* Fixes one px spacing for border-right in FF */
 }
 
#investment-professionals li ul li { 
 height:18px;     /* Height of each drop down nav item */
 border:none;
 } 
 
#investment-professionals li ul li a {
 width:100%;
 height:18px;    /* Height of each drop down nav item, should match above */
 line-height:18px;   /* Height of each drop down nav item again, should match above */
 }
 
#investment-professionals li ul li a span {
 display:block;
 padding-left:5px;
 }
  
#investment-professionals li:hover ul, #investment-professionals li.sfHover ul { left: auto; }
 
/* Hover styles for drop down items */
#investment-professionals-01 ul a#financial-advisors { 
	background: url("../globalpix/nav_financial-advisors.gif");
	}

#investment-professionals-01 ul a#financial-planners { 
	background: url("../globalpix/nav_financial-planners.gif");
	}

#investment-professionals-01 ul a#financial-advisors:hover,#investment-professionals-01 ul a#financial-planners:hover { 
 background-position:0px -18px;
 }
 
/* width of drop down nav - choose width that allows items to display on one line */
#investment-professionals-01 ul, #investment-professionals-01 li { width:192px; }  

table#sec-links td a {font-weight: bold;}
#sec-links {margin-top: 20px; border: none; width: 450px; font-size: .75em; font-family: Verdana;}
#sec-links td {padding: 3px;}
#sec-links tr.header {background-color: #000; color: #ffffff; font-weight:bold;}
table#form-4-links td { padding: 3px;  font-family: verdana; font-size: .75em;}
table#form-4-links td a { font-weight: bold;}
#form-4-links {margin-top: 20px; border: none; width: 450px; }
#form-4-links tr.header, #form-4-links tr.header td{background-color: #000; color: #ffffff; font-weight:bold;}


