#subnav_table ul{
  padding-left:0;
		margin-left:0;
}

#subnav_table li{
  position: relative;
  background-image: url(http://keyscaribbean.com/images/new_nav/subnav_divider.jpg);
		background-repeat: no-repeat;
		background-position: top;
  font-family: verdana;
		font-size: 11px;
		font-color: #666666;
		list-style-type: none;
		padding: 4px !important;
		padding: 0px;
		list-style-image: none;
}

#subnav_table li a:link, #subnav_table li a:visited { color: #000; text-decoration: none; }

/* default setup that everything sees */
#subnav_table .shadow {
  /* needed for Internet explorer */
  height: 1.2em;
  filter: Shadow(Color=#BFBFBF, 
                 Direction=135, 
                 Strength=3);

  /* Needed for Gecko */
  
  white-space: nowrap;		
		display: block;
}

#subnav_table .shadowCur {
  /* needed for Internet explorer */
  height: 1.2em;
  filter: Shadow(Color=#BFBFBF, 
                 Direction=135, 
                 Strength=3);

  /* Needed for Gecko */
  
  white-space: nowrap;		
		display: block;
		font-weight: bold;
}
#subnav_table .shadowCur2 {
  /* needed for Internet explorer */
  height: 2.4em;
  filter: Shadow(Color=#BFBFBF, 
                 Direction=135, 
                 Strength=3);

  /* Needed for Gecko */
  
  white-space: nowrap;		
		display: block;
		font-weight: bold;
}

#subnav_table .padding {
padding-left: 10px;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
#subnav_table .shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #8F8F8F; 
}

#subnav_table #shadow_1:before { 
  content: 'In shadow'; 
}
#subnav_table #second_2:before { 
  content: 'Another shadow'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #8F8F8F 3px 3px 3px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
#subnav_table .dummyend[id]{clear: both;}

#subnav_table li.subsub{
  font-family: verdana;
		font-size: 11px;
		font-color: #666666;		
		list-style-type: none;
		background-image: url(http://keyscaribbean.com/images/new_nav/subnav_icon.jpg);		
		background-repeat: no-repeat;
		background-position: left 8px;
		padding-left:10px;
}

#subnav_table ul.subsub{
  padding-left:5px;
		list-style-type: none;
}