.jquerycssmenu1{
font: normal 12px Arial;
border-bottom: none;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
letter-spacing: -1px;
}

.jquerycssmenu1 ul{
margin: 0;
padding: 0;
list-style-type: none;
top: 178px !important;
}

/*Top level list items*/
.jquerycssmenu1 ul li{
position: relative;
display: inline;
float: left;

}


/*Top level menu link items style*/
.jquerycssmenu1 ul li a{
display: block;
background: none; /*kolor t�a pod g��wnym butonem*/
/*margin-right:36px;s pacing between tabs*/
/*padding:0 15px 4px; */
border: none;
border-bottom-width: none;
color: #ffffdb;
text-decoration: none;
font-weight:normal;
}

.jquerycssmenu1 ul li a:hover{
background-image: none; /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu1 ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border: 1px solid #DEA305;
z-index: 2;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu1 ul li ul li{
display: list-item;
float: none;
text-align: right;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu1 ul li ul li ul{
top: 25px;
}
/* Sub level menu links style */
.jquerycssmenu1 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;
}

.jquerycssmenu1 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;
}

