/* menu bar navlist */
body {
/*	behavior: url(/includes/csshover3.htc); */
	margin: 1em;
	background: white;
}

#popmenu {
//	Width: 27em;
	margin-right: 5em;
	float: right;
}

#popmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
//	width: 5.5em;
	float: left;
}

#popmenu a {
	font-family:Arial, Verdana, Geneva, 'Arial Unicode MS';
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#popmenu a {
	color: #057BB6;
	background: white;
	text-decoration: none;
}

#popmenu a:hover {
	color: black;
	background: #FECF94;
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}

#popmenu li {position: relative;}

#popmenu ul ul {
	position: absolute;
	top: 90%;
	left: 10%;
	z-index: 5;
	width: 14em;
}

#popmenu ul ul ul {
	position: absolute;
	top: 90%;
	left: 10%;
	z-index: 6;
}

ul ul, li:hover ul ul {
	display:none;
}

li:hover ul, li:hover li:hover ul {
	display:block;
}
#popmenu ul li {//float: right; width: 100%;}
#popmenu ul li a {//height: 1%;}
#popmenu a {//font: bold 0.7em/1.4em arial, helvetica, sans-serif;}
