#content .containee {
	position: relative;
	padding: 30px 40px 30px 260px;
	min-height: 410px;
	width: 555px;
	_height: 410px;
}

.projectname {
	background-color: #eee;
	padding: 8px 7px;
	border: solid 1px #ccc;
	margin-bottom: 1px;
}

#project-navigation {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 180px;
}

#project-navigation p {
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #1b609b;
	line-height: normal;
}

#project-navigation a:hover {
	color: #192f8d;
}

#content #back-to-projects {
	display: block;
	margin-bottom: 20px;
	font-size: 0.7em;
	color: #888;
}

#content #project-navigation ul {
	margin: 0;
}

#content #project-navigation li {
	list-style-type: none;
	margin: 0;
	background-color: #eee;
	margin-bottom: 1px;
	_height: 28px; /*IE6 hack*/
}

#content #project-navigation li a {
	display: block;
	padding: 4px 20px 4px 6px;
	border: solid 1px #ccc;
	color: #444;
	text-decoration: none;
	background-image: url(images/right-arrows.png);
	background-position: 158px center;
	background-repeat: no-repeat;
}

#content #project-navigation li a:hover {
	color: #000;
	border: solid 1px #156db7;
}

#content #project-navigation .current {
	display: block;
	padding: 4px 20px 4px 6px;
	background-color: #156db7;
	color: #fff;
	border: solid 1px #156db7;
	background-image: url(images/right-arrows-blue.png);
	background-position: 158px center;
	background-repeat: no-repeat;
}

#content #project-navigation .hidden {
	background-color: #fff;
}

#content #project-navigation .hidden a {
	border: dashed 1px #ccc;
	color: #888;
}

#content #project-navigation .current.hidden {
	color: #888;
}
