.jquerycssmenu{
font: normal 12px Verdana,sans-serif;
width:889px;
margin:0 auto;
padding:0;

}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
height:24px;
border-bottom:1px solid #99cccc;

}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
z-index:2;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 5px 12px 5px 12px;
border-bottom:1px solid #99cccc;
margin: 0px; /*spacing between tabs*/
color: #000000;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background-image:url("http://mimk.com.pl/html/media/arrow.gif");
background-position:bottom center;
background-repeat:no-repeat;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border:none;

}

/*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: normal 11px Verdana;
width: 180px; /*width of sub menus*/
background: white;
color: black;
padding: 4px 5px;
margin: 0;
border:1px solid #99cccc;
border-top-width: 0;


}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background-image:none;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
display:none;
}

.rightarrowclass{
display:none;
}
