/* CSS Document */


img {border:0;}

#menu {
	position: absolute;	
	clear:both;
	height: 43px;
	right: 41px;	
	top:45px;
	
}

.slash{
    float:right;	
    background-image:url(img/pl/slash.gif);
    background-position:center;
    height:43px;
    width:3px;
    background-repeat:no-repeat;
}

#menu ul {
        margin:0;
        padding:0;
        white-space: nowrap;
		width:420px;
}

#menu li {
       display: inline;
       list-style-type: none;
       height:43px;
}

#menu li a {
        display:block;
        height:43px;
        float:right;
}

#menu li a.onas {
        background:url('img/pl/bt_onas.gif') 0 0 no-repeat;
		width:63px;
}

#menu li a.doradztwo {
        background:url('img/pl/bt_doradztwo.gif') 0 0 no-repeat;
        width:93px;
}
#menu li a.inwestycje {
        background:url('img/pl/bt_inwestycje.gif') 0 0 no-repeat;
        width:96px;
}

#menu li a.zespol {
        background:url('img/pl/bt_zespol.gif') 0 0 no-repeat;
	width:67px;
}

#menu li a.kontakt {
        background:url('img/pl/bt_kontakt.gif') 0 0 no-repeat;
	width:75px;
}



#menu li a:hover {background-position: 0 -43px;}