@charset "UTF-8";
/* CSS Document */
/* Universal */
/*
--------------------------------
MENU
--------------------------------
*/
/* --------menu items-------- */
#projectmenucontainer {
	width:708px;
	height:auto;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	background-image:url(../image/projects/menubg1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.pcat{
	height:auto;
	width: 700px;
	padding: 0px;
	margin: 0px 0px 0px 8px;
	float: left;
	clear: left;
}
.pcattitle{
	float: left;
	clear: left;
	width: 80px;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.pprojectholder{
	float: right;
	clear: right;
	width: 600px;
	height: auto;
	margin: 0px 0px 20px 0px;
}
.pproject{
	float:left;
	height: auto;
	width: 180px;
	margin: 0px 20px 0px 0px;
	/*total of 168px wide */
	font-size: 11px;
	line-height: 12px;
}
.pproject a:link, .pproject a:hover{
	color: #333;
}
.hide{
	display: none;
}