#ajaxmenu ul, #menu2 ul {
	margin: 0 1px 0 1px;
	padding: 0;
	list-style: none;
}
#menu2 ul {
    margin-left: 0px;
}

#ajaxmenu ul li, #menu2 ul li {
	position: relative;
	float: left;
	/* width:111px; */
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;

}
#menu2 ul li {
    width: 60px;
}	
#ajaxmenu ul li ul, #menu2 ul li ul {
    position: absolute;
    left: 0; /* Set 1px less than menu width */
    top: 49px;
    line-height: 16px;
    border: #fff solid 0px;
    left: 0px;
}
#ajaxmenu ul li a, #menu2 ul li a {
	color: #fff;
	font-weight: bold;
}
#ajaxmenu ul li a:hover {
    color: #022b5f;
}
#menu2 ul li a:hover {
    color: #e1011b;
}

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

	color: #062E4B;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	padding-right: 0px;
	padding-left: 0px;
	background: #fff;  /*url(images/divider.jpg) no-repeat top right; */
	margin: 0px 5px 0px 5px;
	border: solid 1px;
	}
#ajaxmenu ul li.category.nivo {
	color: #062E4B;
	font-weight: bold;
	height: 49px;
	line-height: 49px;
	padding: 0 5px 0 5px;
	.padding: 0 3px 0 3px;
	background: #7ea3cf url(images/pijltje.jpg) no-repeat bottom center;
	margin: 0px 1px 0px 1px;
	border: solid 0px;
	font-size: 12px;
	font-variant: small-caps;
}
#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 49px;
	line-height: 49px;
	padding: 0 5px 0 5px;
	.padding: 0 3px 0 3px;
	background: #7ea3cf;  /*  url(images/pijltje.jpg) no-repeat bottom center; */
	margin: 0px 1px 0px 1px;
	border: solid 0px;
	font-size: 12px;
	font-variant: small-caps;
}
#menu2 ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	padding: 0 1px 0 3px;
	/* background: #7ea3cf url(images/tab1.jpg) no-repeat top right; */
	margin: 0px 1px 0px 1px;
	border: solid 0px;
	font-size: 12px;
	font-variant: small-caps;
}

#ajaxmenu ul li.lastcategory, #menu2 ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	padding-right: 0px;
	padding-left: 0px;
	background: url(images/divider.jpg) no-repeat top right;
	margin: 0px 5px 0px 5px;
	border: solid 1px;
	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over, #menu2 ul li.firstcategory:hover, #menu2 ul li.firstcategory.over {
	background: url(images/button1.jpg) no-repeat top right;
	/*color: #000; */
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over, #menu2 ul li.category:hover, #menu2 ul li.category.over {
	color: #022b5f;
	/* background: #444; url(images/button1.jpg) no-repeat top right; */
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over, #menu2 ul li.lastcategory:hover, #menu2 ul li.lastcategory.over {
	background: url(images/button1.jpg) no-repeat top right;
	/* color: #000; */
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a, #menu2 li a {
    padding: 0px 5px 0px 5px;
	text-decoration: none;

}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a, #menu2 li a, #menu2 li.over a {
	color: #000;
	/* width: 111px; */
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover, #menu2 li li a:hover, #menu2 li.over li a:hover {
	/* background-image: url(images/bullet_11x8_roll.gif)  !important; */
	width: 157px;
	border-right: 1px solid #012d5e;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a, #menu2 li li a, #menu2 li.over li a {
	color: #fff;
	/* background-image: url(images/bullet_11x8.gif) !important; */
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #00488d;
	border-bottom: 1px solid #00488d;
	border-left: 1px solid #00488d;
	font-weight: bold;
	width: 157px;
	display: block;
	background-color: #12447f;
	background-position: left center;
	opacity: .7;
	filter: alpha(opacity=70);
}
#ajaxmenu li ul li a, #menu2 li ul li a {
	/* background-image: url(images/sub_color_4x25.jpg); */
	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, #menu2 li ul, #menu2 li.over ul{ 
	display: block; 
    width: 160px;
	border-right: 1px solid #00488d;

} /* The pop */
#ajaxmenu {
	/* margin-right: auto; */
	/* margin-left: auto; */
	/* width: 781px; */

}	

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