#link-tabs
    {
        width: 300px;
    }
    #link-navigation
    {
        list-style: none;
        margin-left: 30px;
    }
    #link-navigation li
    {
        display: inline;
    }
    #link-navigation li a
    {
        text-decoration: none;
        padding: 10px 20px 10px 20px;
        border-right: 1px solid #fff;
        background-color: #9c2008;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9c2008), to(#cb2d0e));
        background: -webkit-linear-gradient(top, #cb2d0e, #9c2008);
        background: -moz-linear-gradient(top, #cb2d0e, #9c2008);
        background: -ms-linear-gradient(top, #cb2d0e, #9c2008);
        background: -o-linear-gradient(top, #cb2d0e, #9c2008);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9c2008, endColorstr=#cb2d0e);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9c2008, endColorstr=#cb2d0e)";
        color: #fff;
        outline: none;
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        float: left;
        cursor: pointer;
    }
    #link-navigation li a:hover
    {
        text-decoration: none;
        background: #c93434;
        color: #FFFFFF;
    }
    #link-navigation li.selected a
    {
        background: #fbbf07;
        text-shadow: 0 1px 0 rgba(0,0,0,.5);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbbf07), to(#fba207));
        background: -webkit-linear-gradient(top, #fba207, #fbbf07);
        background: -moz-linear-gradient(top, #fba207, #fbbf07);
        background: -ms-linear-gradient(top, #fba207, #fbbf07);
        background: -o-linear-gradient(top, #fba207, #fbbf07);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbbf07, endColorstr=#fba207);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbbf07, endColorstr=#fba207)";
        color: #900000;
    }
    li.bullets
    {
        background-image: url(/celebrity-Horoscope/img/bullets.jpg);
        background-repeat: no-repeat;
        padding-left: 12px;
    }