/*
 * Menu stuff
*/
#menu
{
    font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #2E3436;
	padding: 1px; /* Don't touch this :S */
	height: 50px;
	text-align: center;
}
#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: inline;
	margin-right: 15px;
}
#menu ul li a, #menu ul li a:visited
{
	color: #bfbf80;
	text-decoration: none;
}
#menu ul li a:hover
{
	color: #a5a54c;
}
