#menu {
	position: relative;
	left: 0px;
	top: 156px;
	color: white;
	font-family: tahoma;
	font-size: 18px;	
	letter-spacing: 1.2px;
}
#menu a, #menu a:visited {
	color: white;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: white;
	text-decoration: underline;
}
#menu ul {
	list-style: none;
}