/*menu rozwijane begin*/
.jquerycssmenu{
font: normal 11px Arial;
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:23px; /* ff dodaje do szerokosci paddingi */
font: normal 11px Arial;
text-align:center;
padding: 6px 10px 0px 10px;
margin:0px 0px; /*spacing between tabs*/
/*background:#86A036 url(images/menu_bg.png) center left repeat-x;*/
/*border-left: solid 1px #8FAB3A;*/
/*border-right: solid 1px #fff;*/
color:#02538B;
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:#E10042 /*url(images/menu_bg.png) center left repeat-x*/; /*tab link background during hover state*/
color:#fff;
text-decoration: none;
}
	
/*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 Arial;
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-bottom: 1px solid #aaa;
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:none !important;}

.jquerycssmenu ul li ul li div.podtytul{
font: normal 13px Arial;
height:100%; max-height:; width: 135px; /*width of sub menus*/
text-align:left;
display: block; overflow:show;
background:#77BCE9 url(images/menu_bg.png) center left repeat-x;
color:#000;
padding: 3px 2px 3px 5px;
margin: 0px;
border-bottom: 1px solid #aaa;
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:#77BCE9 /*url(images/menu_bg.png) center left repeat-x*/;
color:#fff;
text-decoration: none;
}

/* ######### 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*/
