#ideaHeader td, #catHeader td {
	margin: 1.0em;
	padding: 1.0em;
	text-align: center;
}
	
#ideaHeader td {
	color: white;
	-moz-border-radius: 20px;
	width: 33%;
}

.headerMenu {
	background-image: url('/images/maindropdownright.png');
	background-position: 90% 50%;
	background-repeat: no-repeat;
}

#ideaHeader td:hover {
	background-color: #999;
	color: black;
}

#ideaHeader table, #catHeader table {
	width: 100%;
}

#ideaHeader, #catHeader {
	-moz-border-radius: 20px;
	width: 75%;
	margin-left: 1em;
}

#ideaHeader {
	background-color: #222;
}

#catHeader {
	background-color: #999;
}

#catHeader td {
	color: black;
	-moz-border-radius: 20px;
	width: 33%;
}

#catHeader td:hover, #ideaHeader td:hover {
	cursor: pointer;
	cursor: hand;
}

#catHeader td:hover {
	background-color: #222;
	color: white;
}

#rightBoxes {
	float: right;
	clear: right;
	max-width: 20%;
}

.rightBox {
	margin-top: 0.5em;
	text-align: center;
	margin-bottom: 0.5em;
	background-color: #ccc;
	-moz-border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.3em;
}

#ideaTable {
	clear: both;
	padding: 2em;
}

.ideaName {
	font-size: 1.3em;
}

.ideaCredit {
	color: gray;
	font-size: 0.7em;
}

.idea {
	padding-top: 1em;
}

#projectMenu {
	display: none;
	position: absolute;
	float: left;
}

#projectMenu li {
	list-style: none;
}
