@charset "utf-8";
#projects-menu {
	position: absolute;
	width: 1000px;
	top: -22px;
	background-color: #999999;
	color: #333333;
	left: 0px;
	visibility: hidden;
}
.header-menu-projects  {
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #666666;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}
.projects-menu-table  {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	height: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 125px;
	position: static;
	display: inline-block;
	top: 0px;
	float: left;
	cursor: pointer;
}

#projects-menu-table a {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #666666;
	height: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 125px;
	position: static;
	display: inline-block;
	top: 0px;
	float: left;
}
#projects-menu-table  a:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #999999;
	height: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 125px;
	position: static;
	display: inline-block;
	top: 0px;
	float: left;
}
