#menu {
	height: 2em;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 9px;

	font-size: xx-small;      
	font-size: x-small;
}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	float: right;
}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menu ul li a {
	background: #333333;
	color: #FFFFFF;
    width: 103px;
	height: 2em;
	border-left: 1px solid #ccc;
	border-right: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 9px;
	font-size: xx-small;
	font-size: x-small; 
}


body#sectionone #menu li#one a, 
body#sectiontwo #menu li#two a,
body#sectionthree #menu li#three a,
body#sectionfour #menu li#four a,
body#sectionfive #menu li#five a {
	background: #99CC66;
	color: #000000;
	font-weight: bold;
}

#menu ul li a:hover {
	background: #CCCCCC;
	color: #000;
}

#menu a:active	{
	background: #99CC66;
	color: #fff;
}