#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:120px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 144px; /* Set 1px less than menu width */
	top:-1px;
	line-height: 14px;
	width:170px;

	}
#ajaxmenu ul li a {
	line-height:18px;
	font-weight: normal;
}



/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	color: #20592F;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 18px;
line-height: 12px;
	background-image: url(../../images/grund/pil_hoger.gif);
	margin: 10px 0 0 0;

	}
#ajaxmenu ul li.category {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	padding:2px 1px 2px 18px;
	background: url(../../images/grund/pil_hoger.gif) no-repeat 0 50%;
	margin: 0px;
	border-bottom:1px dotted #555;
	}
#ajaxmenu ul li.lastcategory {
	color: #20592F;
	font-weight: bold;
	line-height: 12px;
	padding-right: 0px;
	padding-left: 6px;
	background-image: url(../../images/grund/pil_hoger.gif);
	margin: 0px;


	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #999;
	background: url(../../images/grund/pil_hoger.gif) no-repeat 0 50%;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #999;
	background: url(../../images/grund/pil_hoger.gif) no-repeat 0 50%;}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #999;
		background: url(../../images/grund/pil_hoger.gif) no-repeat 0 50%;}

/* 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 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 120px;
	display: block;


}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(../../images/grund/bulletsubmeny_over.gif) !important;
	color: #E78A1C;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: left center;
	padding-left: 15px;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #333;
	background-image: url(../../images/grund/bulletsubmeny.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #999;
	border-bottom: 1px dotted #999;
	font-weight: normal;
	font-size:90%;
	width: 170px;
	background-color: #f6f6f6;
	background-position: left center;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#ajaxmenu li ul li a {
	background-image: url(images/sub_color_4x25.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 15px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 120px;

}

#myajaxmenu {
	position: absolute;
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
}
