#pagenav {
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 11px;
}

#pagenav a {
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 12pt;
	color: black; 
	background-color: #c0c0c0;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}

#pagenav a:hover, #pagenav a.activeitem, #pagenav a:hover.activeitem {
	background-color: #f69401;
	background: -moz-linear-gradient(top, #ffb040, #f69401 10px);
	background: -webkit-gradient(linear, 0 0, 0 10, from(#ffb040), to(#f69401));
}

/*
#pagenav {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 2px;
}

#pagenav a, #pagenav a:visited {
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 12pt;
	color: black; 
	background-color: #c0c0c0;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}

#pagenav a.activeitem, #pagenav a:visited.activeitem, #pagenav a:hover.activeitem {
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 12pt;
	color: black; 
	background-color: #f69401;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}

#pagenav a:hover {
	background-color: #f69401;
}

*/

#criteria {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left; 
	text-align: left; 
	font-size: 11px;
	margin-left: 5px;
}

/* remove all the bullets, borders and padding from the default list styling */
#criteria ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#criteria ul ul {
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	left:0;
	height: 0;
	font-weight: normal;
	background-color: black;
}

/* another hack for IE5.5 */
* html #criteria ul ul {top:13px;t\op:14px;}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#criteria li {
	float: left;
	position: relative;
}

/* style the links for the top level */
#criteria a, #criteria a:visited {
	margin: 0;
	padding: 0;
	display: block;
	color: black; 
	text-decoration: none;
	padding-left: 10px;
	padding-right: 2px;
	background:URL(/images/interfaces/blacklight/arrow-gray.gif) no-repeat center left; 
	background-position: 0px 3px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #criteria a, * html #criteria a:visited {width:30px; w\idth:19px;}

#criteria a.chosen, #criteria a.chosen:visited {
	background: url(/images/interfaces/blacklight/criteriadot.gif) no-repeat center left; 
	background-position: 5px 4px;
	background-color: black; 
}



/* style the second level background */
#criteria ul ul a.drop, #criteria ul ul a.drop:visited {background:#d4d8bd bottom right no-repeat;}
/* style the second level hover */
#criteria ul ul a.drop:hover{background:#000 bottom right no-repeat;}
#criteria ul ul :hover > a.drop {background:#000 bottom right no-repeat;}
/* style the third level background */




/* style the table so that it takes no ppart in the layout - required for IE to work */
#criteria table {position:absolute; top:0; left:0; border-collapse:collapse;}
#criteria td {
	font-size: 11px;
}

/* 2nd lvl (dropdown) style */
#criteria ul ul a, #criteria ul ul a:visited {
	height: auto; 
	color: white;
	font-weight: bold;
	line-height: 1em; 
	width: 100px;
	margin: 0;
	padding: 0; 
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 5px;
	background: none;
	background-color: black; 
	}
/* yet another hack for IE5.5 */
* html #criteria ul ul a, * html #criteria ul ul a:visited {width:122px;w\idth:100px;}

/* style the top level hover */
#criteria a:hover {color:black; background-color:#e0e0e0;text-decoration: none;}
#criteria :hover > a {color:black; background-color:#e0e0e0;text-decoration: none;}

#criteria ul ul li a:hover{color: #f69401; background-color: black; text-decoration: none;	background: url(/images/interfaces/blacklight/criteriadotorange.gif) no-repeat center left; background-position: 5px 4px;	background-color: black;}
#criteria ul ul li :hover > a {color: #f69401; background-color: black; text-decoration: none; background: url(/images/interfaces/blacklight/criteriadotorange.gif) no-repeat center left; background-position: 5px 4px;	background-color: black;}

/* make the second level visible when hover on first level list OR link */
#criteria ul li:hover ul,
#criteria ul a:hover ul{visibility:visible; }




