/*menu rozwijane begin*/
.jquerycssmenu{
font: bold 11px Verdana;
border: none;
color:#000;
padding-left:0px; /*offset of tabs relative to browser left edge*/
width:950px;
margin:0px auto;
}

.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:31px; width:145px; /* ff dodaje do szerokosci paddingi */
font: bold 11px Verdana;
text-align:center;
/*background:url(images/menu_bg2.gif) top left no-repeat;*/
padding: 13px 0px 0px 0px;
margin:0px 2px; /*spacing between tabs*/
border: none;
color:#fff;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background:url(images/menu_bg2.gif) bottom left repeat-x; /*tab link background during hover state*/
color:#fff;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
margin:-5px 0px 0px 1px;
display: block;
visibility: hidden;
border-top: 1px solid #147fb3;
}

/*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{
margin:-1px 0px 0px -1px;
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: bold 11px Verdana;
height:100%; max-height:; width: 145px; /*width of sub menus*/
text-align:left;
display: block; overflow:show;
background: #5694B2;
color:#fff;
padding: 5px 5px 10px 5px;
margin: 0px;
border: 1px solid #147fb3;
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:#147fb3;
color:#fff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
bottom: 7px;
right: 80px;
}

.rightarrowclass{
position: absolute;
top: 7px;
right: 3px;
}
/*menu rozwijane end*/