/* Pagination style */

.product_pagination {
    color: #aaa;
}

.product_pagination a, .product_pagination a:hover, .product_pagination a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.product_pagination a:hover {
    text-decoration: underline;
}

/*
  Dropdown menu, based on:
  http://htmldog.com/articles/suckerfish/dropdowns/
*/

#top_menu ul li ul a {
    display: block;
    width: 18em;
}

#top_menu ul li ul {
    position: absolute;
    margin-top: -1px;
    width: 18em;
    display: none;
    z-index: 10;
}

#top_menu ul li:hover ul, #top_menu ul li.sfhover ul {
    display: block;
    width: 18em;
}

#top_menu ul li ul li {
    border: 1px solid navy;
    margin-bottom: -1px;
    background-color: #fefefe;
}

