#socialbuttons
{
    margin-top:7px;
}

a.navlink
    {
    letter-spacing:-0.01em;
    text-decoration:none;
    font-size:10pt;
    font-family:georgia;
    color:#7c7979;
    font-weight:bold;
    }

a:hover.navlink
    {
    letter-spacing:-0.01em;
    text-decoration:underline;
    font-size:10pt;
    font-family:georgia;
    color:#7c7979;
    font-weight:bold;
    }
    
a:active.navlink
    {
    letter-spacing:-0.01em;
    text-decoration:underline;
    font-size:10pt;
    font:georgia;
    color:#7c7979;
    font-weight:bold;
    }

#navileftsingle
    {
    position:relative;
    width:130px;
    height:40px;
    text-align:center;
    line-height:38px;
    float:left;
    background-image: url(./../images/navisingle.png);
    }
    
    
#navilefttop
    {
    position:relative;
    width:130px;
    height:12px;
    text-align:center;
    line-height:40px;
    float:left;
    background-image: url(./../images/navilefttop.png);
    }

#navileftmiddle
    {
    position:relative;
    width:130px;
    line-height:36px;
    text-align:center;
    float:left;
    background-image: url(./../images/navileftmiddle.png);
    }

#navileftbottom
    {
    position:relative;
    width:130px;
    height:13px;
    text-align:center;
    line-height:40px;
    float:left;
    background-image: url(./../images/navileftbottom.png);
    }
    
#navitop
    {
    position:relative;
    width:660px;
    height:40px;
    line-height:30px;
    float:right;
    background-image: url(./../images/navitop.png);
    border:0px solid #888;
    }

