/* remove all the bullets, borders and padding from the default list styling */
#smoothlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 9pt;
	padding-top: 4px;
}

#smoothlist ul ul {
	margin: 0;
	padding: 0;
	left:0;
	height: 0;
	font-weight: normal;
}

/* another hack for IE5.5 */
* html #smoothlist 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 */
#smoothlist li {
	float: left;
	position: relative;
}

#smoothlist a.chosen, #smoothlist a.chosen:visited {
	background: url(/images/interfaces/blacklight/criteriadotorange.gif) no-repeat center left; 
	background-position: 5px 4px;
	color: #DA343E;
	font-weight: bold;
}

/* style the second level background */
#smoothlist ul ul a.drop, #smoothlist ul ul a.drop:visited {background:#DA343E bottom right no-repeat;}
/* style the second level hover */
#smoothlist ul ul a.drop:hover{background:#000 bottom right no-repeat;}
#smoothlist ul ul :hover > a.drop {background:#000 bottom right no-repeat;}
/* style the third level background */

/* 2nd lvl (dropdown) style */
#smoothlist ul ul a, #smoothlist ul ul a:visited {
	height: auto; 
	color: #808080;
	font-weight: normal;
	width: 100px;
	margin: 0;
	padding: 0; 
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 5px;
	background: none;
	}
/* yet another hack for IE5.5 */
* html #smoothlist ul ul a, * html #smoothlist ul ul a:visited {width:122px;w\idth:100px;}

#smoothlist ul ul li a:hover{color: black; text-decoration: none;	background: url(/images/interfaces/blacklight/criteriadot.gif) no-repeat center left; background-position: 5px 4px; }
#smoothlist ul ul li :hover > a {color: black; text-decoration: none; background: url(/images/interfaces/blacklight/criteriadot.gif) no-repeat center left; background-position: 5px 4px;	}

