/* Portfolio Filter Stylesheet */

ul#filter { 

	background: #eeeeee;
	padding: 20px 20px 40px 20px;

}

ul#filter li { 
	float: left;
	
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}

ul#filter a { font-size: 15px; color: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: none; }
ul#filter li.current a { background: url(../images/layout/pointer.png) 0% 40% no-repeat ; padding-left: 20px; color: #8066ac; font-weight: bold; }

ul#filter li.title {background: url(../images/arrow.gif) 0% 40% no-repeat ; padding-left: 20px; color: #8066ac; font-size: 17px; font-weight: bold; text-decoration: none; }
