@charset "UTF-8";
/* CSS Document */

.jquerycssmenu{
	padding-left: 0px; 						/*offset of tabs relative to browser left edge*/
}

#myjqerymenu li{padding-bottom: 0;}


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

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	padding:0;
}


/* -------------------------------------------------*/
/* Ressorts Farben                                 */
/* -------------------------------------------------*/
#myjquerymenu li a {color:#fff;}

/* erster (123) und letzter (23) */
#myjquerymenu li.first a,
#myjquerymenu li.last a{	background-color:#009038; }

#myjquerymenu li.res275 a { background-color: #afc837;}
#myjquerymenu li.res250 a { background-color: #1c62b8;}
#myjquerymenu li.res255 a { background-color: #a43a72;}
#myjquerymenu li.res335 a {	background-color: #fabb22;}


/* -------------------------------------------------*/
/* Ressorts Breiten                                 */
/* -------------------------------------------------*/
#myjquerymenu a {			width: 151px; }

#myjquerymenu li.first a  {	width: 220px;}
#myjquerymenu li.last a {	width: 153px;}



/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	padding: 15px 0px 0px 0px;
	margin-right: 1px; 												/*spacing between tabs*/
	/*border: 1px solid #778;*/
	/*border-right:1px #fff;*/
	line-height:14px;

	border-bottom-width: 0;
	text-decoration: none;
	text-align:center;
	
	min-height:18px;
	/*height:18px;		/* IE 6 */
	heigth: auto;
	}
	


.jquerycssmenu ul li a:hover{
	/* background-image: url(tintbluedark.gif) /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-top: 1px solid #fff;
}

/*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;
	margin: 0;
	padding:0;
	border: 0;
}


/* have a look on patchesIE  */
.jquerycssmenu ul li ul li {
	margin: 0 ;
	}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	overflow:hidden;

	margin: 0;
	border:0;
	border-bottom: 1px solid #999;
	padding: 3px 0 1px 10px;

	font: normal 11px Verdana;
	text-align:left;

	
	}
	
#myjquerymenu ul li ul li a 		{width: 141px;}		/*width of sub menus, needs #to override line 44*/
#myjquerymenu ul li.first ul li a	{width: 210px;}
#myjquerymenu ul li.last ul li a	{width: 143px;}
	

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



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

.downarrowclass{
	display:none;			    /* enable downarrow */
	position: absolute;
	top: 7px;
	right: 5px;
}

.rightarrowclass{
	display: none;				/* enable right arrow */
	position: absolute;
	top: 5px;
	right: 5px;
}
