#menu_01.jquerycssmenu{
	float: left;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
}

#menu_01.jquerycssmenu ul{
	list-style-type: none;
}

/*Top level list items*/
#menu_01.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
#menu_01.jquerycssmenu ul li a{
	display: block;
	/* height: 30px;	Abstand zu untermenue */
	/* padding:0; */
	/* margin-right: 0;		spacing between tabs*/
	color: #fff;
	text-decoration: none;
}

#menu_01.jquerycssmenu ul li ul li div{
	min-width: 140px;
}

#menu_01.jquerycssmenu ul li a:hover{
	text-decoration: underline;
}

#menu_01.jquerycssmenu ul li a.active{
	color: #eee;
}

#menu_01.jquerycssmenu ul li a.active:hover{
	color: #eee;
}
#menu_01.jquerycssmenu ul li ul li a.active:hover{
	color: #eee;
}
	
/*1st sub level menu*/
#menu_01.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	margin-left: 0px;
	/*border-top: 1px solid #f24935;*/
	/*border-right: 1px solid #677273;*/
	border-bottom: 1px solid #999;
	font-size: 13px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	background-color: #37a800;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu_01.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#menu_01.jquerycssmenu ul li ul li ul{
	top: 0px;
	margin-top: 0px;
}

/* Sub level menu links style */
#menu_01.jquerycssmenu ul li ul li a{
	/*width: 280px;*/ /*width of sub menus*/
	height: auto;
	border-bottom: 1px solid #666;
	color: #fff;
	padding: 8px 18px;
	margin: 0;
	white-space: nowrap;
}

#menu_01.jquerycssmenu ul li ul li a.active{
	background-color: #444;
	color: #fff;
}

#menu_01.jquerycssmenu ul li ul li a.active:hover{
	text-decoration: none;
	color: #fff;
}
#menu_01.jquerycssmenu ul li ul li ul li a.active:hover{
	color: #fff;
}

#menu_01.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	color: #fff;
}

#menu_01.jquerycssmenu ul li ul{
	z-index: 100;
}
#menu_01.jquerycssmenu ul li ul li ul{
	z-index: 101;
}
#menu_01.jquerycssmenu ul li ul li ul li ul{
	z-index: 102;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	margin-top: 7px;
	right: 10px;
}

.rightarrowclass{
	position: absolute;
	top: 5px;
	right: 5px;
}
