#filter {
	background: url("../images/docum_bar.png") repeat-x 0 -94px;
	display: block;
	height: 39px;
	margin: 55px auto;
	position: relative;
	width: 900px;
	text-align:center;
	
	-moz-box-shadow:0 4px 4px #000;
	-webkit-box-shadow:0 4px 4px #000;
	box-shadow:0 4px 4px #000;

}

#filter:before, #filter:after {
	background: url("../images/docum_bar.png") no-repeat;
	height: 43px;
	position: absolute;
	top: 0;
	width: 78px;
	content: '';
	
	-moz-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	box-shadow:0 2px 0 rgba(0,0,0,0.4);

}

#filter:before {
	background-position: 0 -47px;
	left: -78px;

}

#filter:after {
	background-position: 0 0;
	right: -78px;

}

#filter a{
	color: #FFFFFF;
	display: inline-block;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
	text-shadow:1px 1px 1px #315218;

}

#filter a:hover{
	text-decoration:none;
}

#filter a.active{
	background: url("../images/docum_bar.png") repeat-x 0 -138px;
	box-shadow:	1px 0 0 rgba(255, 255, 255, 0.2),
				-1px 0 0 rgba(255, 255, 255, 0.2),
				1px 0 1px rgba(0,0,0,0.2) inset,
				-1px 0 1px rgba(0,0,0,0.2) inset;

}


/*----------------------------
	Content area
-----------------------------*/


#container{
	display:block;
	width: 1000px;
	height:700px;
	margin:0 auto;
}

#container li{

	float: left;
	list-style: none outside none;
	margin: 6px;
	position: relative;
	width: 120px;
	height:145px;
	
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;

			color: 			#000088;
			text-align: 	center;
			font-style: 	italic;
			font-size: 		12px;
}

#container ul{
	overflow:hidden;
}

#container ul.hidden{
	display:none;
}
