﻿/* projekt i wykonanie: webkoncept.pl */

/* o nas --------------------------------------------- */
#menu_aboutus a
{
margin: 0px;
padding: 0px;

left: 24px; 
top: 19px; 
width: 160px; 
height: 77px; 
position: absolute;
background: url('img/aboutus.gif') no-repeat; 
background-position: 0px 0px;
}

#menu_aboutus a span
{
display: none;
}

#menu_aboutus a:hover
{
background: url('img/aboutus_over.gif') no-repeat; 
}

#menu_aboutus.active a
{
background: url('img/aboutus_active.gif') no-repeat; 
}

#menu_aboutus.active a:hover
{
background: url('img/aboutus_active.gif') no-repeat; 
}

/* wynajem --------------------------------------------- */
#menu_services a
{
left: 24px; 
top: 116px; 
width: 160px; 
height: 77px; 
position: absolute;
background: url('img/services1.gif') no-repeat; 
background-position: 0px 0px;
}

#menu_services a span
{
display: none;
}

#menu_services a:hover
{
background: url('img/services1_over.gif') no-repeat; 
}

#menu_services.active a
{
background: url('img/services1_active.gif') no-repeat; 
}

#menu_services.active a:hover
{
background: url('img/services1_active.gif') no-repeat; 
}

/* galeria --------------------------------------------- */
#menu_gallery a
{
left: 24px; 
top: 213px; 
width: 160px; 
height: 77px; 
position: absolute;
background: url('img/gallery.gif') no-repeat; 
background-position: 0px 0px;
}

#menu_gallery a span
{
display: none;
}

#menu_gallery a:hover
{
background: url('img/gallery_over.gif') no-repeat; 
}

#menu_gallery.active a
{
background: url('img/gallery_active.gif') no-repeat; 
}

#menu_gallery.active a:hover
{
background: url('img/gallery_active.gif') no-repeat; 
}

/* renowacja --------------------------------------------- */
#menu_restoration a
{
left: 24px; 
top: 310px; 
width: 160px; 
height: 77px; 
position: absolute;
background: url('img/restoration.gif') no-repeat; 
background-position: 0px 0px;
}

#menu_restoration a span
{
display: none;
}

#menu_restoration a:hover
{
background: url('img/restoration_over.gif') no-repeat; 
}

#menu_restoration.active a
{
background: url('img/restoration_active.gif') no-repeat; 
}

#menu_restoration.active a:hover
{
background: url('img/restoration_active.gif') no-repeat; 
}

/* kontakt --------------------------------------------- */
#menu_contact a
{
left: 24px; 
top: 407px; 
width: 160px; 
height: 77px; 
position: absolute;
background: url('img/contact.gif') no-repeat; 
background-position: 0px 0px;
}

#menu_contact a span
{
display: none;
}

#menu_contact a:hover
{
background: url('img/contact_over.gif') no-repeat; 
}

#menu_contact.active a
{
background: url('img/contact_active.gif') no-repeat; 
}

#menu_contact.active a:hover
{
background: url('img/contact_active.gif') no-repeat; 
}