/*menu rozwijane begin*/
.jquerycssmenu{
font-weight:bold; font-size:14px;
border: none;
padding-left:0px; /*offset of tabs relative to browser left edge*/
}

.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:24px; /* width:140px; */ /* ff dodaje do szerokosci paddingi */
font-weight:bold; font-size:14px;
text-align:center;
background:url(images/menu2.png) top left no-repeat; /*background of tabs (default state)*/
padding: 5px 10px 0px 10px;
margin-right: 15px; /*spacing between tabs*/
color: #000;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
color:#000; text-decoration:underline;
background:url(images/menu2.png) bottom left no-repeat; /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
padding:0px 0px 10px 0px;
background:url(images/menu0.png) bottom left no-repeat;
}

/*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-weight:bold; font-size:12px;
height:100%; max-height:; width: 160px; /*width of sub menus*/
text-align:left;
display: block; overflow:show;
background:url(images/menu.gif) top left repeat-x;
color: black;
padding: 4px 10px 4px 10px;
margin: 0px;
/*
	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:url(images/menu1.png) bottom left repeat-x;
color: #000;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 10px;
right: 10px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
/*menu rozwijane end*/