#Header
{
    width: 958px;
    height: 326px;
    background: url('../img/header-background.jpg') no-repeat 235px 0px;
}

#menu
{
    width: 905px;
    margin-top: 0px;
    margin-left: 53px;
    padding: 0px;
    float: right;
}

a.articlesmenu,
a.articlesmenu_active
{
    display: block;
    width: 180px;
    height: 326px;
    float: left;
    background-position: left top;
}

a.articlesmenu:hover
{
    background-position: left bottom;
}

a.articlesmenu
{
    background-image: url('../img/artykuly_dzialy.png');
}

a.articlesmenu_active
{
    background-image: url('../img/artykuly_dzialy_active.png');
}

a.articlesmenu span,
a.articlesmenu_active span
{
    display: none;
}

a.amnormal
{
    margin-right: 1px;
}

a.amlast
{
    margin-left: 0px;
}


