div.column {
	margin-left : 2px;
	margin-top : 2px;
	float : left;
}

div.marg {
	margin-left : 0px;
}

div.column div#marg {
	width : 64px;
}

div.column div#marg a {
	display : block;
	height : 35px;
	text-decoration : none;
	text-transform : uppercase;
	margin-bottom : 2px;
	background-color : #535353;
	color : white;
}

div.column div#marg a:hover {
	background-color : #8C8C8C;
}

div.column div#marg a.selected {
	background-color : #C1C1C1;
}

div.column div#marg a span {
	float : left;
	margin-top : 0.3em;
	margin-left : 0.2em;
	text-align : center;
	cursor : pointer;
}

div.column div.project {
	width : 126px;
	height : 60px;
	margin-bottom : 2px;
}

div.column div.project:hover {
	opacity : 0.5;
	filter:alpha(opacity=50);
}

div.column div.project a.image {
	display : block;
	position : absolute;
 	z-index : 1;
	height : 60px;
	width : 126px;
	overflow : hidden;
}

div.column div.project a.text {
	margin : 0.5em;
	position : absolute;
	width : 120px;
	z-index : 10;
	text-transform : normal;
	text-decoration : none;
}