@charset "iso-8859-1";
#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:auto;
	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 */
	top:28px;
	line-height: 12px;
	opacity: .9; /* Settings opacity for mozilla */
	filter: alpha(opacity=90);
	}
#ajaxmenu ul li a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 25px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}
#ajaxmenu ul li a:hover {
	background-color: #660000;
}





/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	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;
	background-image: url(images/array_332x28_roll.jpg);
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	background-image: url(images/array_332x28_roll.jpg);
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background-image: url(images/array_332x28_roll.jpg);
}

/* 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: 108px;
	display: block;

}

#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #fff;
	background-color: #000000;
	display: block;
}


/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	width: 100px;
	background-color: #990000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#ajaxmenu li ul li a {
	background-image: url(images/sub_color_4x25.jpg);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9px;
	width: 102px;
	text-transform: lowercase;
	letter-spacing:0.5px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 22px;
} /* Sub Menu Styles */
#ajaxmenu.oranje {
	color: #FF9900;
}


#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
