/*menu rozwijane begin*/
.jquerycssmenu{
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; background:url(images/menu_separator.gif) center left no-repeat;}
.jquerycssmenu ul li:first-child{background:none;}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
font:normal 14px/48px Arial;
display: block; height:51px; width:120px; /* ff dodaje do szerokosci paddingi */
text-align:center;
padding: 0px 0px 0px 1px; margin:0px 0px; /*spacing between tabs*/
color:#fff; text-decoration: none;
}
.jquerycssmenu ul li:first-child a{}

/*.jquerycssmenu ul li.pierwszy a{padding:0px 0px 0px 0px;}*/


.jquerycssmenu ul li a:hover,
.jquerycssmenu ul li.active a{
color:#fff;
text-decoration: underline;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
margin:0px 0px 0px 0px;
/*border: 1px solid #fff;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}
.jquerycssmenu ul li ul li:first-child{margin:2px 0px 0px;}

/*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{background:none;}
.jquerycssmenu ul li ul li a,
.jquerycssmenu ul li.active ul li a
{
font: normal 12px/30px Arial;
height:100%; max-height:; width: 188px; /*width of sub menus*/
text-align:left;
display: block; overflow:show;
background:#fff url(images/menu_bg2.gif) center center no-repeat;
color:#fff;
padding: 1px 2px 0px 7px !important;
margin: 0px;
/*border: 1px solid #fff;*/
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 14px/30px Arial;
height:100%; max-height:; width: 188px; /*width of sub menus*/
text-align:left;
display: block; overflow:show;
background:#fff url(images/menu_bg2.gif) center center no-repeat;
color:#fff;
padding: 1px 2px 0px 7px !important;
margin: 0px;
/*border: 1px solid #fff;*/
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:188px; background:#fff url(images/menu_bg2.gif) center center repeat-x;}
.jquerycssmenu ul li ul li ul li div.podtytul	{width:188px; background:#fff url(images/menu_bg2.gif) center center repeat-x;}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background:#fff url(images/menu_bg3.gif) center center no-repeat;
color:#fff;
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*/
