/*
  styles.css

    for top_nav_2
*/
 
 
#top_nav_2 {
  background-color: #2C2C2C;
  background-image: url(top_menu_3d_bg.gif);
  background-repeat: repeat-x;
  padding: 8px 10px;
  height: 16px;
  text-align: center;
  color: #fff;
}

.top_nav_2_seperator {
  color: #666;
  padding: 0px 8px;
}

#top_nav_2 a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#top_nav_2 a:hover {
  text-decoration: underline;
}

#top_nav_2 a.tn2_link_hilite {
  color: #e33;
}

