#artykul {
    position: absolute;
    top: 80%;
	 left: 0;
	 right: 60%;
    max-height: 30%;
	 width: 40%;
    padding-left: 90px;
	 padding-right: 30px;
	 padding-top: 30px;
	 padding-bottom: 30px;
    z-index: 100;
    font-family: Arial, Geneva, sans-serif;
    background-color: black;
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
    overflow-y: hidden;
    overflow-x: hidden;
}

#kontener {
    width: 100px;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 150;
    font-family: Arial, Geneva, sans-serif;
}

#tytulik {
    position: absolute;
    top: 80px;
	 left: 0px;
    z-index: 150;
}

#haslo {
    position: absolute;
    top: 75%;
    right: 0px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 180;
}

#menu {
    display: table;
    padding: 40px 0 0 !important;
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
    width: 100px;
    background: black;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 200;
    /* for ie8 and earlier #242424*/
}

#menu li {
    list-style-type: none;
    margin: 0 auto;
    float: left;
}

#menu li:hover {
    background: #404040;
}

#menu li a {
    display: block;
    color: silver;
    text-decoration: none;
    padding: 7px 10px 7px;
}

#menu li a:hover {
    background: #404040;
    color: white;
}

#menu li li a {
    width: 100px;
}

#menu li ul {
    overflow: hidden;
    display: none;
    background: #242424;
}

#menu li:hover ul {
    position: absolute;
    padding: 0;
    display: block;
    width: 100px;
}