div.main-button-off {
	background-image: url(../images/navigation/main_button-off.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100px;
	height: 67px;
	color: #606060;
	text-align: center;
	margin-left: -2px;
	margin-top: -1px;
	padding-top: 23px;
	padding-right: 22px;
	font-size: 25px;
	_padding-right: 32px;
}

div.main-button-on {
	background-image: url(../images/navigation/main_button-on.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100px;
	height: 67px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-left: -2px;
	margin-top: -1px;
	padding-top: 23px;
	padding-right: 22px;
	font-size: 25px;
}

div#portfolio-off {
	background-image: url(../images/layout/portfolio-off_wood.png);
	background-repeat: repeat-y;
	background-position: top right;
	width: 100px;
	margin-left: 10px;
}

div#portfolio-button-on {
	background-image: url(../images/navigation/portfolio-button_on.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100px;
	height:97px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-left: -2px;
	margin-top: -1px;
	padding-top: 23px;
	padding-right: 12px;
	font-size: 25px;
}

div.sub-button-off {
	background-image: url(../images/navigation/sub_button-off.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100px;
	height: 47px;
	color: #606060;
	text-align: center;
	margin-left: -2px;
	margin-top: -1px;
	padding-right: 22px;
	padding-top: 13px;
	font-size: 20px;
}

div.sub-button-on {
	background-image: url(../images/navigation/sub_button-on.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100px;
	height: 49px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-left: -2px;
	margin-top: -1px;
	padding-right: 22px;
	padding-top: 11px;
	font-size: 20px;
}

div.thumbnail {
	background-image: url(../images/navigation/thumbnail.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 173px;
	height: 160px;
	text-align: center;
	padding-right: 8px;
	margin-bottom: 10px;
	padding-top: 12px;
}

div.thumbnail-open {
	background-image: url(../images/navigation/thumbnail_open.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 173px;
	height: 160px;
	text-align: center;
	padding-right: 8px;
	margin-bottom: 10px;
	padding-top: 12px;
}

div.thumbnail img, div.thumbnail-open img {
	max-width:145px;
	max-height:145px;
}

div#leftnav a {
	text-decoration: none;
	color: #404040;
}

div#leftnav a:hover {
	text-decoration: underline;
	color: #000000;
}

