/*menu rozwijane begin*/
.jquerycssmenu{
font: bold 11px Verdana;
border: none;
color:#000;
padding-left:0px; /*offset of tabs relative to browser left edge*/
margin:0px 0px 0px 10px;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block; height:35px; width:155px; /* ff dodaje do szerokosci paddingi */
font: bold 11px Verdana;
text-align:center;
padding: 10px 0px 0px 0px;
margin-right:0px; /*spacing between tabs*/
background:url(images/menu_bg2.gif) top left no-repeat;
border: none;
color:#000;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background:url(images/menu_bg2.gif) bottom left no-repeat; /*tab link background during hover state*/
color:#000;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid #C3C3C3;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: bold 11px Verdana;
height:100%; max-height:; width: 143px; /*width of sub menus*/
text-align:left;
display: block; overflow:show;
background:#fff url(images/menu_bg0.gif) center center repeat-x;
color:#000;
padding: 5px 5px 10px 5px;
margin: 0px;
border: 1px solid #C3C3C3;
border-top-width: 0;
	filter: alpha(opacity=95); 
	-moz-opacity: 0.95; 
	-khtml-opacity: 0.95; 
	opacity: 0.95;
}
/* Fix IE. Hide from IE Mac \*/	*+html .tablelay .tr6lay  .td6c{ height:123px;}/* the following rules apply only to IE7 */

.jquerycssmenu ul li ul li ul li a{width:200px;}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background:#fff url(images/menu_bg1.gif) center center repeat-x;
color:#000;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
bottom: 5px;
right: 75px;
}

.rightarrowclass{
position: absolute;
top: 7px;
right: 3px;
}
/*menu rozwijane end*/