.jquerycssmenu{
font: normal 12px Arial;
border-bottom: none;
padding-left: 5px; /*offset of tabs relative to browser left edge*/
letter-spacing: -1px;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
top: 136px !important;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
margin-right: 13px;
/*padding-right:20px;*/
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: none; /*kolor t�a pod g��wnym butonem*/
/*padding: 0 12px 4px;*/
/*margin-right: 10px; spacing between tabs*/
border: none;
border-bottom-width: none;
color: #ffffdb;
text-decoration: none;
font-weight:normal;
}

.jquerycssmenu ul li a:hover{
background-image: none; /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
/* background: #420D02; */
/* border: 1px solid #DEA305; */
z-index: 2;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
text-align: right;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 25px;
}
/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	font: normal 12px Arial;
	width: 100px; /*width of sub menus*/
	background: #420d02;
	color: #eee0b6;
	padding: 4px;
	margin: 0;
	border-top: 0.25pt dotted #DEA305;
}

.jquerycssmenu ul li ul li a:hover{
	/*sub menus hover style*/
	background: #602013;
	color: #f8c669;
	text-decoration: none;
	border-top: 0.25pt dotted;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

