@charset "UTF-8";
/* CSS Document */

#Lsidebar a#projects {
	color: #000000;
	background-color: #CCCC66;
}
#projectnav {
	height: 260px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}
#projectnav table {
	padding: 0px;
	width: 100%;
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#projectnav tr {
	margin: 0px;
	padding: 0px;
}
#projectnav td {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#projectnav   td a:link  {
	text-decoration: none;
}
#projectnav td a:visited {
	text-decoration: none;
}
#projectnav td a:hover {
	text-decoration: none;
}
