@charset "utf-8";
/* CSS Document */

#navbar ul {
	margin: 0;
	padding: 0;
	padding-left: 170px;
	list-style: none;
	float: left;
	width: 630px;
	background: #006600;
}

#navbar ul li {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	line-height: 200%;
	background: #660066;
	color:#003300;
}

#navbar ul a {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	text-decoration: none;
	line-height: 200%;
	background: #CCFF99;
	color:#003300;

}

#navbar ul a:hover, #navbar ul a:focus {
	background: #003300;
	color: #CCFF99;	
}