#mainMenu {
    z-index: 10;
    position: relative;
}
#buttonList{
	background: url(images/main_menu.jpg);
	width: 707px;
	height: 64px;
	padding: 0px; margin: 0px;
	position: relative;
}
#buttonList li.limain{
	padding: 0px; margin: 0px;
	position: absolute; top: 0px;
        z-index: 20;
}
#buttonList a.main, #buttonList li.limain {
	height: 64px; display: inline;	
	position: absolute; top: 0px;
	cursor: pointer;
}
#buttonList a { left: 0px; }


/* Buttons */

#button1, #button1_selected { left: 0px; }
#button2 { left: 71px; }
#button4 { left: 150px; }
#button5 { left: 221px; }
#button6 { left: 295px; }
#button7 { left: 398px; }
#button8 { left: 487px; }
#button9 { left: 578px; }


#button1, #button1 a.main{ width: 71px; }
#button2, #button2 a{ width: 80px; }
#button4, #button4 a{ width: 71px; }
#button5, #button5 a{ width: 72px; }
#button6, #button6 a{ width: 104px; }
#button7, #button7 a{ width: 88px; }
#button8, #button8 a{ width: 92px; }
#button9, #button9 a{ width: 129px; }

#button1 a.main:hover { background: url(images/main_menu.jpg) 0px -64px no-repeat; }
#button2 a:hover { background: url(images/main_menu.jpg) -71px -64px no-repeat; }
#button4 a:hover { background: url(images/main_menu.jpg) -150px -64px no-repeat; }
#button5 a:hover { background: url(images/main_menu.jpg) -221px -64px no-repeat; }
#button6 a:hover { background: url(images/main_menu.jpg) -295px -64px no-repeat; }
#button7 a:hover { background: url(images/main_menu.jpg) -398px -64px no-repeat; }
#button8 a:hover { background: url(images/main_menu.jpg) -487px -64px no-repeat; }
#button9 a:hover { background: url(images/main_menu.jpg) -578px -64px no-repeat; }

#button1 {position: relative; height: 140px !important;}
ul#subMenu {
    position: absolute;
    width: 80px;
    height: 60px;
    margin:0px;
    left: 223px;
    top:160px;
    z-index: 100;
    background: url(images/main_menu_1option.jpg) no-repeat;
    display: none;
}
ul#subMenu li {
    display: block;
}
ul#subMenu li a {
    text-indent: -9000px;
    overflow: hidden;
    z-index: 10;
    position: absolute;
    cursor: pointer;
    width: 80px;
    height: 20px;
}
ul#subMenu .torebki a:link, ul#subMenu .torebki a:visited {
    left: 0px !important;
    top: 0px !important;
    height: 20px;
    width: 80px;
    background: url(images/main_menu_1option.jpg) no-repeat 0px 0px;
}
ul#subMenu .torebki a:hover,ul#subMenu .torebki a:focus {
    background: url(images/main_menu_1option.jpg) no-repeat -80px 0px;
}
ul#subMenu .teczki a:link, ul#subMenu .teczki a:visited {
    left: 0px;
    top: 20px !important;
    height: 20px;
    background: url(images/main_menu_1option.jpg) no-repeat 0px -20px;
}
ul#subMenu .teczki a:hover, ul#subMenu .teczki a:focus {
    background: url(images/main_menu_1option.jpg) no-repeat -80px -20px;
}
ul#subMenu .gadzety a:link, ul#subMenu .gadzety a:visited {
    left: 0px;
    top: 40px !important;
    height: 20px;
    background: url(images/main_menu_1option.jpg) no-repeat 0px -40px;
}
ul#subMenu .gadzety a:hover, ul#subMenu .gadzety a:focus {
    background: url(images/main_menu_1option.jpg) no-repeat -80px -40px;
}
