#filters {
	font-family: Arial, sans-serif;
	margin-top: 1px;
	z-index: 100;
	display: block;
	background: #efefef;
	height: 20px;
}

ul#nav, ul#nav li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: center;
	list-style-type: none;
	line-height: 20px;
	z-index: 100;
}

ul#nav li, ul#nav li ul li {
	float: left;
	position: relative;
	width: 12em;
	cursor: pointer;
	background-color: #efefef;
	border-right: 2px solid #ffffff;
	z-index: 100;
}

ul#nav li ul li {
	text-align: left;
}

ul#nav li:hover, ul#nav li ul li:hover {
	background-color: #E0E0E0;
	color: black;
}

ul#nav li.first, ul#nav li.first:hover {
	background: #fab505;
	text-transform: uppercase;
	color: #ffffff;
	width: 8em;
}

ul#nav li ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
}

ul#nav li ul li {
	background-color: #545454;
	border-top: 1px solid #ffffff;
}

ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
}

#nav li a {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	color: #ffffff;
	padding: 0.1em 5px;
	width: 122px;
}

#nav li a.selected {
/*	text-decoration: line-through; */
	text-indent: 7px;
	width: 122px !important;
}

#nav a:hover {
	padding: 0.1em 5px;
	background-color: #a3a393;
	width: 122px !important;
}

ul#nav li.first a {
	width: 8em;
}

ul#nav li.first a:hover {
	background-color: #a3a393;
	color: #ffffff;
	width: 8em !important;
	padding: 0;
	padding: 0;
}


/* SELECTED FILTERS */
#selected_filters {
	float: left;
	border: 1px solid #e5e5e5;
	color: #00007c;
	width: 335px;
	margin-top: 5px;
}

#selected_filters legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00007c;
}

#selected_filters a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url('../images/plus.gif') 2px 4px;
	background-repeat: no-repeat;
	font-weight: normal;
	margin-left: 10px;
	text-decoration: none;
	padding-left: 10px;
	color: #666666;
}

#selected_filters a.remove_filters {
	background: url('../images/minus.gif') 2px 4px;
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

#selected_filters a:hover {
	background: url('../images/minus.gif') 2px 4px;
	background-repeat: no-repeat;
}