/* Should be included on any page with the event filters */

#event_tag_filters {
	background: url(../img/event_tag_filters_bg.png) repeat-x bottom;
	float: left;
	list-style-type: none;
	margin: 5px 0 15px;
	padding: 0;
	width: 100%;
}

#event_tag_filters li {
	background: url(../img/event_tag_filter_bg.png) no-repeat;
	float: left;
	font-size: 0.72em;
	margin: 0 2px;
}

#event_tag_filters li.selected {
	background-image: url(../img/event_tag_filter_bg_selected.png);
}

#event_tag_filters li a {
	background: url(../img/event_tag_filter_bg_right.png) no-repeat top right;
	color: #383f5b;
	display: block;
	font-weight: bold;
	line-height: 24px;
	padding: 0 6px;
	text-decoration: none;	
	text-transform: uppercase;
}

#event_tag_filters li.selected a {
	background-image: url(../img/event_tag_filter_bg_right_selected.png);
}

