#menu {
	width: 900px;
	height: 40px;
	margin: 0;
	text-align: left;
	list-style: none;
	background: #68c52e URL('../images/menu_bg.gif') repeat-x;
	line-height: 40px;
	font-size: 15px;
}

#menu li {
	width: 150px;
	float: left;
	text-align: center;
}

/* Pretty styling */
#menu a {
	display: block;
	color: #FFF;
}

#menu a:hover {
	display: block;
	background: URL('../images/menu_bg_hover.gif') repeat-x;
}

#menu a.selected {
	display: block;
	background: URL('../images/menu_bg_selected.gif') repeat-x;
}

