#mainNav {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}

#mainNav > li {
    background: transparent url('../img/mainNav_li.png') no-repeat scroll left top;
    float: left;
    line-height: 51px;
    min-width: 124px;
}

#mainNav > li > a {
    background: transparent url('../img/mainNav_li_a.png') no-repeat scroll right top;
    color: #CEAC66;
    display: block;
    font-family: "Myriad Pro", "Trebuchet MS";
    font-size: 13px;
    font-weight: bold;
    outline: 0;
    padding: 0 19px 0 18px;
    text-align: center;
    text-transform: uppercase;
}

#mainNav > li:hover {
    background: transparent url('../img/mainNav_li.png') no-repeat scroll left bottom;
}

#mainNav > li:hover > a {
    background: transparent url('../img/mainNav_li_a.png') no-repeat scroll right bottom;
    color: #000000;
}

#mainNav li#navReklama  {
    background: url("../img/labels.png") no-repeat scroll 0 -328px transparent;
    text-indent: -9999px;
}

#mainNav li#navReklama:hover  {
    background: url("../img/labels.png") no-repeat scroll -125px -328px transparent;
}

#mainNav li#navReklama a {
    background: none;
}

/**
* QuickSearch
*/

div#quickSearch {
    background: transparent url('../img/mainNav_li.png') no-repeat scroll left top;
    bottom: 0;
    height: 51px;
    right: -12px;
    position: absolute;
}

div#quickSearch > form {
    background: transparent url('../img/mainNav_li_a.png') no-repeat scroll right top;
    height: 51px;
    width: 227px;
}

div#quickSearch > form input[type="text"] {
    background: transparent url('../img/quickSearch_input.png') no-repeat scroll left top;
    border: 0;
    color: #827452;
    height: 24px;
    left: 14px;
    min-width: 0;
    padding-left: 4px;
    padding-top: 4px;
    position: relative;
    top: 10px;
    width: 145px;
}

div#quickSearch .quick_search-submit {
    background: transparent url('../img/submit_szukaj.png') no-repeat scroll left top;
    position: relative;
    right: -11px;
    text-indent: -9999px;
    top: -29px;
    width: 51px;
}


/* Koniec: QuickSearch */


/**
* Wspólne
*/


#menuLeft > div > ul, #menuRight > div > ul {
    font-size: 11px;
    font-weight: bold;
    text-transform: lowercase;
}

#menuLeft > div > h5, #menuRight > div > h5 {
    height: 25px;
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
    text-indent: -9999px;
}

#menuLeft ul > li strong, #menuRight ul > li strong {
    color: #FFDD94;
}

#menuLeft select, #menuLeft input[type="text"], #menuRight select, #menuRight input[type="text"] {
    background-color: #48312E;
    border-bottom: solid #A06E68 1px;
    border-left: solid #48312E 6px;
    border-right: solid #48312E 3px;
    border-top: solid #48312E 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #A06E68;
    font-family: Tahoma;
    font-size: 11px;
    margin-bottom: 7px;
    min-width: 0;
}

#menuLeft select {
    width: 157px;
    height: 23px;
}

#menuRight select {
    width: 174px;
    height: 23px;
}

#menuLeft input[type="text"] {
    height: 18px;
    width: 148px;
}

#menuRight input[type="text"] {
    height: 18px;
    width: 165px;
}

#menuLeft input[type="text"].short, #menuRight input[type="text"].short {
    display: inline;
    margin: 0 4px;
    width: 26px;
}

/* Koniec: Wspólne */

/**
* Glowne
*/


#menuGlowne {
    position: relative;
    z-index: 5;
}

#menuGlowne > h5 {
    background: transparent url('../img/menuGlowne_h.png') no-repeat scroll left top;
}

#menuGlowne > ul {
    background: transparent url('../img/menuGlowne_ul.png') repeat-y scroll left top;
    margin: 0;
    padding: 0;
}

#menuGlowne > ul  > li > a {
    padding-left: 20px;
    line-height: 26px;
}

/* Koniec: Glowne */

/**
* Mojprofil
*/


#menuMojprofil {
    padding: 0 30px 20px 5px;
    position: relative;
    top: -150px;
}

#menuMojprofil > h5 {
    background: transparent url('../img/menuMojprofil_h.png') no-repeat scroll left top;
}

#menuMojprofil > ul {
    margin: 7px 0 0 0;
    padding-left: 10px;
}

#menuMojprofil > ul > li a {
    line-height: 22px;
    text-transform: none;
}

#menuMojprofil > ul > li > ul {
    padding: 0 0 0 15px;
}

#menuMojprofil div.loginForm {
    display: none;
    padding-top: 9px;
}

#menuMojprofil div.loginForm label {
    text-transform: capitalize;
}

#menuMojprofil div.loginForm .field-label-required {
    display: none;
}

