#ajaxmenu ul {
	margin: 0;
	margin-top:3px;
	padding: 0;
	padding-left:25px; /* fuer mozilla */
	list-style: none;
	font: 71%/1.6em Helvetica, Verdana, Arial, sans serif;
	float:right;
	background:none;
margin-right: 5px;
	}
	
* html #ajaxmenu ul {
  padding-left:0px;  /* fuer ie 6 */
  margin-left:55px;
}

#ajaxmenu ul li {
	position: relative; 
	float: left;
  	width:auto;
  	display: block; 
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	text-transform: lowercase;
	
}

* html #ajaxmenu ul li {
	/* anweisungen fuer ie */
	width: 80px;
}

/* ausgeklappte liste position */	
#ajaxmenu ul li ul {
	position: absolute;
	left: -39px; /* Set 1px less than menu width */
	top:29px;
	line-height: 12px;
	float:left;
            
}
	
/* Definition letzter Punkt in menue oben - contact */	
#ajaxmenu ul li.last ul {
	position: absolute;
	left: -120px !important; /* Set 1px less than menu width */
	top:29px;
	line-height: 12px;
	float:left;            
}
	

#ajaxmenu ul li a {
	color: #062E4B;
	font-weight: normal;
	font-size:13px;
	margin-left:15px;
}

#ajaxmenu ul li a:hover {
	color: #555;
	font-weight: normal;
	font-size:13px;
	margin-left:15px;
}


/* Styles for Menu Items */
/* firstcategory */
#ajaxmenu ul li.category first{

	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/array_332x28.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/array_332x28.jpg);
	background-repeat: no-repeat;
	background-position: -111px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/array_332x28.jpg);
	background-repeat: no-repeat;
	background-position: -222px;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
}
#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
}




#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	/* width:111px; */
  	width: 5px;
  	width: auto !important;
	display: block;
}

/* menue ausgeklappt, hover */
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #060E37;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: left center;
	border: 1px solid #000;
	text-indent: 8pt;
	font-size:13px;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color:#555555;
	text-align: left;
	border: 1px solid #fff;
	font-weight: normal;
	width:140px;
	background-color: #EAEEEF;
	background-position: left center;
	text-indent: 8pt;
	font-size:13px;
}



/* liste ausgeklappt ohne hover */
#ajaxmenu li ul li {
	padding-top: 0px;
	padding-bottom: 0px; 
	padding-right: 0px;
	padding-left: 0px;
	width:160px;
	font-size:13px;
	
	margin-bottom: 0px;
} 

#ajaxmenu li ul li a {
	padding-top: 2px;
	padding-bottom: 2px; 
	padding-right: 2px;
	padding-left: 2px;
	font-size:13px;
	
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
	width:162px;
	margin-bottom:0;
} /* The pop */

#ajaxmenu {
	float:right;
	margin-right: auto;
	margin-left: auto;
	width: 300px;

}

* html #ajaxmenu {
	float:right;
	margin-right: auto;
	margin-left: auto;
	width: 480px;

}

/* defintion letzter punkt in oberer menuleiste */
#ajaxmenu ul li.last ul li {
	display: block;
	float:right !important;
}
	
#ajaxmenu ul li.last ul li a {
   	width: 110px !important;
	display: block;
	float:right !important;
	text-align: right;          
}
