.jquerycssmenu {
	font: bold 14px Tahoma;
	color: #101010;
	margin-top: 2px;
	
}

.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 10px;
}

/*Top level list items*/
.jquerycssmenu ul li {
	position: relative;
	display: inline;
	float: left;
	background: url(img/selektor.jpg) 100% 0% no-repeat;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a {
	display: block;
	padding: 8px 8px 0px 7px;
	margin-right: 5px; /*spacing between tabs*/
	margin-left: 3px; /*spacing between tabs*/
	text-decoration: none;
	
}

.jquerycssmenu ul li a:hover {
 
	color: white;
	background: url(img/hover.jpg) repeat-x;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li {
	/*display: box;
	float: none;
	padding:0px;
	margin:0px;*/
}

/*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 12px tahoma;
	width: 200px; /*width of sub menus*/
	background: #f4f3cd;
	color: black;
	padding: 6px 5px;
	margin: 0;
	text-align: left;
	/*border-bottom: 1px solid black;*/
}

.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
	background: #eff9ff;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 7px;
	right: 5px;
}

.rightarrowclass {
	position: absolute;
	top: 5px;
	right: 5px;
}