.projecontainer {width: 577px; margin:0px; padding:0px; float:left; display:block;}
.projecontainer ul.projes {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
.projecontainer ul.projes li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ccc;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
.projecontainer ul.projes li a {
	text-decoration: none;
	color: #222;
	display: block;
	padding: 0 14px;
	border: 1px solid #fff;
	outline: none;
	font-size:12px;
	font-weight:bold; font-family:Arial, Helvetica, sans-serif;
}
.projecontainer ul.projes li a:hover {
	background: #ccc;
}	
html .projecontainer ul.projes li.active, html .projecontainer ul.projes li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.proje_container {
	border: 1px solid #ccc;
	border-top: none;
	clear: both; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 7px;
	-khtml-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-khtml-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
.proje_content {
	padding: 15px;
	font-size: 12px;
	overflow:hidden;
}
.proje_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.proje_content h3 a{
	color: #254588;
}