
/* block top links */
ul#header_links {
    margin: 7px 10px 10px 0;
    list-style-type: none;
    float: right
}

ul#header_links  li {
    margin-left: 10px;
    float: left
}


ul#header_links li a {
    background: url("../../../img/headerlink.png") repeat-x scroll 0 0 transparent;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    color: #374853;
    display: block;
    font: bold 14px "Arial";
    height: 37px;
    padding: 19px 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}



ul#header_links li a:hover, ul#header_links li a.active {
    background: url("../../../img/headerlink_active.png") repeat-x scroll 0 0 transparent;
    /*    background: url("../../../img/promo.gif");*/
    color: #F19F05;
}
ul#header_links li a.promo:hover, ul#header_links li a.promo {
        background: url("../../../img/promo.gif") repeat-x scroll 0 0 transparent;
    color: #F19F05;
}



#header_links #header_link_sitemap a { 
    /*    background-image: url('../../../img/icon/sitemap.gif')*/
}
#header_links #header_link_contact a { 
    /*    background-image: url('../../../img/icon/contact.gif')*/
}
#header_links #header_link_bookmark a { 
    /*    background-image: url('../../../img/icon/star.gif')*/
}