#ajaxmenu {
padding-left:0px; margin:0; list-style:none; height:29px; background:#D3CDCDurl(images/bgmeny.jpg) repeat-x; position:relative; z-index:500; font-family:verdana, sans-serif;
}


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

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

	}
#ajaxmenu ul li a {
font-family:verdana, sans-serif;
	color: #000000;
	font-size:11px;
	font-weight: normal;
	padding:3px 9px 0 10px;
	
	
}



/* Styles for Menu Items */

#ajaxmenu ul li.category {
	color: #000000;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	
	

	background-repeat: no-repeat;
	background-position: -129px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #ffffff;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding:0 2px 0 2px;
	
	
	background-repeat: no-repeat;
	background-position: -222px;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #000;
	text-decoration:underline;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #000;
	text-decoration:none;
	 
	
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #000;
	
}

/* 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: #000;
	
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	font-family:verdana, sans-serif;
	font-size:11px;
	color: #000;
	
	background-repeat: no-repeat;
	background-color: #E6E0E0;
	background-position: left center;
	text-indent: 8pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
    font-family:verdana, sans-serif;
	color: #000000;
	
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 0px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 0px solid #2f2f2f;
	font-weight: normal;
	font-size:11px;
	width: 130px;
	background-color: #E6E0E0;
	background-position: left center;
	text-indent: 8pt;
}
#ajaxmenu li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
background-image: url(img/knappbak.png);
}

#myajaxmenu {
	position: absolute;
	
	
	display: block;
	z-index: 1000;
}
