/****************************************************************/
/* menu.css
/* the style of the navigation bar
/* Readability Note: Tab is set at 4 for this document
/****************************************************************/
#menu
{
	clear: both;
	float: left;
	width: 100%;
}
#menu ul
{
	padding: 0 1%;
	margin: 0;
	list-style-type: none;
	background-color: #69C;
}
#menu li 
{
	display: inline;
	padding: 0 2%;
	margin: 0;
	border-right: 1px solid black;
}
#menu a 
{
	text-decoration: none;
	color: white;
}
#menu a:hover{text-decoration: underline;}