#menuMojprofil div.loginForm input[type=text],
#menuMojprofil div.loginForm input[type=password] {
    -moz-border-radius: 2px;
    background-color: #48312E;
    border-color: #48312E #48312E #A06E68;
    border-style: solid;
    border-width: 1px;
    color: #A06E68;
    font-family: Tahoma;
    font-size: 11px;
    height: 16px;
    margin-bottom: 7px;
    margin-left: 4px;
    min-width: 0;
    padding-left: 3px;
    width: 110px;
}

#menuMojprofil div.loginForm .field-help_text {
    display: none;
}

#menuMojprofil div.loginForm input[type=submit] {
    margin: -5px 0 5px;
}
#menuMojprofil .menu-add_offer {
    color: #FFDD94;
    display: inline-block;
    margin-bottom: -5px;
    margin-top: 7px;
    padding-left: 10px;
    text-decoration: underline;
}

/* Koniec: Mojprofil */

/**
* Firmy
*/


#menuFirmy {
    background: transparent url('../img/menuFirmy.png') no-repeat scroll left bottom;
    left: -46px;
    padding-bottom: 145px;
    padding-left: 46px;
    padding-right: 56px;
    position: relative;
    width: 198px;
}

#menuFirmy > h5 {
    background: transparent url('../img/menuFirmy_h.png') no-repeat scroll left top;
    height: 69px!important;
    margin-top: 0!important;
    padding-bottom: 0!important;
}

#menuFirmy > ul {
    background: #2F1D1D url('../img/menuFirmy_ul.png') no-repeat scroll left bottom;
    margin: 0 0 11px 0;
    padding: 0 12px 0 9px;
}

#menuFirmy > ul > li {
    line-height: 24px;
}

#menuFirmy > ul > li + li {
    border-top: 1px solid #443434;
}

#menuFirmy > ul > li > a {
    padding-left: 22px;
    display: block;
}

#menuFirmy > ul > li > a:hover, #menuFirmy > ul > li > a:active {
    background: #261818;
    color: #FFFFFF;
}

#menuFirmy > a.addYours {
    background: transparent url('../img/menuFirmy_addYours.png') no-repeat scroll left top;
    color: #000000;
    display: block;
    font-family: "Myriad Pro";
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 118px;
}

/* Koniec: Firmy*/

/**
* Artykuly
*/


#menuArtykuly {
    background: transparent url('../img/menuArtykuly.png') no-repeat scroll left bottom;
    padding-bottom: 37px;
    position: relative;
    width: 173px;
    top: -150px;
}

#menuArtykuly > h5 {
    background: transparent url('../img/menuArtykuly_h.png') no-repeat scroll left top;
    height: 64px!important;
    margin-top: 0!important;
    padding-bottom: 0!important;
}

#menuArtykuly > ul {
    background-color: #2F1D1D;
    margin: 0;
    padding: 0 12px 0 9px;
}

#menuArtykuly > ul > li {
    line-height: 24px;
}

#menuArtykuly > ul > li + li {
    border-top: 1px solid #443434;
}

#menuArtykuly > ul > li > a {
    padding-left: 22px;
    display: block;
}

#menuArtykuly > ul > li > a:hover, #menuArtykuly > ul > li > a:active {
    background: #261818;
    color: #FFFFFF;
}

#menuArtykuly > a.addYours {
    background: transparent url('../img/menuFirmy_addYours.png') no-repeat scroll left top;
    color: #000000;
    display: block;
    font-family: "Myriad Pro";
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 118px;
}

/* Koniec: Artykuly */

/**
* Dlaorganizatora
*/


#menuDlaorganizatora {
    background: transparent url('../img/menuDlaorganizatora.png') no-repeat scroll left top;
    left: -76px;
    padding-bottom: 0;
    padding-left: 85px;
    padding-right: 53px;
    padding-top: 22px;
    position: relative;
    width: 193px;
    height: 392px;
}

#menuDlaorganizatora > h5 {
    background: transparent url('../img/menuDlaorganizatora_h.png') no-repeat scroll right top;
    margin-bottom: 13px!important;
    margin-top: 0!important;
}

#menuDlaorganizatora > img {
    margin-bottom: 22px;
}

#menuDlaorganizatora input[type="submit"] {
    float: none;
    margin: 25px auto 0;
}

/* Koniec: Dlaorganizatora */

/**
* Bawsie
*/

#menuBawsie {
    background: transparent url('../img/menuBawsie.png') no-repeat scroll left top;
    color: #FFFFFF;
    left: -100px;
    padding-bottom: 0;
    padding-left: 100px;
    padding-right: 85px;
    padding-top: 65px;
    position: relative;
    top: -65px;
    width: 181px;
    height: 592px;
}

#menuBawsie > h5 {
    background: transparent url('../img/menuBawsie_h.png') no-repeat scroll left top;
    margin-bottom: 13px!important;
    margin-top: 50px!important;
}

#menuBawsie > p {
    color: #E56F4F;
    font-size: 11px;
    margin: 22px 0 15px 0;
    text-align: center;
}

#menuBawsie > p > strong {
    color: #FFA7A7;
}

#menuBawsie input[type="submit"] {
    float: none;
    margin: 32px auto 0;
}



/* Koniec: Bawsie*/

/**
* Section
*/



/* Koniec: Section */







