/*menu rozwijane begin*/
.jquerycssmenu{
font: normal 11px Verdana;
border: none;
color:#000;
padding-left:0px; /*offset of tabs relative to browser left edge*/
margin:0px 0px 0px 0px;
}

.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: normal 11px Verdana;
text-align:center;
padding: 6px 8px 8px 8px;
margin:0px 0px; /*spacing between tabs*/
background:#009AEF url(images/menu_bg.png) center left repeat-x;
border-left: solid 1px #0AA0F3;
border-right: solid 1px #0886CB;
color:#fff;
text-decoration: none;
}

.jquerycssmenu ul li.pierwszy a:hover,
.jquerycssmenu ul li.active.pierwszy a
{ }


.jquerycssmenu ul li a:hover,
.jquerycssmenu ul li.active a{
background:#00A2FB url(images/menu_bg.png) center left repeat-x; /*tab link background during hover state*/
color:#fff;
text-decoration: underline;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid #888;
}

/*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; margin:-1px 0px 0px -1px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a,
.jquerycssmenu ul li.active ul li a
{
font: normal 11px Verdana;
height:100%; max-height:; width: 135px; /*width of sub menus*/
text-align:left;
display: block; overflow:show;
background:#fff url(images/menu_bg.png) center left repeat-x;
color:#000;
padding: 3px 2px 3px 5px;
margin: 0px;
border: 1px solid #888;
border-top-width: 0;
/*	filter: alpha(opacity=95); 
	-moz-opacity: 0.95; 
	-khtml-opacity: 0.95; 
	opacity: 0.95;
*/
}
.jquerycssmenu ul li.active ul li a
{text-decoration:none !important;}
.jquerycssmenu ul li.active ul li a:hover
{text-decoration:underline !important;}

.jquerycssmenu ul li ul li div.podtytul{
font: normal 13px Verdana;
height:100%; max-height:; width: 135px; /*width of sub menus*/
text-align:left;
display: block; overflow:show;
background:#ddd url(images/menu_bg.png) center left repeat-x;
color:#000;
padding: 3px 2px 3px 5px;
margin: 0px;
border: 1px solid #888;
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 ul li div.podtytul	{width:200px; background:#ddd;}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background:#fff url(images/menu_bg.png) center left repeat-x;
color:#000;
text-decoration: underline;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
bottom: 1px;
right: 48%;
}

.rightarrowclass{
position: absolute;
top: 7px;
right: 3px;
}
/*menu rozwijane end*/