
#categorysSmall {
	width: 25%;
	margin-right: 25%;
}
#projectsSmall {
	margin-right: 12px;
	height: auto;
}
#projectsSmall { 
	overflow: auto; 
}
#projectsSmall div {
	display: none;
	float: left;
}
#nav {
	position: relative;
	width: 500px;
	height: 344px;
}
#nav1 {
	float: left;
}
#nav2 {
	position: absolute;
	left: 170px;
	float: left;
	width: 155px;
	height: 302px;
	overflow: auto;
	background-color: #fff;
}
#nav2 div {
	display: none;
}
#categorys {
	position: relative;
	top: 0px;
	left: 170px;
	width: 170px;
	float: left;
}

#projectButtonSmall {
	padding-top: 2px;
}
.recent { text-decoration: underline; -webkit-text-decoration-color: red; }
.textSpace { height: 32px; }

/* webkit scrollbar */
#nav2::-webkit-scrollbar, #projectsSmall::-webkit-scrollbar {
	width: 1px;
	height: 1px;
}
#nav2::-webkit-scrollbar-thumb, #projectsSmall::-webkit-scrollbar-thumb {
	background-color: #a3a3a3;
}
ul a { display: block; }


@media only screen and (min-width: 1500px){
	#nav { height: 426px; }
	#nav1 { }
	#nav2 { left: 220px; width: 198px; height: 386px; }
	#categorys { left: 220px; width: 220px; }
}