/* CSS Document */

#top_nav { width: 742px; height: 22px; margin-left: auto; margin-top: 0px; margin-right: auto; background-color: #FFFFFF; border: 0; }

/* un-ordered list (top banner navigation) */
.nav_list ul { list-style: none; font-size: 11px; font-weight: bold; margin: 2px; margin-top: 3px; padding: 0; }
.nav_list li { background: url(images/heart.gif) no-repeat; float: left; margin: 0px; margin-left: 6px; padding-bottom: 6px; padding-left: 12px; padding-right: 4px; }
.nav_list a { color: #666666; text-decoration: none; }
.nav_list a:hover { color: #333333; text-decoration: none; }
.nav_list .last { border: 0; padding-right: 0px; }
