/* Portfolio Filter Stylesheet */

ul#filter { 

	background: #f4f4f4;
	width: 953px;
	height: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	border: 1px solid #e3e3e3;
	padding: 20px;

}

ul#ref-filter { 
	
	background: #f4f4f4;
	width: 953px;
	height: 20px;
	margin-bottom: 0px;
	margin-top: 40px;
	border: 1px solid #e4dbf7;
	padding: 20px;

}

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

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

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

