.horizontalcssmenu{
position: absolute;
z-index:20;
white-space: nowrap;
width:720px;
height:50px;

}
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 75px; /*Width of top level menu link items*/
padding-top: 22px;
padding-left:10px;

border: 0px solid #202020;
border-left-width: 0;
text-decoration: none;
background: transparent url(zarys/row/row.gif) no-repeat top left;
color: white;
font: bold 10px Tahoma;

}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;

position: absolute;
display: block;
visibility: hidden;
z-index: 100;

}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 165px; /*width of sub menu levels*/
font-weight: normal;
font: bold 10px Tahoma;
padding-top:6px;
padding-bottom:6px;
padding-left:15px;
/*background: #e3f1bd;*/
background: transparent url(zarys/tlo_menu/pros_out1.gif) no-repeat top left;


}

.horizontalcssmenu ul li a:hover{
background: transparent url(zarys/row/row_over.gif) no-repeat top left;
}

.horizontalcssmenu ul li ul li a:hover{
/*background: #cde686;*/

background: transparent url(zarys/tlo_menu/pros_up1.gif) no-repeat top left;
}

.horizontalcssmenu .arrowdiv{
/*
position: absolute;
left: 0;
background: transparent url(zarys/row/row.gif) no-repeat top right;
*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

.horizontalcssmenu .first a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
font: bold 9px Tahoma;
padding-top:1px;
padding-bottom:1px;
padding-left:15px;
/*background: #e3f1bd;*/
background: transparent url(zarys/tlo_menu/out.gif) no-repeat top left;

}
.horizontalcssmenu .first a:hover{
/*background: #cde686;*/

background: transparent url(zarys/tlo_menu/up.gif) no-repeat top left;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 0%; }
* html .horizontalcssmenu ul li a { height: 0%; }
/* End */
