.projectsbody {
	background-image: none;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	width: 480px;
	position: absolute;
	left: 350px;
	top: 70px;
}

.projectsbody li {
	margin-left: -20px;
}

.projectbutton {
	height: auto;
	width: 135px;
	position: absolute;
	top: 60px;
	left: 185px;
}
.projectbutton a{
	display: block;
	height: 35px;
	width: 135px;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	background-color: #EEEEEE;
	padding-left: 2px;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #666666;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.projectbutton a:hover {
	background-color: #ffffff;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #000000;
	color: #003300;
	padding-left: 0px;
}
