#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;
    overflow: visible;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:28px;
	width: 200px;
	line-height: 16px;
    overflow: visible;

	}
#ajaxmenu ul li a {
	color: #aaa;
	font-weight: bold;
/*    background-color: #33FFFF;   */
    height: 28px;
}
#ajaxmenu ul li a:hover {
	color: #000;
	font-weight: bold;
}



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


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
}

/* 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;
	margin: 0 15px 0;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/36prosent_2x2.png)  !importan /*t; */
	color: #000;
	background-repeat: repeat;
/*	background-color: #ddd;
	background-position: left center;  */
	text-indent: 4pt/*; */
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #777;
	background-image: url(images/36prosent_2x2.png) !important;
	background-repeat: repeat !important;
	text-align: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	font-weight: bold;
	width: 172px;
/*	background-color: #ccc;
	background-position: left center; */
	text-indent: 4pt;/*  */
    height: 15px;
}
#ajaxmenu li ul li a {
	background-image: url(images/36prosent_2x2.png);
	background-repeat: repeat-x;
	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: 781px;

}

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


