/*linki ogólne*/

a:link {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}

/*koniec linki ogólne*/

/*menu strony*/

.ofirmie a {
display: block;
width: 104px;
height: 38px;
background: transparent url(../images/toppen_03.jpg) no-repeat;
}

.ofirmie a:hover {
background: transparent url(../images/toppen_03a.jpg) no-repeat;
} 

.oferta a {
display: block;
width: 83px;
height: 38px;
background: transparent url(../images/toppen_04.jpg) no-repeat;
}

.oferta a:hover {
background: transparent url(../images/toppen_04a.jpg) no-repeat;
} 

.realizacje a {
display: block;
width: 114px;
height: 38px;
background: transparent url(../images/toppen_05.jpg) no-repeat;
}

.realizacje a:hover {
background: transparent url(../images/toppen_05a.jpg) no-repeat;
} 

.referencje a {
display: block;
width: 121px;
height: 38px;
background: transparent url(../images/toppen_06.jpg) no-repeat;
}

.referencje a:hover {
background: transparent url(../images/toppen_06a.jpg) no-repeat;
} 

.kontakt a {
display: block;
width: 94px;
height: 38px;
background: transparent url(../images/toppen_07.jpg) no-repeat;
}

.kontakt a:hover {
background: transparent url(../images/toppen_07a.jpg) no-repeat;
} 

/*koniec menu strony*/

/*dolne linki*/

.ketrab a {
display: block;
width: 66px;
height: 30px;
background: transparent url(../images/toppen_19.jpg) no-repeat;
}

.ketrab a:hover {
background: transparent url(../images/toppen_19a.jpg) no-repeat;
} 

.toppen a {
display: block;
width: 113px;
height: 30px;
background: transparent url(../images/toppen_21.jpg) no-repeat;
}

.toppen a:hover {
background: transparent url(../images/toppen_21a.jpg) no-repeat;
} 

/*koniec dolne linki*/

/*menu rozwijane*/

#dropmenudiv  {
position : absolute;
border : 1px solid #d5d5d5;
border-bottom-width : 0;
font : normal 12px "Trebuchet MS";
line-height : 22px;
z-index : 110;
margin-top: -1px;
} 

#dropmenudiv a  {
color: #000000;
width : 100%;
display : block;
text-indent : 3px;
border-bottom : 1px solid #d5d5d5;
padding : 1px 0;
text-decoration : none;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #ffffff;
background-color: 	#D3D3D3;
}

/*koniec menu rozwijane*/

/*linia*/

div.hr {
color: #000000;
height: 1px;
border: 0;
background-color: #000000;
}

/*koniec linia*/